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

Function Map

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

Source from the content-addressed store, hash-verified

1236 }
1237
1238 template<typename F> size_t Map(F f) {
1239 auto start = StartMap();
1240 f();
1241 return EndMap(start);
1242 }
1243 template<typename F, typename T> size_t Map(F f, T &state) {
1244 auto start = StartMap();
1245 f(state);

Callers 3

EmptyMapMethod · 0.70
AsMapMethod · 0.70
AddFunction · 0.70

Calls 6

StartMapFunction · 0.85
EndMapFunction · 0.85
AddFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected