Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.h156 virtual void GetCompilerVersion(Version* version) const;
Dcode_generator.cc93 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext
Dplugin.cc93 void GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext
Dmock_code_generator.cc210 context->GetCompilerVersion(&compiler_version); in Generate()
/external/golang-protobuf/types/pluginpb/
Dplugin.pb.go275 func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { func
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dmain.go129 if v := gen.Request.GetCompilerVersion(); v != nil {