| 190 | } |
| 191 | |
| 192 | std::vector<const protobufs::DataDescriptor*> FactManager::GetSynonymsForId( |
| 193 | uint32_t id) const { |
| 194 | return data_synonym_and_id_equation_facts_.GetSynonymsForId(id); |
| 195 | } |
| 196 | |
| 197 | bool FactManager::IsSynonymous( |
| 198 | const protobufs::DataDescriptor& data_descriptor1, |
no outgoing calls