Home
last modified time | relevance | path

Searched refs:__private (Results 1 – 25 of 28) sorted by relevance

12

/third_party/rust/crates/quote/src/
Dlib.rs118 pub mod __private; module
493 $crate::__private::TokenStream::new()
498 let mut _s = $crate::__private::TokenStream::new();
505 let mut _s = $crate::__private::TokenStream::new();
510 let mut _s = $crate::__private::TokenStream::new();
518 let mut _s = $crate::__private::TokenStream::new();
632 let _: $crate::__private::Span = $crate::__private::get_span($span).__into_span();
633 $crate::__private::TokenStream::new()
638 let mut _s = $crate::__private::TokenStream::new();
639 let _span: $crate::__private::Span = $crate::__private::get_span($span).__into_span();
[all …]
Dformat.rs114 $crate::__private::Option::None,
121 $crate::__private::Option::None,
132 $crate::__private::mk_ident(
133 &$crate::__private::format!($($fmt)*),
144 $crate::__private::Option::Some::<$crate::__private::Span>($span),
154 match $crate::__private::IdentFragmentAdapter(&$arg) {
164 match $crate::__private::IdentFragmentAdapter(&$arg) {
/third_party/rust/crates/syn/src/
Dcustom_keyword.rs94 pub span: $crate::__private::Span,
99 pub fn $ident<__S: $crate::__private::IntoSpans<$crate::__private::Span>>(
103 span: $crate::__private::IntoSpans::into_spans(span),
108 impl $crate::__private::Default for $ident {
111 span: $crate::__private::Span::call_site(),
131 impl $crate::__private::CustomToken for $ident {
132 fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool {
133 if let $crate::__private::Some((ident, _rest)) = cursor.ident() {
134 ident == $crate::__private::stringify!($ident)
140 fn display() -> &'static $crate::__private::str {
[all …]
Dcustom_punctuation.rs86 pub fn $ident<__S: $crate::__private::IntoSpans<$crate::custom_punctuation_repr!($($tt)+)>>(
91 spans: $crate::__private::IntoSpans::into_spans(spans)
96 impl $crate::__private::Default for $ident {
98 $ident($crate::__private::Span::call_site())
116 impl $crate::__private::CustomToken for $ident {
117 fn peek(cursor: $crate::buffer::Cursor) -> $crate::__private::bool {
118 $crate::__private::peek_punct(cursor, $crate::stringify_punct!($($tt)+))
121 fn display() -> &'static $crate::__private::str {
122 $crate::__private::concat!("`", $crate::stringify_punct!($($tt)+), "`")
129 $crate::__private::parse_punct(input, $crate::stringify_punct!($($tt)+))?;
[all …]
Dgroup.rs148 match $crate::__private::parse_parens(&$cursor) {
149 $crate::__private::Ok(parens) => {
153 $crate::__private::Err(error) => {
154 return $crate::__private::Err(error);
226 match $crate::__private::parse_braces(&$cursor) {
227 $crate::__private::Ok(braces) => {
231 $crate::__private::Err(error) => {
232 return $crate::__private::Err(error);
281 match $crate::__private::parse_brackets(&$cursor) {
282 $crate::__private::Ok(brackets) => {
[all …]
Dparse_macro_input.rs111 $crate::__private::Ok(data) => data,
112 $crate::__private::Err(err) => {
113 return $crate::__private::TokenStream::from(err.to_compile_error());
119 $crate::__private::Ok(data) => data,
120 $crate::__private::Err(err) => {
121 return $crate::__private::TokenStream::from(err.to_compile_error());
Dparse_quote.rs71 $crate::__private::parse_quote($crate::__private::quote::quote!($($tt)*))
103 $crate::__private::parse_quote($crate::__private::quote::quote_spanned!($span=> $($tt)*))
Dlib.rs859 pub mod __private; module
/third_party/rust/crates/serde/serde_derive/src/
Dde.rs36 …#vis fn deserialize<__D>(__deserializer: __D) -> #serde::__private::Result<#remote #ty_generics, _… in expand_derive_deserialize()
51 … fn deserialize<__D>(__deserializer: __D) -> #serde::__private::Result<Self, __D::Error> in expand_derive_deserialize()
175 &parse_quote!(_serde::__private::Default), in build_generics()
192 &parse_quote!(_serde::__private::Default), in build_generics()
334 …fn deserialize_in_place<__D>(__deserializer: __D, __place: &mut Self) -> _serde::__private::Result… in deserialize_in_place_body()
373 attr::Default::Default => quote!(_serde::__private::Default::default()), in deserialize_transparent()
375 attr::Default::None => quote!(_serde::__private::PhantomData), in deserialize_transparent()
382 _serde::__private::Result::map( in deserialize_transparent()
390 _serde::__private::Result::map( in deserialize_from()
392 _serde::__private::From::from) in deserialize_from()
[all …]
Dpretend.rs86 match _serde::__private::None::<&#type_ident #ty_generics> { in pretend_fields_used_struct()
87 _serde::__private::Some(#type_ident { #(#members: #placeholders),* }) => {} in pretend_fields_used_struct()
100 match _serde::__private::None::<&#type_ident #ty_generics> { in pretend_fields_used_struct_packed()
101 _serde::__private::Some(__v @ #type_ident { #(#members: _),* }) => { in pretend_fields_used_struct_packed()
103 let _ = _serde::__private::ptr::addr_of!(__v.#members); in pretend_fields_used_struct_packed()
129 match _serde::__private::None::<&#type_ident #ty_generics> { in pretend_fields_used_enum()
131 _serde::__private::Some(#patterns) => {} in pretend_fields_used_enum()
175 match _serde::__private::None { in pretend_variants_used()
176 _serde::__private::Some((#(#placeholders,)*)) => { in pretend_variants_used()
Dser.rs32 …alize<__S>(__self: &#remote #ty_generics, __serializer: __S) -> #serde::__private::Result<__S::Ok,… in expand_derive_serialize()
45 … fn serialize<__S>(&self, __serializer: __S) -> #serde::__private::Result<__S::Ok, __S::Error> in expand_derive_serialize()
213 … &_serde::__private::Into::<#type_into>::into(_serde::__private::Clone::clone(#self_var)), in serialize_into()
374 quote!(_serde::__private::None) in serialize_struct_as_map()
388 quote!(_serde::__private::Some(#len)) in serialize_struct_as_map()
414 …ref unrecognized => _serde::__private::Err(_serde::ser::Error::custom(_serde::__private::ser::Cann… in serialize_enum()
441 _serde::__private::Err(_serde::ser::Error::custom(#skipped_msg)) in serialize_variant()
595 _serde::__private::ser::serialize_tagged_newtype( in serialize_internally_tagged_variant()
624 let func = quote_spanned!(span=> _serde::__private::ser::serialize_tagged_newtype); in serialize_internally_tagged_variant()
658 &_serde::__private::ser::AdjacentlyTaggedEnumVariant { in serialize_adjacently_tagged_variant()
[all …]
/third_party/rust/crates/libc/src/fuchsia/
Dx86_64.rs51 __private: [u64; 32],
74 __private: [u8; 512],
88 .__private
90 .zip(other.__private.iter())
114 self.__private.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/
Dmod.rs5 __private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs124 __private: [i32; 8],
128 __private: [i32; 2],
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/
Dmod.rs116 __private: [u32; 22]
166 __private: [u8; 112],
180 .__private
182 .zip(other.__private.iter())
209 self.__private.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
Dmod.rs109 __private: [u64; 9],
146 __private: [u8; 512],
214 .__private
216 .zip(other.__private.iter())
243 self.__private.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs157 __private: [u16; 3],
175 __private: [u64; 12],
233 __private: [u64; 8],
299 __private: [u8; 512],
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs110 __private: [i64; 4],
114 __private: i64,
/third_party/rust/crates/libc/src/unix/bsd/apple/b32/
Dmod.rs48 __private: [::uintptr_t; 18], // FIXME: keeping private for now
/third_party/rust/crates/serde/serde/src/private/
Ddoc.rs59 …fn $func $(<$t: ?Sized + $crate::Serialize>)* (self $(, _: $arg)*) -> $crate::__private::Result<Se…
/third_party/rust/crates/serde/serde/src/
Dmacros.rs126 …fn $func<$v>(self, $($arg: $ty,)* visitor: $v) -> $crate::__private::Result<$v::Value, Self::Error>
Dlib.rs311 pub mod __private; module
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dmod.rs159 __private: [u32; 24],
165 __private: [u64; 8],
/third_party/rust/crates/serde/serde/src/de/
Dmod.rs1227 ) -> Result<crate::__private::de::Content<'de>, Self::Error> in __deserialize_content()
1229 V: Visitor<'de, Value = crate::__private::de::Content<'de>>, in __deserialize_content()
Dimpls.rs2075 let value = crate::__private::from_utf8_lossy(value); in deserialize()
2415 let value = crate::__private::from_utf8_lossy(value); in deserialize()
2570 let value = crate::__private::from_utf8_lossy(value); in deserialize()
2708 let value = crate::__private::from_utf8_lossy(value); in deserialize()

12