Home
last modified time | relevance | path

Searched refs:RequestOrResponse (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_service.h77 enum RequestOrResponse { REQUEST, RESPONSE }; enum
102 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
Dcpp_service.cc272 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_service.h65 enum RequestOrResponse { REQUEST, RESPONSE }; enum
107 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
Djava_service.cc280 void ImmutableServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype()