Searched defs:copyOf (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 342 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() 349 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() 381 TFunction::TFunction(const TFunction& copyOf) : TSymbol(copyOf) in TFunction() 466 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | XCldrStub.java | 319 public static <T> Set<T> copyOf(Set<T> values) { in copyOf() method in XCldrStub.ImmutableSet 324 public static <K,V> Map<K,V> copyOf(Map<K,V> values) { in copyOf() method in XCldrStub.ImmutableMap 329 public static <K,V> Multimap<K,V> copyOf(Multimap<K,V> values) { in copyOf() method in XCldrStub.ImmutableMultimap
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | XCldrStub.java | 348 public static <T> Set<T> copyOf(Set<T> values) { in copyOf() method in XCldrStub.ImmutableSet 356 public static <K,V> Map<K,V> copyOf(Map<K,V> values) { in copyOf() method in XCldrStub.ImmutableMap 364 public static <K,V> Multimap<K,V> copyOf(Multimap<K,V> values) { in copyOf() method in XCldrStub.ImmutableMultimap
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | SymbolTable.cpp | 281 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol()
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 1750 void shallowCopy(const TType& copyOf) in shallowCopy() 1775 void deepCopy(const TType& copyOf) in deepCopy() 2818 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 81435 static nsIAtom* copyOf; member in nsGkAtoms
|