Searched defs:rust_name (Results 1 – 12 of 12) sorted by relevance
58 rust_name: String, field89 pub fn rust_name(&self) -> String { in rust_name() method223 let rust_name = split_name.join("_"); in new() localVariable241 pub fn rust_name(&self) -> &str { in rust_name() method
325 fn rust_name(&self) -> String { in rust_name() method446 fn rust_name(&self) -> String; in rust_name() method450 fn rust_name(&self) -> String { in rust_name() method503 fn rust_name(&self) -> String; in rust_name() method507 fn rust_name(&self) -> String { in rust_name() method550 pub fn rust_name(&self) -> String { in rust_name() method587 pub fn rust_name(&self) -> String { in rust_name() method
62 let mut rust_name = None; in parse_struct() localVariable129 let mut rust_name = None; in parse_struct() localVariable189 let mut rust_name = None; in parse_enum() localVariable280 let mut rust_name = None; in parse_variant() localVariable452 let mut rust_name = None; in parse_extern_type() localVariable507 let mut rust_name = None; in parse_extern_fn() localVariable786 let mut rust_name = None; in parse_type_alias() localVariable872 let mut rust_name = None; in parse_extern_type_bounded() localVariable
35 pub rust_name: Option<&'a mut Option<Ident>>, field
289 fn rust_name(&self) -> RustIdent { in rust_name() method421 pub fn rust_name(&self) -> RustIdent { in rust_name() method504 pub fn rust_name(&self) -> RustIdent { in rust_name() method536 pub fn rust_name(&self) -> RustIdentWithPath { in rust_name() method
107 mod rust_name; module
141 let rust_name = oneof.rust_name(); in parse() localVariable
70 let rust_name = if enum_with_scope.get_scope().get_file_descriptor().get_name() in new() localVariable
456 pub(crate) fn rust_name(field_type: FieldDescriptorProto_Type) -> RustType { in rust_name() function
179 let rust_name: Ident = match syn::parse_str(&decl.name) { in traverse() localVariable
434 pub rust_name: RustIdent, field
791 let rust_name = ctx.rust_ident(&name); in codegen() localVariable877 let rust_name = ctx.rust_ident(&name); in codegen() localVariable