Home
last modified time | relevance | path

Searched refs:ASYNC_CALL (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc452 enum CallType { ASYNC_CALL = 0, BLOCKING_CALL = 1, FUTURE_CALL = 2 }; enumerator
465 CallType call_type = ASYNC_CALL; in PrintStub()
470 call_type = ASYNC_CALL; in PrintStub()
474 call_type = ASYNC_CALL; in PrintStub()
494 call_type = ASYNC_CALL; in PrintStub()
585 case ASYNC_CALL: in PrintStub()
621 case ASYNC_CALL: in PrintStub()
653 case ASYNC_CALL: in PrintStub()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp586 ASYNC_CALL = 0, enumerator
611 call_type = ASYNC_CALL; in PrintStub()
615 call_type = ASYNC_CALL; in PrintStub()
635 call_type = ASYNC_CALL; in PrintStub()
745 case ASYNC_CALL: in PrintStub()
783 case ASYNC_CALL: in PrintStub()
814 case ASYNC_CALL: in PrintStub()