/external/rust/crates/rayon/src/iter/ |
D | from_par_iter.rs | 28 I: IntoParallelIterator<Item = T>, in from_par_iter() 41 I: IntoParallelIterator<Item = T>, in from_par_iter() 55 I: IntoParallelIterator<Item = T>, in from_par_iter() 69 I: IntoParallelIterator<Item = T>, in from_par_iter() 87 I: IntoParallelIterator<Item = (K, V)>, in from_par_iter() 104 I: IntoParallelIterator<Item = (K, V)>, in from_par_iter() 118 I: IntoParallelIterator<Item = V>, in from_par_iter() 131 I: IntoParallelIterator<Item = V>, in from_par_iter() 141 I: IntoParallelIterator<Item = char>, in from_par_iter() 151 I: IntoParallelIterator<Item = &'a char>, in from_par_iter() [all …]
|
D | extend.rs | 15 F: FnOnce(&mut C, &LinkedList<Vec<I::Item>>), in extend() 16 C: Extend<I::Item>, in extend() 70 I: IntoParallelIterator<Item = T>, in par_extend() 83 I: IntoParallelIterator<Item = &'a T>, in par_extend() 97 I: IntoParallelIterator<Item = (K, V)>, in par_extend() 111 I: IntoParallelIterator<Item = (&'a K, &'a V)>, in par_extend() 124 I: IntoParallelIterator<Item = T>, in par_extend() 137 I: IntoParallelIterator<Item = &'a T>, in par_extend() 160 I: IntoParallelIterator<Item = (K, V)>, in par_extend() 176 I: IntoParallelIterator<Item = (&'a K, &'a V)>, in par_extend() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 69 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { in consume() 82 T &Item; member 87 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional() 98 ArrayRef<T> &Item; member 116 std::vector<T> &Item; member 137 std::vector<StringRef> &Item; member 148 ArrayRef<T> &Item; member 158 T &Item; member 162 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array() 167 serialize_null_term_string_array(std::vector<StringRef> &Item) { in serialize_null_term_string_array() [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 69 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { in consume() 82 T &Item; member 87 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional() 98 ArrayRef<T> &Item; member 116 std::vector<T> &Item; member 137 std::vector<StringRef> &Item; member 148 ArrayRef<T> &Item; member 158 T &Item; member 162 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array() 167 serialize_null_term_string_array(std::vector<StringRef> &Item) { in serialize_null_term_string_array() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatVariadicDetails.h | 33 T Item; variable 36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter() 45 T Item; variable 48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter() 131 build_format_adapter(T &&Item) { in build_format_adapter() 138 build_format_adapter(T &&Item) { in build_format_adapter() 145 build_format_adapter(T &&Item) { in build_format_adapter() 158 build_format_adapter(T &&Item) { in build_format_adapter()
|
D | FormatAdapters.h | 22 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter() 24 T Item; variable 34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() 49 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() 64 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter() 77 ErrorAdapter(Error &&Item) : FormatAdapter(std::move(Item)) {} in ErrorAdapter() 91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad() 96 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() 103 inline detail::ErrorAdapter fmt_consume(Error &&Item) { in fmt_consume()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FormatVariadicDetails.h | 33 T Item; variable 36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter() 45 T Item; variable 48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter() 131 build_format_adapter(T &&Item) { in build_format_adapter() 137 build_format_adapter(T &&Item) { in build_format_adapter() 144 build_format_adapter(T &&Item) { in build_format_adapter() 156 build_format_adapter(T &&Item) { in build_format_adapter()
|
D | FormatAdapters.h | 21 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter() 23 T Item; variable 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() 48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() 63 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter() 76 ErrorAdapter(Error &&Item) : FormatAdapter(std::move(Item)) {} in ErrorAdapter() 92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad() 97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() 104 inline detail::ErrorAdapter fmt_consume(Error &&Item) { in fmt_consume()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 74 std::error_code consume(ArrayRef<uint8_t> &Data, T *&Item) { in consume() 87 T &Item; member 92 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional() 117 ArrayRef<T> &Item; member 135 std::vector<T> &Item; member 159 std::vector<StringRef> &Item; member 171 ArrayRef<T> &Item; member 181 T &Item; member 185 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array() 190 serialize_null_term_string_array(std::vector<StringRef> &Item) { in serialize_null_term_string_array() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | local_rendezvous.cc | 33 struct LocalRendezvous::Item { struct in tensorflow::LocalRendezvous 34 enum Type { kSend = 0, kRecv = 1 }; 36 Item(Rendezvous::Args send_args, const Tensor& value, bool is_dead) in Item() argument 42 Item(Rendezvous::Args recv_args, Rendezvous::DoneCallback waiter, in Item() argument 49 ~Item() { in ~Item() 60 const Rendezvous::Args args; 61 const Type type; 64 Item* next = nullptr; 68 union { 80 Item(Rendezvous::Args args, Type type) : args(args), type(type) { in Item() argument
|
/external/rust/crates/itertools/src/ |
D | tuple_impl.rs | 46 type Item = T::Item; typedef 48 fn next(&mut self) -> Option<Self::Item> { in next() 91 where I: Iterator<Item = T::Item>, in tuples() 104 type Item = T; typedef 106 fn next(&mut self) -> Option<Self::Item> { in next() 147 where I: Iterator<Item = T::Item>, in tuple_windows() 174 type Item = T; typedef 176 fn next(&mut self) -> Option<Self::Item> { in next() 207 where I: Iterator<Item = T::Item> + Clone + ExactSizeIterator, in circular_tuple_windows() 225 type Item = T; typedef [all …]
|
D | lib.rs | 377 where J: IntoIterator<Item = Self::Item>, in interleave() 395 where J: IntoIterator<Item = Self::Item>, in interleave_shortest() 436 F: FnMut() -> Self::Item in intersperse_with() 630 where Self: Sized + Iterator<Item = T::Item>, in tuple_windows() 665 where Self: Sized + Clone + Iterator<Item = T::Item> + ExactSizeIterator, in circular_tuple_windows() 703 where Self: Sized + Iterator<Item = T::Item>, in tuples() 775 where Self: Iterator<Item = Result<T, E>> + Sized, in map_results() 793 where Self: Iterator<Item = Result<T, E>> + Sized, in map_ok() 811 where Self: Iterator<Item = Result<T, E>> + Sized, in filter_ok() 829 where Self: Iterator<Item = Result<T, E>> + Sized, in filter_map_ok() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 120 struct Item : public core::RefCounted { struct 127 string session; 130 string handle; 132 std::unique_ptr<FunctionLibraryDefinition> lib_def; 135 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; 138 std::vector<ExecutionUnit> units; 164 std::unordered_map<string, Item*> table_; argument
|
/external/rust/crates/itertools/src/adaptors/ |
D | mod.rs | 43 J: IntoIterator<Item = I::Item> in interleave() 56 type Item = I::Item; typedef 58 fn next(&mut self) -> Option<Self::Item> { in next() 99 J: Iterator<Item = I::Item> in interleave_shortest() 112 type Item = I::Item; typedef 115 fn next(&mut self) -> Option<Self::Item> { in next() 193 pub fn into_parts(self) -> (Option<I::Item>, I) { in into_parts() 202 pub fn put_back(&mut self, x: I::Item) { in put_back() 210 type Item = I::Item; typedef 212 fn next(&mut self) -> Option<Self::Item> { in next() [all …]
|
/external/rust/crates/tinyvec/src/ |
D | arrayvec_drain.rs | 16 pub(crate) fn new<A, R>(arr: &'a mut ArrayVec<A>, range: R) -> Self in new() 59 fn next_back(&mut self) -> Option<Self::Item> { in next_back() 64 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() 70 type Item = T; typedef 71 fn next(&mut self) -> Option<Self::Item> { in next() 77 fn nth(&mut self, n: usize) -> Option<Self::Item> { in nth() 80 fn last(self) -> Option<Self::Item> { in last() 85 F: FnMut(Self::Item), in for_each()
|
/external/rust/crates/codespan-reporting/examples/ |
D | reusable_diagnostic.rs | 95 struct Item { struct 100 impl Item { argument 101 fn new(range: Range<usize>, content: impl Into<String>) -> Item { in new()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadicDetails.h | 31 T Item; variable 34 explicit provider_format_adapter(T &&Item) : Item(Item) {} in provider_format_adapter() 92 build_format_adapter(T &&Item) { in build_format_adapter() 99 build_format_adapter(T &&Item) { in build_format_adapter() 106 build_format_adapter(T &&Item) { in build_format_adapter()
|
/external/rust/crates/rayon/src/ |
D | par_either.rs | 11 type Item = L::Item; typedef 15 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 35 C: Consumer<Self::Item>, in drive() 49 CB: ProducerCallback<Self::Item>, in with_producer() 67 I: IntoParallelIterator<Item = T>, in par_extend()
|
D | option.rs | 27 type Item = T; typedef 36 type Item = T; typedef 40 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 53 C: Consumer<Self::Item>, in drive() 71 CB: ProducerCallback<Self::Item>, in with_producer() 100 type Item = &'a T; typedef 130 type Item = &'a mut T; typedef 151 type Item = T; typedef 180 I: IntoParallelIterator<Item = Option<T>>, in from_par_iter()
|
/external/rust/crates/tinyvec/src/array/ |
D | generated_impl.rs | 8 type Item = T; typedef 30 type Item = T; typedef 52 type Item = T; typedef 74 type Item = T; typedef 96 type Item = T; typedef 118 type Item = T; typedef 140 type Item = T; typedef 169 type Item = T; typedef 199 type Item = T; typedef 230 type Item = T; typedef [all …]
|
/external/rust/crates/unicode-normalization/src/ |
D | quick_check.rs | 21 fn quick_check<F, I>(s: I, is_allowed: F, stream_safe: bool) -> IsNormalized in quick_check() 72 pub fn is_nfc_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfc_quick() 78 pub fn is_nfkc_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfkc_quick() 84 pub fn is_nfd_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfd_quick() 90 pub fn is_nfkd_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfkd_quick() 96 pub fn is_nfc_stream_safe_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfc_stream_safe_quick() 102 pub fn is_nfd_stream_safe_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized { in is_nfd_stream_safe_quick()
|
/external/rust/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 28 type Item: ?Sized; typedef 45 fn get(&self) -> Option<&Self::Item>; in get() 51 fn next(&mut self) -> Result<Option<&Self::Item>, Self::Error> { in next() 124 fn find<F>(&mut self, mut f: F) -> Result<Option<&Self::Item>, Self::Error> in find() 148 F: FnMut(&Self::Item), in for_each() 207 fn nth(&mut self, n: usize) -> Result<Option<&Self::Item>, Self::Error> { in nth() 300 fn next_back(&mut self) -> Result<Option<&Self::Item>, Self::Error> { in next_back() 310 type Item = I::Item; typedef 319 fn get(&self) -> Option<&I::Item> { in get() 329 fn next(&mut self) -> Result<Option<&I::Item>, I::Error> { in next() [all …]
|
/external/rust/crates/smallvec/src/ |
D | lib.rs | 297 type Item = T::Item; typedef 300 fn next(&mut self) -> Option<T::Item> { in next() 314 fn next_back(&mut self) -> Option<T::Item> { in next_back() 361 unsafe fn inline(&self) -> *const A::Item { in inline() 365 unsafe fn inline_mut(&mut self) -> *mut A::Item { in inline_mut() 379 unsafe fn heap(&self) -> (*mut A::Item, usize) { in heap() 383 unsafe fn heap_mut(&mut self) -> &mut (*mut A::Item, usize) { in heap_mut() 387 fn from_heap(ptr: *mut A::Item, len: usize) -> SmallVecData<A> { in from_heap() 401 unsafe fn inline(&self) -> *const A::Item { in inline() 408 unsafe fn inline_mut(&mut self) -> *mut A::Item { in inline_mut() [all …]
|
/external/rust/crates/itertools/benches/extra/ |
D | zipslices.rs | 73 type Item = (T::Item, U::Item); typedef 76 fn next(&mut self) -> Option<Self::Item> { in next() 102 fn next_back(&mut self) -> Option<Self::Item> { in next_back() 126 type Item = (T::Item, U::Item); typedef 132 unsafe fn get_unchecked(&mut self, i: usize) -> Self::Item { in get_unchecked() 145 type Item; typedef 149 unsafe fn get_unchecked(&mut self, i: usize) -> Self::Item; in get_unchecked() 153 type Item = &'a T; typedef 164 type Item = &'a mut T; typedef
|
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/ |
D | set.rs | 24 type Item = T; typedef 28 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 46 type Item = T; typedef 50 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 70 type Item = &'a T; typedef 74 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 99 type Item = &'a T; typedef 103 C: UnindexedConsumer<Self::Item>, in drive_unindexed() 132 type Item = &'a T; typedef 136 C: UnindexedConsumer<Self::Item>, in drive_unindexed() [all …]
|