Searched refs:CreateIfNotExist (Results 1 – 8 of 8) sorted by relevance
28 return CreateIfNotExist(&wm_state_, "WM_STATE"); in WmState()32 return CreateIfNotExist(&window_type_, "_NET_WM_WINDOW_TYPE"); in WindowType()36 return CreateIfNotExist(&window_type_normal_, "_NET_WM_WINDOW_TYPE_NORMAL"); in WindowTypeNormal()40 return CreateIfNotExist(&icc_profile_, "_ICC_PROFILE"); in IccProfile()43 Atom XAtomCache::CreateIfNotExist(Atom* atom, const char* name) { in CreateIfNotExist() function in webrtc::XAtomCache
34 Atom CreateIfNotExist(Atom* atom, const char* name);
121 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()152 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()163 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()327 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()388 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()453 ASSERT_TRUE(trie.CreateIfNotExist(IcingDynamicTrie::Options())); in TEST_F()500 ASSERT_FALSE(trie.CreateIfNotExist(IcingDynamicTrie::Options(0, 0, 0, 0))); in TEST_F()508 ASSERT_TRUE(trie.CreateIfNotExist( in TEST_F()536 ASSERT_TRUE(trie.CreateIfNotExist(options)); in TEST_F()540 ASSERT_TRUE(triefp.CreateIfNotExist(options)); in TEST_F()[all …]
261 bool CreateIfNotExist(const Options &options);
258 bool CreateIfNotExist(const Options &options);558 bool IcingDynamicTrie::IcingDynamicTrieStorage::CreateIfNotExist( in CreateIfNotExist() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage1088 bool IcingDynamicTrie::CreateIfNotExist(const Options &options) { in CreateIfNotExist() function in icing::lib::IcingDynamicTrie1099 return storage->CreateIfNotExist(options); in CreateIfNotExist()
115 if (!lexicon_.CreateIfNotExist(options_.lexicon_options) || in Initialize()143 !lexicon_.CreateIfNotExist(options_.lexicon_options) || in Initialize()
205 if (!trie_.CreateIfNotExist(options)) { in Initialize()
116 if (!main_lexicon_->CreateIfNotExist(lexicon_options) || in Init()