/external/rust/android-crates-io/crates/pest/src/iterators/ |
D | pair.rs | 40 pub struct Pair<'i, R> { struct 53 ) -> Pair<'i, R> { in new() argument 62 impl<'i, R: RuleType> Pair<'i, R> { impl 327 impl<'i, R: RuleType> fmt::Debug for Pair<'i, R> { implementation 341 impl<'i, R: RuleType> fmt::Display for Pair<'i, R> { implementation 366 impl<'i, R: PartialEq> PartialEq for Pair<'i, R> { implementation 374 impl<'i, R: Eq> Eq for Pair<'i, R> {} implementation 376 impl<'i, R: Hash> Hash for Pair<'i, R> { implementation 385 impl<'i, R: RuleType> ::serde::Serialize for Pair<'i, R> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/packedpair/ |
D | mod.rs | 107 pub fn pair(&self) -> &Pair { in pair() 135 pub struct Pair { struct 140 impl Pair { impl 149 pub fn new(needle: &[u8]) -> Option<Pair> { in new() 166 ) -> Option<Pair> { in with_ranker() 218 ) -> Option<Pair> { in with_indices()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/packedpair/ |
D | mod.rs | 107 pub fn pair(&self) -> &Pair { in pair() 135 pub struct Pair { struct 140 impl Pair { argument 149 pub fn new(needle: &[u8]) -> Option<Pair> { in new() 166 ) -> Option<Pair> { in with_ranker() 218 ) -> Option<Pair> { in with_indices()
|
/external/rust/android-crates-io/crates/memchr/src/arch/all/packedpair/ |
D | mod.rs | 107 pub fn pair(&self) -> &Pair { in pair() 135 pub struct Pair { struct 140 impl Pair { implementation 149 pub fn new(needle: &[u8]) -> Option<Pair> { in new() 166 ) -> Option<Pair> { in with_ranker() 218 ) -> Option<Pair> { in with_indices()
|
/external/rust/android-crates-io/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | mangle.rs | 102 pub(crate) fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() 113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/external/rust/android-crates-io/crates/hashbrown/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/rust/cxx/syntax/ |
D | mangle.rs | 102 pub(crate) fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() 113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | mangle.rs | 102 pub(crate) fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() 113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | mangle.rs | 102 pub(crate) fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() 113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | mangle.rs | 102 pub(crate) fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() 113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/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-16.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 64 for (auto &Pair : ValueMetadata) in ~LLVMContextImpl() local 86 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local 88 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 134 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 142 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
D | Pair.java | 28 public class Pair<K, V> { class 41 public Pair(K k, V v) { in Pair() method in Pair 51 public Pair(Pair<? extends K, ? extends V> entry) { in Pair() method in Pair
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | names.rs | 3 impl Pair { impl
|
/external/rust/cxx/gen/src/ |
D | names.rs | 3 impl Pair { impl
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | names.rs | 3 impl Pair { impl
|
/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/skia/src/core/ |
D | SkPtrRecorder.h | 88 struct Pair { struct 97 SkTDArray<Pair> fList; argument
|
/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_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
|
/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/cronet/tot/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 63 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 96 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/cronet/stable/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 36 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 63 using Pair = std::pair<T, U>; in test_no_inner_alloc() typedef 96 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
|