Home
last modified time | relevance | path

Searched defs:nested_name (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_macros/src/diagnostics/
Dutils.rs723 let nested_name = nested.path.segments.last().unwrap().ident.to_string(); in from_attr() localVariable
724 let nested_name = nested_name.as_str(); in from_attr() localVariable
/third_party/protobuf/src/google/protobuf/compiler/python/
Dgenerator.cc804 const std::string nested_name = in PrintDescriptor() local
1109 const std::string nested_name = ModuleLevelDescriptorName(descriptor); in FixContainingTypeInDescriptor() local
/third_party/protobuf/lua/
Ddef.c329 const char* nested_name = lua_tostring(L, -1); in lupb_MessageDef_pushnested() local