Searched refs:bothObject (Results 1 – 2 of 2) sorted by relevance
841 int CompareExtraField(const PairConstPointer<reflection::Object> &bothObject) in CompareExtraField() argument844 auto selfFields = bothObject.first->fields(); in CompareExtraField()845 auto otherFields = bothObject.second->fields(); in CompareExtraField()868 …const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compar… in CompareTableOrStructDefine() argument871 auto selfFields = bothObject.first->fields(); in CompareTableOrStructDefine()872 auto otherFields = bothObject.second->fields(); in CompareTableOrStructDefine()907 return CompareExtraField(bothObject); in CompareTableOrStructDefine()
190 …const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compar…