Home
last modified time | relevance | path

Searched refs:BLOCKING_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
481 call_type = BLOCKING_CALL; in PrintStub()
552 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub()
571 case BLOCKING_CALL: in PrintStub()
638 case BLOCKING_CALL: in PrintStub()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp587 BLOCKING_CALL = 1, enumerator
622 call_type = BLOCKING_CALL; in PrintStub()
706 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub()
729 case BLOCKING_CALL: in PrintStub()
799 case BLOCKING_CALL: in PrintStub()