| /external/rust/crates/pest/src/iterators/ |
| D | pair.rs | 39 pub struct Pair<'i, R> { struct 58 ) -> Pair<'_, R> { in new() argument 67 impl<'i, R: RuleType> Pair<'i, R> { impl 292 impl<'i, R: RuleType> fmt::Debug for Pair<'i, R> { implementation 302 impl<'i, R: RuleType> fmt::Display for Pair<'i, R> { implementation 327 impl<'i, R: PartialEq> PartialEq for Pair<'i, R> { implementation 335 impl<'i, R: Eq> Eq for Pair<'i, R> {} implementation 337 impl<'i, R: Hash> Hash for Pair<'i, R> { implementation 346 impl<'i, R: RuleType> ::serde::Serialize for Pair<'i, R> { implementation
|
| /external/rust/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()
|
| /external/rust/crates/indexmap/tests/ |
| D | equivalent_trait.rs | 7 pub struct Pair<A, B>(pub A, pub B); struct 9 impl<A, B, C, D> PartialEq<(A, B)> for Pair<C, D> implementation 19 impl<A, B, X> Equivalent<X> for Pair<A, B> implementation
|
| /external/google-fruit/include/fruit/impl/meta/ |
| D | pair.h | 27 struct Pair { struct 35 using type = Pair<First, Second>; argument
|
| /external/clang/test/Index/ |
| D | index-templates.cpp | 76 struct Pair { struct 85 Pair<T, U> p = { t, second_type(u) }; in init_list() argument 98 template class Pair<int, int>; variable
|
| /external/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
|
| /external/rust/cxx/gen/src/ |
| D | names.rs | 3 impl Pair { implementation
|
| /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
| D | construct_pair.pass.cpp | 37 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 60 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 89 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 116 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_values.pass.cpp | 37 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 62 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 93 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 122 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_piecewise.pass.cpp | 38 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 65 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 98 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 129 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_rvalue.pass.cpp | 37 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 64 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 97 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 128 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_const_lvalue_pair.pass.cpp | 37 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 64 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 97 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 128 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| /external/skia/src/core/ |
| D | SkPtrRecorder.h | 86 struct Pair { struct 95 SkTDArray<Pair> fList; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
| D | construct_pair.pass.cpp | 38 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 68 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 104 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 138 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_values.pass.cpp | 38 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 70 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 108 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 144 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_piecewise.pass.cpp | 39 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 73 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 113 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 151 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_rvalue.pass.cpp | 38 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 72 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 112 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 150 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| D | construct_pair_const_lvalue_pair.pass.cpp | 38 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 72 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 112 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef 150 using Pair = std::pair<T, U>; in test_with_inner_alloc() typedef
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/ |
| D | Pair.java | 8 public class Pair<A, B> { class 12 public Pair(A a, B b) { in Pair() method in Pair
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
| D | Pair.java | 34 public class Pair<A, B> { class 38 public Pair(A a, B b) { in Pair() method in Pair
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | Pair.java | 17 public final class Pair<T extends Comparable<T>, U extends Comparable<U>> implements java.lang.Comp… class 62 public Pair(T first, U second) { in Pair() method in Pair 67 public Pair() { in Pair() method in Pair
|
| /external/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
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | Pair.java | 19 public class Pair<F, S> { class 23 protected Pair(F first, S second) { in Pair() method in Pair
|
| /external/llvm/lib/IR/ |
| D | LLVMContextImpl.cpp | 70 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local 72 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 132 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 140 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
|
| /external/pigweed/pw_containers/public/pw_containers/ |
| D | flat_map.h | 28 struct Pair { struct 34 Pair(T1, T2) -> Pair<T1, T2>; argument
|