Home
last modified time | relevance | path

Searched refs:c_umap (Results 1 – 3 of 3) sorted by relevance

/third_party/json/doc/examples/
Dbasic_json__CompatibleType.cpp31 std::unordered_map<const char*, double> c_umap in main() local
35 json j_umap(c_umap); in main()
/third_party/json/test/src/
Dunit-readme.cpp244 … std::unordered_map<const char*, float> c_umap { {"one", 1.2f}, {"two", 2.3f}, {"three", 3.4f} }; in skip() local
245 json j_umap(c_umap); in skip()
/third_party/json/
DREADME.md678 std::unordered_map<const char*, double> c_umap { {"one", 1.2}, {"two", 2.3}, {"three", 3.4} };
679 json j_umap(c_umap);