Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h69 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatVariadicDetails.h33 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()
DFormatAdapters.h22 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()
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dreusable_diagnostic.rs95 struct Item { struct
100 impl Item { implementation
101 fn new(range: Range<usize>, content: impl Into<String>) -> Item { in new()
/third_party/rust/crates/nom/src/number/
Dcomplete.rs34 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
64 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
97 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
130 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
163 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
196 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
229 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
252 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i16()
275 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i24()
307 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i32()
[all …]
Dstreaming.rs32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
193 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
223 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
243 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i16()
263 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i24()
292 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i32()
[all …]
/third_party/typescript/tests/baselines/reference/
DdiscriminantPropertyCheck.js22 function goo1(x: Item) {
28 function goo2(x: Item) {
34 function foo1(x: Item) {
40 function foo2(x: Item) {
46 function foo3(x: Item) {
52 function foo4(x: Item) {
58 function foo5(x: Item) {
64 function foo6(x: Item) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadicDetails.h31 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()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/rust/crates/syn/src/
Dpunctuated.rs441 fn from_iter<I: IntoIterator<Item = T>>(i: I) -> Self { in from_iter()
452 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend()
460 fn from_iter<I: IntoIterator<Item = Pair<T, P>>>(i: I) -> Self { in from_iter()
468 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend()
491 type Item = T; typedef
506 type Item = &'a T; typedef
515 type Item = &'a mut T; typedef
540 type Item = Pair<&'a T, &'a P>; typedef
542 fn next(&mut self) -> Option<Self::Item> { in next()
555 fn next_back(&mut self) -> Option<Self::Item> { in next_back()
[all …]
/third_party/rust/crates/minimal-lexical/src/
Dparse.rs27 Iter1: Iterator<Item = &'a u8>, in parse_number_fast()
28 Iter2: Iterator<Item = &'a u8>, in parse_number_fast()
58 fn parse_number<'a, Iter1, Iter2>(mut integer: Iter1, mut fraction: Iter2, exponent: i32) -> Number in parse_number()
61 Iter2: Iterator<Item = &'a u8> + Clone, in parse_number()
149 Iter1: Iterator<Item = &'a u8> + Clone, in parse_float()
150 Iter2: Iterator<Item = &'a u8> + Clone, in parse_float()
/third_party/rust/crates/memchr/bench/src/memmem/
Dimp.rs43 ) -> impl Iterator<Item = usize> + 'a { in oneshotiter()
58 ) -> impl Iterator<Item = usize> + 'a { in iter()
81 ) -> impl Iterator<Item = usize> + 'a { in oneshotiter()
96 ) -> impl Iterator<Item = usize> + 'a { in iter()
135 ) -> impl Iterator<Item = usize> + 'a { in oneshotiter()
154 ) -> impl Iterator<Item = usize> + 'a { in iter()
185 ) -> impl Iterator<Item = usize> + 'a { in oneshotiter()
204 ) -> impl Iterator<Item = usize> + 'a { in iter()
237 ) -> impl Iterator<Item = usize> + 'a { in oneshotiter()
252 ) -> impl Iterator<Item = usize> + 'a { in iter()
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs138 type Item = ItemId; typedef
140 fn next(&mut self) -> Option<Self::Item> { in next()
171 impl AsTemplateParam for Item { implementation
189 item: &Item, in as_template_param()
246 impl ItemAncestors for Item { implementation
266 impl Trace for Item { implementation
312 impl CanDeriveDebug for Item { implementation
318 impl CanDeriveDefault for Item { implementation
324 impl CanDeriveCopy for Item { implementation
330 impl CanDeriveHash for Item { implementation
[all …]
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dconvert.rs40 S: IntoIterator<IntoIter = I, Item = I::Item>, in new() argument
59 type Item = u8; typedef
61 fn next(&mut self) -> Option<Self::Item> { in next()
139 type Item = Result<u16>; typedef
141 fn next(&mut self) -> Option<Self::Item> { in next()
179 ) -> EncodeWide<impl '_ + Iterator<Item = u8>> { in encode_wide()
/third_party/rust/crates/signal-hook/signal-hook-async-std/src/
Dlib.rs81 I: IntoIterator<Item = S>, in new()
91 I: IntoIterator<Item = S>, in with_exfiltrator()
119 type Item = E::Output; typedef
121 fn poll_next(mut self: Pin<&mut Self>, ctx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next()
/third_party/icu/tools/unicode/c/genregexcasing/
Dgenregexcasing.cpp84 struct Item { in main() struct
85 UChar32 fCP = 0; in main()
86 int16_t fStrIndex = 0; in main()
87 int16_t fCount = 0; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp38 bool overlapsDefs(const Cfg *Func, const Variable *Item, const Variable *Var) { in overlapsDefs()
451 Variable *Item = Active[Index]; in handleActiveRangeExpiredOrInactive() local
480 Variable *Item = Inactive[Index]; in handleInactiveRangeExpiredOrReactivated() local
568 for (const Variable *Item : Inactive) { in filterFreeWithInactiveRanges() local
665 for (const Variable *Item : Active) { in handleNoFreeRegisters() local
678 for (const Variable *Item : Inactive) { in handleNoFreeRegisters() local
740 Variable *Item = Active[Index]; in handleNoFreeRegisters() local
757 Variable *Item = Inactive[Index]; in handleNoFreeRegisters() local
890 for (const Variable *Item : Active) { in scan() local
963 void LinearScan::dumpLiveRangeTrace(const char *Label, const Variable *Item) { in dumpLiveRangeTrace()
[all …]
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs1369 type Item = &'a Id; typedef
1414 type Item = T; typedef
1416 fn next(&mut self) -> Option<Self::Item> { in next()
1425 fn next_back(&mut self) -> Option<Self::Item> { in next_back()
1471 type Item = &'a T; typedef
1473 fn next(&mut self) -> Option<Self::Item> { in next()
1482 fn next_back(&mut self) -> Option<Self::Item> { in next_back()
1532 type Item = &'a OsStr; typedef
1576 type Item = Vec<&'a str>; typedef
1578 fn next(&mut self) -> Option<Self::Item> { in next()
[all …]
/third_party/rust/crates/signal-hook/signal-hook-tokio/src/
Dlib.rs100 I: IntoIterator<Item = S>, in new()
110 I: IntoIterator<Item = S>, in with_exfiltrator()
148 type Item = E::Output; typedef
150 fn poll_next(mut self: Pin<&mut Self>, ctx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next()
/third_party/rust/crates/tracing/tracing-futures/src/executor/
Dfutures_01.rs58 future: Box<dyn Future<Error = (), Item = ()> + 'static + Send>, in spawn() argument
90 F: Future<Item = (), Error = ()> + Send + 'static, in spawn()
114 F: Send + 'static + Future<Item = R, Error = E>, in block_on()
141 F: Future<Item = (), Error = ()> + 'static, in spawn()
174 F: 'static + Future<Item = R, Error = E>, in block_on()
202 future: Box<dyn Future<Error = (), Item = ()> + 'static + Send>, in spawn() argument
235 F: Future<Item = (), Error = ()> + Send + 'static, in spawn()
260 F: Send + 'static + Future<Item = R, Error = E>, in block_on()
289 F: Future<Item = (), Error = ()> + 'static, in spawn()
322 F: 'static + Future<Item = R, Error = E>, in block_on()
/third_party/rust/crates/os_str_bytes/src/
Diter.rs90 fn next_back(&mut self) -> Option<Self::Item> { in next_back()
101 type Item = &'a RawOsStr; typedef
104 fn last(mut self) -> Option<Self::Item> { in last()
108 fn next(&mut self) -> Option<Self::Item> { in next()
/third_party/rust/crates/clap/clap_derive/src/derives/
Dparser.rs92 item: &Item, in gen_for_struct()
95 fields: &[(&Field, Item)], in gen_for_struct() argument
111 item: &Item, in gen_for_enum()
114 variants: &[(&Variant, Item)], in gen_for_enum() argument

12345678910>>...13