Searched refs:GetCompilerVersion (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ | ||
D | code_generator.h | 156 virtual void GetCompilerVersion(Version* version) const; |
D | code_generator.cc | 93 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorContext |
D | plugin.cc | 93 void GetCompilerVersion(Version* version) const { in GetCompilerVersion() function in google::protobuf::compiler::GeneratorResponseContext |
D | mock_code_generator.cc | 210 context->GetCompilerVersion(&compiler_version); in Generate() |
/external/golang-protobuf/protoc-gen-go/plugin/ | ||
D | plugin.pb.go | 169 func (m *CodeGeneratorRequest) GetCompilerVersion() *Version { func |