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

Function Add

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

Overloaded Add that tries to call the correct function above.

Source from the content-addressed store, hash-verified

1282
1283 // Overloaded Add that tries to call the correct function above.
1284 void Add(int8_t i) { Int(i); }
1285 void Add(int16_t i) { Int(i); }
1286 void Add(int32_t i) { Int(i); }
1287 void Add(int64_t i) { Int(i); }

Callers 3

VectorFunction · 0.85
MapFunction · 0.85
operator+=Function · 0.85

Calls 9

IntFunction · 0.85
UIntFunction · 0.85
FloatFunction · 0.85
DoubleFunction · 0.85
BoolFunction · 0.85
KeyFunction · 0.85
StringFunction · 0.70
VectorFunction · 0.70
MapFunction · 0.70

Tested by

no test coverage detected