Searched refs:GetJsonTypeMap (Results 1 – 1 of 1) sorted by relevance
23 inline const std::unordered_map<uint16_t, NodeType> &GetJsonTypeMap() in GetJsonTypeMap() function80 if (auto it = GetJsonTypeMap().find(root->type); it != GetJsonTypeMap().end()) { in Init()