Home
last modified time | relevance | path

Searched defs:TestStringMap (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dserializable_test.cpp497 struct TestStringMap final : public Serializable { struct
499 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 ==()