Searched defs:NormalEx (Results 1 – 2 of 2) sorted by relevance
66 struct NormalEx final : public Serializable { struct in OHOS::Test::SerializableTest68 std::vector<Normal> normals{ Normal(), Normal() };69 Normal normal;70 int32_t count = 123;71 std::string name = "wdt";72 bool Marshal(json &node) const override in Marshal()80 bool Unmarshal(const json &node) override in Unmarshal()88 bool operator==(const NormalEx &normalEx) const in operator ==()
65 struct NormalEx final : public Serializable { struct in OHOS::Test::SerializableTest67 std::vector<Normal> normals {Normal(), Normal()};68 Normal normal;69 int32_t count = 123;70 std::string name = "wdt";71 bool Marshal(json &node) const override in Marshal()79 bool Unmarshal(const json &node) override in Unmarshal()87 bool operator==(const NormalEx &normalEx) const in operator ==()