Home
last modified time | relevance | path

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

12345678910

/external/rust/crates/pest/src/iterators/
Dpair.rs39 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/
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()
/external/rust/crates/indexmap/tests/
Dequivalent_trait.rs7 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/
Dpair.h27 struct Pair { struct
35 using type = Pair<First, Second>; argument
/external/clang/test/Index/
Dindex-templates.cpp76 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/
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
/external/rust/cxx/gen/src/
Dnames.rs3 impl Pair { implementation
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_pair.pass.cpp37 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
Dconstruct_pair_values.pass.cpp37 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
Dconstruct_pair_piecewise.pass.cpp38 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
Dconstruct_pair_rvalue.pass.cpp37 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
Dconstruct_pair_const_lvalue_pair.pass.cpp37 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/
DSkPtrRecorder.h86 struct Pair { struct
95 SkTDArray<Pair> fList; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_pair.pass.cpp38 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
Dconstruct_pair_values.pass.cpp38 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
Dconstruct_pair_piecewise.pass.cpp39 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
Dconstruct_pair_rvalue.pass.cpp38 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
Dconstruct_pair_const_lvalue_pair.pass.cpp38 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/
DPair.java8 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/
DPair.java34 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/
DPair.java17 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/
DPair.java17 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/
DPair.java19 public class Pair<F, S> { class
23 protected Pair(F first, S second) { in Pair() method in Pair
/external/llvm/lib/IR/
DLLVMContextImpl.cpp70 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/
Dflat_map.h28 struct Pair { struct
34 Pair(T1, T2) -> Pair<T1, T2>; argument

12345678910