Home
last modified time | relevance | path

Searched refs:GetCompilerVersion (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h178 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
H A Dplugin.cc105 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext
H A Dmock_code_generator.cc239 context->GetCompilerVersion(&compiler_version); in Generate()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h178 virtual void GetCompilerVersion(Version* version) const;
H A Dcode_generator.cc99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
H A Dplugin.cc105 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext
H A Dmock_code_generator.cc239 context->GetCompilerVersion(&compiler_version); in Generate()
/aosp_15_r20/external/golang-protobuf/types/pluginpb/
H A Dplugin.pb.go272 func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { func
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
H A Dmain.go129 if v := gen.Request.GetCompilerVersion(); v != nil {