Searched defs:GetCompilerVersion (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ | ||
H A D | code_generator.cc | 99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext |
H A D | plugin.cc | 105 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext |
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ | ||
H A D | code_generator.cc | 99 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext |
H A D | plugin.cc | 105 void GetCompilerVersion(Version* version) const override { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext |
/aosp_15_r20/external/golang-protobuf/types/pluginpb/ | ||
H A D | plugin.pb.go | 272 func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { func |