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

Function Map

Libs/flatbuffers/flexbuffers.h:1248–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 }
1247
1248 template<typename F> size_t Map(F f) {
1249 auto start = StartMap();
1250 f();
1251 return EndMap(start);
1252 }
1253 template<typename F, typename T> size_t Map(F f, T &state) {
1254 auto start = StartMap();
1255 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