OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoStreaming
(Results
1 - 7
of
7
) sorted by null
/external/flatbuffers/grpc/src/compiler/
go_generator.cc
99
if (method->
NoStreaming
()) {
115
if (method->
NoStreaming
()) {
227
if (method->
NoStreaming
()) {
340
if (method->
NoStreaming
()) {
385
if (method->
NoStreaming
()) {
402
if (!method->
NoStreaming
()) {
schema_interface.h
82
virtual bool
NoStreaming
() const = 0;
cpp_generator.cc
194
if (method->
NoStreaming
()) {
320
if (method->
NoStreaming
()) {
400
if (method->
NoStreaming
()) {
518
if (method->
NoStreaming
()) {
595
if (method->
NoStreaming
()) {
644
if (method->
NoStreaming
()) {
743
if (method->
NoStreaming
()) {
[
all
...]
/external/grpc-grpc/src/compiler/
schema_interface.h
67
virtual bool
NoStreaming
() const = 0;
cpp_generator.cc
181
if (method->
NoStreaming
()) {
303
if (method->
NoStreaming
()) {
379
if (method->
NoStreaming
()) {
493
if (method->
NoStreaming
()) {
576
if (method->
NoStreaming
()) {
627
if (method->
NoStreaming
()) {
676
if (method->
NoStreaming
()) {
709
if (method->
NoStreaming
()) {
[
all
...]
protobuf_plugin.h
76
bool
NoStreaming
() const {
/external/flatbuffers/src/
idl_gen_grpc.cpp
87
bool
NoStreaming
() const { return streaming_ == kNone; }
Completed in 318 milliseconds