HomeSort by relevance Sort by last modified time
    Searched defs:RemoveKey (Results 1 - 3 of 3) 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/components/policy/core/common/
registry_dict_win.cc 161 RemoveKey(name);
170 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 119 // scheduling additional empty task on DB Thread. Call after AddKeys/RemoveKey.
210 void RemoveKey(int profile, const AutofillKey& key) {

Completed in 99 milliseconds