Searched refs:referenceProperty_ (Results 1 – 2 of 2) sorted by relevance
188 if (!referenceProperty_.empty()) { in GetReferencePropertyString()190 for (const auto &reference : referenceProperty_) { in GetReferencePropertyString()284 PropertyCompare(referenceProperty_, others, changeTables); in CompareReferenceProperty()285 PropertyCompare(others, referenceProperty_, changeTables); in CompareReferenceProperty()339 referenceProperty_ = referenceProperty; in SetReferenceProperty()347 return referenceProperty_; in GetReferenceProperty()906 referenceProperty_.emplace_back(referenceProperty); in ParseCheckReference()1039 for (const auto &tableRef : referenceProperty_) { in GenerateReachableRef()1054 for (const auto &reference : referenceProperty_) { in GenerateTableInfoReferenced()
119 std::vector<TableReferenceProperty> referenceProperty_; variable