Searched defs:TestStringMap (Results 1 – 1 of 1) sorted by relevance
497 struct TestStringMap final : public Serializable { struct499 std::map<std::string, std::string> testMap = {503 bool Marshal(json &node) const override in Marshal()508 bool Unmarshal(const json &node) override in Unmarshal()513 bool operator==(const TestStringMap &other) const in operator ==()