Home
last modified time | relevance | path

Searched refs:GetValuesToKeys (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/store/
Dkey-mapper_test.cc169 TEST_F(KeyMapperTest, GetValuesToKeys) { in TEST_F() argument
173 EXPECT_THAT(key_mapper->GetValuesToKeys(), IsEmpty()); in TEST_F()
177 EXPECT_THAT(key_mapper->GetValuesToKeys(), in TEST_F()
182 key_mapper->GetValuesToKeys(), in TEST_F()
Dkey-mapper.h91 std::unordered_map<T, std::string> GetValuesToKeys() const;
266 std::unordered_map<T, std::string> KeyMapper<T>::GetValuesToKeys() const { in GetValuesToKeys() function
Ddocument-store.cc951 namespace_mapper_->GetValuesToKeys(); in GetAllNamespaces()
1343 namespace_mapper_->GetValuesToKeys(); in CalculateDocumentStatusCounts()