MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ToString

Method ToString

native/thirdpart/flatbuffers/flexbuffers.h:534–538  ·  view source on GitHub ↗

Unlike AsString(), this will convert any type to a std::string.

Source from the content-addressed store, hash-verified

532
533 // Unlike AsString(), this will convert any type to a std::string.
534 std::string ToString() const {
535 std::string s;
536 ToString(false, false, s);
537 return s;
538 }
539
540 // Convert any type to a JSON-like string. strings_quoted determines if
541 // string values at the top level receive "" quotes (inside other values

Callers 1

AppendToStringFunction · 0.45

Calls 14

IndirectFunction · 0.85
EscapeStringFunction · 0.85
NumToStringFunction · 0.85
IsBoolFunction · 0.85
IsVectorFunction · 0.85
IsTypedVectorFunction · 0.85
IsFixedTypedVectorFunction · 0.85
lengthMethod · 0.80
KeysMethod · 0.80
ValuesMethod · 0.80
IsFloatFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected