Searched refs:Lite (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 6 use super::{Lite, Present}; 9 impl Debug for Lite<syn::Abi> { 19 Debug::fmt(Lite(&self.0), formatter)?; in fmt() 29 impl Debug for Lite<syn::AngleBracketedGenericArguments> { 36 formatter.field("args", Lite(&self.value.args)); in fmt() 41 impl Debug for Lite<syn::Arm> { 45 formatter.field("attrs", Lite(&self.value.attrs)); in fmt() 47 formatter.field("pat", Lite(&self.value.pat)); in fmt() 55 Debug::fmt(Lite(&self.0.1), formatter)?; in fmt() 62 formatter.field("body", Lite( in fmt() [all...] |
H A D | mod.rs | 18 pub struct Lite<T: ?Sized> { structure names 23 pub fn Lite<T: ?Sized>(value: &T) -> &Lite<T> { in Lite() functions 24 Lite::ref_cast(value) in Lite() 27 impl<T: ?Sized> Deref for Lite<T> { 35 impl Debug for Lite<bool> { 41 impl Debug for Lite<u32> { 47 impl Debug for Lite<usize> { 53 impl Debug for Lite<String> { 59 impl Debug for Lite<Iden [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 89 TEST(Lite, AllLite1) { in TEST() 109 TEST(Lite, AllLite2) { in TEST() 128 TEST(Lite, AllLite3) { in TEST() 165 TEST(Lite, AllLite5) { in TEST() 222 TEST(Lite, AllLite6) { in TEST() 243 TEST(Lite, AllLite7) { in TEST() 263 TEST(Lite, AllLite8) { in TEST() 283 TEST(Lite, AllLite9) { in TEST() 303 TEST(Lite, AllLite10) { in TEST() 319 TEST(Lite, AllLite1 [all...] |
/third_party/rust/crates/syn/tests/macros/ |
H A D | mod.rs | 41 let debug = crate::macros::debug::Lite(&$expr); 52 let debug = crate::macros::debug::Lite(&syntax_tree); 63 let debug = crate::macros::debug::Lite(&syntax_tree);
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 119 quote! { Lite(#val) } in format_field() 326 impl Debug for Lite<syn::#ident> { in expand_impl() 339 impl Debug for Lite<syn::token::#ident> { in expand_token_impl() 364 use super::{Lite, Present}; in generate()
|
Completed in 7 milliseconds