Home
last modified time | relevance | path

Searched refs:PyiGenerator (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_pyi_generator.cc54 PyiGenerator::PyiGenerator() : file_(nullptr) {} in PyiGenerator() function in google::protobuf::compiler::python::PyiGenerator
56 PyiGenerator::~PyiGenerator() {} in ~PyiGenerator()
58 void PyiGenerator::PrintItemMap( in PrintItemMap()
67 std::string PyiGenerator::ModuleLevelName(const DescriptorT& descriptor) const { in ModuleLevelName()
132 void PyiGenerator::PrintImports( in PrintImports()
240 void PyiGenerator::PrintEnum(const EnumDescriptor& enum_descriptor) const { in PrintEnum()
249 void PyiGenerator::AddEnumValue( in AddEnumValue()
261 void PyiGenerator::PrintTopLevelEnums() const { in PrintTopLevelEnums()
271 void PyiGenerator::AddExtensions( in AddExtensions()
284 std::string PyiGenerator::GetFieldType(const FieldDescriptor& field_des) const { in GetFieldType()
[all …]
Dpython_pyi_generator.h62 class PROTOC_EXPORT PyiGenerator : public google::protobuf::compiler::CodeGenerator {
64 PyiGenerator();
65 ~PyiGenerator() override;
94 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(PyiGenerator);
Dpython_generator.cc234 python::PyiGenerator pyi_generator; in Generate()
/external/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.cc54 PyiGenerator::PyiGenerator() : file_(nullptr) {} in PyiGenerator() function in google::protobuf::compiler::python::PyiGenerator
56 PyiGenerator::~PyiGenerator() {} in ~PyiGenerator()
58 void PyiGenerator::PrintItemMap( in PrintItemMap()
67 std::string PyiGenerator::ModuleLevelName( in ModuleLevelName()
157 void PyiGenerator::PrintImportForDescriptor( in PrintImportForDescriptor()
183 void PyiGenerator::PrintImports( in PrintImports()
288 void PyiGenerator::PrintEnum(const EnumDescriptor& enum_descriptor) const { in PrintEnum()
297 void PyiGenerator::AddEnumValue( in AddEnumValue()
310 void PyiGenerator::PrintTopLevelEnums() const { in PrintTopLevelEnums()
320 void PyiGenerator::AddExtensions( in AddExtensions()
[all …]
Dpyi_generator.h63 class PROTOC_EXPORT PyiGenerator : public google::protobuf::compiler::CodeGenerator {
65 PyiGenerator();
66 ~PyiGenerator() override;
110 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(PyiGenerator);
Dgenerator.cc229 python::PyiGenerator pyi_generator; in Generate()
/external/protobuf/src/google/protobuf/compiler/
Dmain.cc80 python::PyiGenerator pyi_generator; in ProtobufMain()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dmain.cc81 python::PyiGenerator pyi_generator; in ProtobufMain()