Searched refs:ModuleLevelName (Results 1 – 4 of 4) sorted by relevance
67 std::string PyiGenerator::ModuleLevelName(const DescriptorT& descriptor) const { in ModuleLevelName() function in google::protobuf::compiler::python::PyiGenerator232 ModuleLevelName(*enum_descriptor); in PrintImports()253 std::string module_enum_name = ModuleLevelName(enum_descriptor); in AddEnumValue()297 return ModuleLevelName(*field_des.enum_type()); in GetFieldType()305 return ModuleLevelName(*field_des.message_type()); in GetFieldType()457 ModuleLevelName(*field_des->enum_type())); in PrintMessage()
87 std::string ModuleLevelName(const DescriptorT& descriptor) const;
67 std::string PyiGenerator::ModuleLevelName( in ModuleLevelName() function in google::protobuf::compiler::python::PyiGenerator280 ModuleLevelName(*enum_descriptor, *import_map); in PrintImports()302 std::string module_enum_name = ModuleLevelName(enum_descriptor, import_map); in AddEnumValue()348 return ModuleLevelName(*field_des.enum_type(), import_map); in GetFieldType()359 std::string name = ModuleLevelName(*field_des.message_type(), import_map); in GetFieldType()530 ModuleLevelName(*field_des->enum_type(), import_map)); in PrintMessage()
101 std::string ModuleLevelName(