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

  /external/google-breakpad/src/common/
simple_string_dictionary.h 163 RemoveKey(key);
212 void RemoveKey(const char* key) {
  /external/llvm/lib/Support/
StringMap.cpp 170 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
179 /// RemoveKey - Remove the StringMapEntry for the specified key from the
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp 153 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
155 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
157 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
162 /// RemoveKey - Remove the StringMapEntry for the specified key from the
164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp 170 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
172 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
179 /// RemoveKey - Remove the StringMapEntry for the specified key from the
181 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 670 WINBOOL RemoveKey(ARG_KEY key);
831 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveKey(ARG_KEY key) {
wmiutils.h 113 virtual HRESULT WINAPI RemoveKey(LPCWSTR wszName,ULONG uFlags) = 0;
130 HRESULT (WINAPI *RemoveKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags);
149 #define IWbemPathKeyList_RemoveKey(This,wszName,uFlags) (This)->lpVtbl->RemoveKey(This,wszName,uFlags)
    [all...]

Completed in 217 milliseconds