MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Vector

Function Vector

Libs/flatbuffers/flexbuffers.h:1170–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168 bool HasDuplicateKeys() const { return has_duplicate_keys_; }
1169
1170 template<typename F> size_t Vector(F f) {
1171 auto start = StartVector();
1172 f();
1173 return EndVector(start, false, false);
1174 }
1175 template<typename F, typename T> size_t Vector(F f, T &state) {
1176 auto start = StartVector();
1177 f(state);

Callers 4

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

Calls 7

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

Tested by

no test coverage detected