Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EmptyMap
Method · 0.70
AsMap
Method · 0.70
Add
Function · 0.70
Calls
6
StartMap
Function · 0.85
EndMap
Function · 0.85
Add
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected