HomeSort by relevance Sort by last modified time
    Searched refs:RemoveKey (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
165 /// RemoveKey - Remove the StringMapEntry for the specified key from the
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 48 scoped_ptr<RegistryDict> RemoveKey(const std::string& name);
policy_loader_win.cc 301 gpo_dict.RemoveKey(kKeyRecommended));
303 gpo_dict.RemoveKey(kKeyThirdParty));
registry_dict_win.cc 219 RemoveKey(name);
228 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) {
preg_parser_win.cc 194 dict->RemoveKey(*key);
registry_dict_win_unittest.cc 123 scoped_ptr<RegistryDict> removed_key(test_dict.RemoveKey("one"));
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 50 void RemoveKey(int profile, const autofill::AutofillKey& key);
two_client_autofill_sync_test.cc 34 using autofill_helper::RemoveKey;
91 RemoveKey(1, AutofillKey("name1", "value1-0"));
98 RemoveKey(0, AutofillKey("name0", "value0"));
99 RemoveKey(0, AutofillKey("name1", "value1-1"));
autofill_helper.cc 118 // scheduling additional empty task on DB Thread. Call after AddKeys/RemoveKey.
208 void RemoveKey(int profile, const AutofillKey& key) {
  /external/llvm/include/llvm/ADT/
StringMap.h 86 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
88 void RemoveKey(StringMapEntryBase *V);
90 /// RemoveKey - Remove the StringMapEntry for the specified key from the
92 StringMapEntryBase *RemoveKey(StringRef Key);
390 RemoveKey(KeyValue);
  /external/chromium_org/chrome/app/
breakpad_linux.cc 870 g_crash_keys->RemoveKey(key.data());
    [all...]

Completed in 266 milliseconds