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

  /external/llvm/include/llvm/ADT/
StringMap.h 29 class StringMapEntry;
31 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
84 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
88 /// RemoveKey - Remove the StringMapEntry for the specified key from the
117 /// StringMapEntry - This is used to represent one value that is inserted into
121 class StringMapEntry : public StringMapEntryBase {
122 StringMapEntry(StringMapEntry &E) = delete;
127 explicit StringMapEntry(unsigned strLen)
130 StringMapEntry(unsigned strLen, InitTy &&... InitVals
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 27 class StringMapEntry;
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
42 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
95 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
99 /// RemoveKey - Remove the StringMapEntry for the specified key from the
116 /// StringMapEntry - This is used to represent one value that is inserted into
120 class StringMapEntry : public StringMapEntryBase {
124 explicit StringMapEntry(unsigned strLen)
126 StringMapEntry(unsigned strLen, const ValueTy &V)
140 /// StringMapEntry object
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 36 class StringMapEntry;
38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
91 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
95 /// RemoveKey - Remove the StringMapEntry for the specified key from the
124 /// StringMapEntry - This is used to represent one value that is inserted into
128 class StringMapEntry : public StringMapEntryBase {
132 explicit StringMapEntry(unsigned strLen)
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
137 StringMapEntry(StringMapEntry &E) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 37 class StringMapEntry;
39 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
92 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
96 /// RemoveKey - Remove the StringMapEntry for the specified key from the
125 /// StringMapEntry - This is used to represent one value that is inserted into
129 class StringMapEntry : public StringMapEntryBase {
133 explicit StringMapEntry(unsigned strLen)
136 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
138 StringMapEntry(StringMapEntry &E) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringMap.h 37 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
88 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
92 /// RemoveKey - Remove the StringMapEntry for the specified key from the
121 /// StringMapEntry - This is used to represent one value that is inserted into
125 class StringMapEntry : public StringMapEntryBase {
129 explicit StringMapEntry(unsigned strLen)
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 StringMapEntry(StringMapEntry &E) = delete;
147 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringMap.h 37 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
88 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
92 /// RemoveKey - Remove the StringMapEntry for the specified key from the
121 /// StringMapEntry - This is used to represent one value that is inserted into
125 class StringMapEntry : public StringMapEntryBase {
129 explicit StringMapEntry(unsigned strLen)
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 StringMapEntry(StringMapEntry &E) = delete;
147 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 37 class StringMapEntry;
39 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
92 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
96 /// RemoveKey - Remove the StringMapEntry for the specified key from the
125 /// StringMapEntry - This is used to represent one value that is inserted into
129 class StringMapEntry : public StringMapEntryBase {
133 explicit StringMapEntry(unsigned strLen)
136 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
138 StringMapEntry(StringMapEntry &E) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringMap.h 37 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
88 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
92 /// RemoveKey - Remove the StringMapEntry for the specified key from the
121 /// StringMapEntry - This is used to represent one value that is inserted into
125 class StringMapEntry : public StringMapEntryBase {
129 explicit StringMapEntry(unsigned strLen)
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 StringMapEntry(StringMapEntry &E) = delete;
147 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringMap.h 37 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
88 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
92 /// RemoveKey - Remove the StringMapEntry for the specified key from the
121 /// StringMapEntry - This is used to represent one value that is inserted into
125 class StringMapEntry : public StringMapEntryBase {
129 explicit StringMapEntry(unsigned strLen)
132 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
134 StringMapEntry(StringMapEntry &E) = delete;
147 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringMap.h 38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
89 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
93 /// RemoveKey - Remove the StringMapEntry for the specified key from the
122 /// StringMapEntry - This is used to represent one value that is inserted into
126 class StringMapEntry : public StringMapEntryBase {
130 explicit StringMapEntry(unsigned strLen)
133 StringMapEntry(unsigned strLen, InitTy &&... InitVals)
135 StringMapEntry(StringMapEntry &E) = delete;
148 /// StringMapEntry object
    [all...]

Completed in 649 milliseconds