Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dserializable_test.cpp535 struct TestMap final : public Serializable { struct
537 std::map<std::string, uint64_t> testMap = {
541 bool Marshal(json &node) const override in Marshal()
546 bool Unmarshal(const json &node) override in Unmarshal()
551 bool operator==(const TestMap &other) const in operator ==()