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

Method IsString

src/brpc/amf.h:161–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 AMFMarker type() const { return (AMFMarker)_type; }
160
161 bool IsString() const
162 { return _type == AMF_MARKER_STRING || _type == AMF_MARKER_LONG_STRING; }
163 bool IsBool() const { return _type == AMF_MARKER_BOOLEAN; }
164 bool IsNumber() const { return _type == AMF_MARKER_NUMBER; }
165 bool IsObject() const

Callers 15

TEST_FFunction · 0.80
string_append_valueFunction · 0.80
convert_float_typeFunction · 0.80
convert_double_typeFunction · 0.80
convert_enum_typeFunction · 0.80
convert_int64_typeFunction · 0.80
convert_uint64_typeFunction · 0.80
AMFFieldMethod · 0.80
amf.cppFile · 0.80
ListDiscoveryNodesFunction · 0.80
ParseCommonResultFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64