Searched defs:GenerateInterface (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/src/google/protobuf/compiler/java/full/ | ||
| D | service.cc | 100 void ImmutableServiceGenerator::GenerateInterface(io::Printer* printer) { in GenerateInterface() function in google::protobuf::compiler::java::ImmutableServiceGenerator |
| D | message.cc | 242 void ImmutableMessageGenerator::GenerateInterface(io::Printer* printer) { in GenerateInterface() function in google::protobuf::compiler::java::ImmutableMessageGenerator |
| /third_party/protobuf/src/google/protobuf/compiler/java/lite/ | ||
| D | message.cc | 88 void ImmutableMessageLiteGenerator::GenerateInterface(io::Printer* printer) { in GenerateInterface() function in google::protobuf::compiler::java::ImmutableMessageLiteGenerator |
| /third_party/flatbuffers/grpc/src/compiler/ | ||
| D | ts_generator.cc | 498 grpc::string GenerateInterface(grpc_generator::File *file, in GenerateInterface() function |