Home
last modified time | relevance | path

Searched defs:GetCompilerVersion (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
Dplugin.cc105 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
Dplugin.cc104 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext
/external/golang-protobuf/types/pluginpb/
Dplugin.pb.go272 func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { func