Searched refs:expand_struct (Results 1 – 7 of 7) sorted by relevance
/external/python/pycparser/examples/ |
D | cdecl.py | 46 def explain_c_declaration(c_decl, expand_struct=False, expand_typedef=False): argument 71 expand_struct=expand_struct, 131 expand_struct=False, 135 _expand_in_place(decl_copy, file_ast, expand_struct, expand_typedef) 139 def _expand_in_place(decl, file_ast, expand_struct=False, expand_typedef=False): argument 146 decl.type = _expand_in_place(decl.type, file_ast, expand_struct, 157 decl.decls[i] = _expand_in_place(mem_decl, file_ast, expand_struct, 159 if not expand_struct:
|
/external/rust/cxx/macro/src/ |
D | derive.rs | 7 pub(crate) fn expand_struct( in expand_struct() function
|
D | expand.rs | 67 expanded.extend(expand_struct(strct)); in expand() 158 fn expand_struct(strct: &Struct) -> TokenStream { in expand_struct() function 173 let derived_traits = derive::expand_struct(strct, &mut derives); in expand_struct()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | derive.rs | 7 pub(crate) fn expand_struct( in expand_struct() function
|
D | expand.rs | 67 expanded.extend(expand_struct(strct)); in expand() 157 fn expand_struct(strct: &Struct) -> TokenStream { in expand_struct() function 172 let derived_traits = derive::expand_struct(strct, &mut derives); in expand_struct()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | derive.rs | 7 pub(crate) fn expand_struct( in expand_struct() function
|
D | expand.rs | 67 expanded.extend(expand_struct(strct)); in expand() 157 fn expand_struct(strct: &Struct) -> TokenStream { in expand_struct() function 172 let derived_traits = derive::expand_struct(strct, &mut derives); in expand_struct()
|