Searched refs:eins (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-ordered_map.cpp | 21 std::map<std::string, std::string> m {{"eins", "one"}, {"zwei", "two"}, {"drei", "three"}}; 28 std::map<std::string, std::string> m {{"eins", "one"}, {"zwei", "two"}, {"drei", "three"}}; 38 std::map<std::string, std::string> m {{"eins", "one"}, {"zwei", "two"}, {"drei", "three"}}; 44 CHECK(om.at(std::string("eins")) == std::string("one")); 45 CHECK(com.at(std::string("eins")) == std::string("one")); 52 const std::string eins = "eins"; variable 54 CHECK(om.at(eins) == std::string("one")); 55 CHECK(com.at(eins) == std::string("one")); 62 CHECK(om.at("eins") 86 const std::string eins = "eins"; global() variable 142 const std::string eins = "eins"; global() variable [all...] |
Completed in 1 milliseconds