Home
last modified time | relevance | path

Searched refs:CppGenerator (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_generator.h52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
54 CppGenerator();
55 ~CppGenerator();
64 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CppGenerator);
Dcpp_generator.cc55 CppGenerator::CppGenerator() {} in CppGenerator() function in google::protobuf::compiler::cpp::CppGenerator
56 CppGenerator::~CppGenerator() {} in ~CppGenerator()
58 bool CppGenerator::Generate(const FileDescriptor* file, in Generate()
Dcpp_bootstrap_unittest.cc134 CppGenerator generator; in TEST()
Dcpp_plugin_unittest.cc228 CppGenerator cpp_generator; in TEST()
Dmetadata_test.cc92 CppGenerator cpp_generator; in CaptureMetadata()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dmain.cc51 google::protobuf::compiler::cpp::CppGenerator cpp_generator; in main()