HomeSort by relevance Sort by last modified time
    Searched refs:NoStreaming (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 65 virtual bool NoStreaming() const = 0;
go_generator.cc 91 if (method->NoStreaming()) {
107 if (method->NoStreaming()) {
219 if (method->NoStreaming()) {
332 if (method->NoStreaming()) {
377 if (method->NoStreaming()) {
394 if (!method->NoStreaming()) {
cpp_generator.cc 165 if (method->NoStreaming()) {
264 if (method->NoStreaming()) {
315 if (method->NoStreaming()) {
409 if (method->NoStreaming()) {
460 if (method->NoStreaming()) {
509 if (method->NoStreaming()) {
625 if (method->NoStreaming()) {
    [all...]
  /external/flatbuffers/src/
idl_gen_grpc.cpp 65 bool NoStreaming() const { return streaming_ == kNone; }

Completed in 638 milliseconds