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

Function Vector

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

Source from the content-addressed store, hash-verified

1158 bool HasDuplicateKeys() const { return has_duplicate_keys_; }
1159
1160 template<typename F> size_t Vector(F f) {
1161 auto start = StartVector();
1162 f();
1163 return EndVector(start, false, false);
1164 }
1165 template<typename F, typename T> size_t Vector(F f, T &state) {
1166 auto start = StartVector();
1167 f(state);

Callers 4

EmptyVectorMethod · 0.70
ValuesMethod · 0.70
AsVectorMethod · 0.70
AddFunction · 0.70

Calls 7

ScalarVectorFunction · 0.85
AddFunction · 0.85
KeyFunction · 0.85
vector_dataFunction · 0.85
StartVectorFunction · 0.70
EndVectorFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected