Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/rust/crates/cxx/syntax/
Dmangle.rs102 pub fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator()
113 pub fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dnames.rs15 impl Pair { implementation
Dident.rs4 fn check(cx: &mut Check, name: &Pair) { in check()
/third_party/rust/crates/cxx/gen/src/
Dnames.rs3 impl Pair { implementation
/third_party/skia/src/core/
DSkPtrRecorder.h86 struct Pair { struct
95 SkTDArray<Pair> fList; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp52 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl() local
68 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
70 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local
132 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local
140 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPair.java17 public class Pair<F, S> { class
21 protected Pair(F first, S second) { in Pair() method in Pair
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPair.java19 public class Pair<F, S> { class
23 protected Pair(F first, S second) { in Pair() method in Pair
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDominators.h84 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument
87 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h31 struct Pair { struct
32 T A, B;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h56 std::pair<typename MapTy::iterator, bool> Pair = variable
68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DMapVector.h99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0); variable
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert() local
/third_party/skia/tests/
DBitmapCopyTest.cpp27 struct Pair { struct
28 SkColorType fColorType;
29 const char* fValid;
/third_party/typescript/tests/cases/conformance/types/namedTypes/
DgenericInstantiationEquivalentToObjectLiteral.ts1 interface Pair<T1, T2> { first: T1; second: T2; } interface
/third_party/typescript/tests/cases/compiler/
DmappedTypeIndexedAccess.ts12 type Pair<T> = Pairs<T>[keyof T]; alias
/third_party/protobuf/js/experimental/runtime/kernel/
Dtextencoding_test.js39 class Pair { class
/third_party/python/Lib/importlib/metadata/
D_collections.py27 class Pair(collections.namedtuple('Pair', 'name value')): class
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp69 struct Pair struct
71 typedef T1 first_type;
72 typedef T2 second_type;
73 T1 first;
74 T2 second;
/third_party/typescript/tests/cases/conformance/types/tuple/named/
DnamedTupleMembersErrors.ts9 export type Pair = [item: any, any?]; // partially named, disallowed alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp132 for (auto &Pair : Replacements) { in runOnModule() local
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DgenericTypeAliases.ts47 type Pair<T> = AB<T, T>; alias
/third_party/rust/crates/syn/src/
Dpunctuated.rs927 pub enum Pair<T, P> { enum
932 impl<T, P> Pair<T, P> { implementation
1010 impl<T, P> Pair<&T, &P> { implementation
1025 impl<T, P> Clone for Pair<T, P> implementation
1040 impl<T, P> Copy for Pair<T, P> implementation
1093 impl<T, P> ToTokens for Pair<T, P> implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp849 for (auto Pair : States) { in findBasePointer() local
874 for (auto Pair : States) { in findBasePointer() local
924 for (auto Pair : States) { in findBasePointer() local
931 for (auto Pair : States) { in findBasePointer() local
1028 for (auto Pair : States) { in findBasePointer() local
1118 for (auto Pair : States) { in findBasePointer() local
1184 for (auto &Pair : PointerToBase) { in findBasePointers() local
1768 for (auto Pair : AllocaMap) { in relocationViaAlloca() local
1800 for (auto Pair : AllocaMap) { in relocationViaAlloca() local
2255 for (auto Pair : Info.PointerToBase) in insertParsePoints() local
[all …]
/third_party/skia/include/private/
DSkTHash.h469 struct Pair : public std::pair<K, V> { struct
471 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() argument
475 using Iter = typename SkTHashTable<Pair, K>::template Iter<std::pair<K, V>>; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp72 for (auto &Pair : StringToId) { in commit() local

12345