Lines Matching refs:CppObjGenerator
56 class CppObjGenerator : public ::google::protobuf::compiler::CodeGenerator { class
58 CppObjGenerator();
59 ~CppObjGenerator() override;
104 CppObjGenerator::CppObjGenerator() = default;
105 CppObjGenerator::~CppObjGenerator() = default;
107 bool CppObjGenerator::Generate(const google::protobuf::FileDescriptor* file, in Generate()
349 std::string CppObjGenerator::GetCppType(const FieldDescriptor* field, in GetCppType()
387 std::string CppObjGenerator::GetProtozeroSetter( in GetProtozeroSetter()
418 std::string CppObjGenerator::GetPackedBuffer( in GetPackedBuffer()
451 std::string CppObjGenerator::GetPackedWireType( in GetPackedWireType()
480 void CppObjGenerator::GenEnum(const EnumDescriptor* enum_desc, in GenEnum()
506 void CppObjGenerator::GenEnumAliases(const EnumDescriptor* enum_desc, in GenEnumAliases()
532 void CppObjGenerator::GenClassDecl(const Descriptor* msg, Printer* p) const { in GenClassDecl()
685 void CppObjGenerator::GenClassDef(const Descriptor* msg, Printer* p) const { in GenClassDef()
884 ::protozero::CppObjGenerator generator; in main()