Home
last modified time | relevance | path

Searched refs:CreateIfNotExist (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dx_atom_cache.cc28 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
Dx_atom_cache.h34 Atom CreateIfNotExist(Atom* atom, const char* name);
/external/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc121 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 …]
Dicing-dynamic-trie.h261 bool CreateIfNotExist(const Options &options);
Dicing-dynamic-trie.cc258 bool CreateIfNotExist(const Options &options);
558 bool IcingDynamicTrie::IcingDynamicTrieStorage::CreateIfNotExist( in CreateIfNotExist() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage
1088 bool IcingDynamicTrie::CreateIfNotExist(const Options &options) { in CreateIfNotExist() function in icing::lib::IcingDynamicTrie
1099 return storage->CreateIfNotExist(options); in CreateIfNotExist()
/external/icing/icing/index/lite/
Dlite-index.cc115 if (!lexicon_.CreateIfNotExist(options_.lexicon_options) || in Initialize()
143 !lexicon_.CreateIfNotExist(options_.lexicon_options) || in Initialize()
/external/icing/icing/store/
Dkey-mapper.h205 if (!trie_.CreateIfNotExist(options)) { in Initialize()
/external/icing/icing/index/main/
Dmain-index.cc116 if (!main_lexicon_->CreateIfNotExist(lexicon_options) || in Init()