| /third_party/rust/crates/cxx/syntax/ |
| D | mangle.rs | 102 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()
|
| D | names.rs | 15 impl Pair { implementation
|
| D | ident.rs | 4 fn check(cx: &mut Check, name: &Pair) { in check()
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | names.rs | 3 impl Pair { implementation
|
| /third_party/skia/src/core/ |
| D | SkPtrRecorder.h | 86 struct Pair { struct 95 SkTDArray<Pair> fList; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | LLVMContextImpl.cpp | 52 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/ |
| D | Pair.java | 17 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/ |
| D | Pair.java | 19 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/ |
| D | Dominators.h | 84 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/ |
| D | FuzzerTracePC.h | 31 struct Pair { struct 32 T A, B;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | BlotMapVector.h | 56 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/ |
| D | MapVector.h | 99 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/ |
| D | BitmapCopyTest.cpp | 27 struct Pair { struct 28 SkColorType fColorType; 29 const char* fValid;
|
| /third_party/typescript/tests/cases/conformance/types/namedTypes/ |
| D | genericInstantiationEquivalentToObjectLiteral.ts | 1 interface Pair<T1, T2> { first: T1; second: T2; } interface
|
| /third_party/typescript/tests/cases/compiler/ |
| D | mappedTypeIndexedAccess.ts | 12 type Pair<T> = Pairs<T>[keyof T]; alias
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | textencoding_test.js | 39 class Pair { class
|
| /third_party/python/Lib/importlib/metadata/ |
| D | _collections.py | 27 class Pair(collections.namedtuple('Pair', 'name value')): class
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsFboUtil.hpp | 69 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/ |
| D | namedTupleMembersErrors.ts | 9 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/ |
| D | WebAssemblyAddMissingPrototypes.cpp | 132 for (auto &Pair : Replacements) { in runOnModule() local
|
| /third_party/typescript/tests/cases/conformance/types/typeAliases/ |
| D | genericTypeAliases.ts | 47 type Pair<T> = AB<T, T>; alias
|
| /third_party/rust/crates/syn/src/ |
| D | punctuated.rs | 927 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/ |
| D | RewriteStatepointsForGC.cpp | 849 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/ |
| D | SkTHash.h | 469 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/ |
| D | DebugStringTableSubsection.cpp | 72 for (auto &Pair : StringToId) { in commit() local
|