MCPcopy Create free account
hub / github.com/apache/brpc / IsObject

Method IsObject

src/brpc/amf.h:165–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 bool IsBool() const { return _type == AMF_MARKER_BOOLEAN; }
164 bool IsNumber() const { return _type == AMF_MARKER_NUMBER; }
165 bool IsObject() const
166 { return _type == AMF_MARKER_OBJECT || _type == AMF_MARKER_ECMA_ARRAY; }
167 bool IsArray() const { return _type == AMF_MARKER_STRICT_ARRAY; }
168
169 butil::StringPiece AsString() const

Callers 12

TEST_FFunction · 0.80
string_append_valueFunction · 0.80
JsonMapToProtoMapFunction · 0.80
JsonValueToProtoMessageFunction · 0.80
AMFFieldMethod · 0.80
amf.cppFile · 0.80
ListDiscoveryNodesFunction · 0.80
ParseCommonResultFunction · 0.80
GetServersMethod · 0.80
RefreshAccessTokenMethod · 0.80
GetServerNodesMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64