Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
Dserializable_test.cpp63 struct NormalEx final : public Serializable { struct in SerializableTest
65 std::vector<Normal> normals {Normal(), Normal()};
66 Normal normal;
67 int32_t count = 123;
68 std::string name = "wdt";
69 bool Marshal(json &node) const override in Marshal()
77 bool Unmarshal(const json &node) override in Unmarshal()
85 bool operator==(const NormalEx &normalEx) const in operator ==()