OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_input_type_name
(Results
1 - 7
of
7
) sorted by null
/external/flatbuffers/grpc/src/compiler/
schema_interface.h
80
virtual grpc::string
get_input_type_name
() const = 0;
go_generator.cc
97
vars["Request"] = method->
get_input_type_name
();
111
vars["Request"] = method->
get_input_type_name
();
205
vars["Request"] = ", in *" + ((vars["CustomMethodIO"] == "") ? method->
get_input_type_name
() : vars["CustomMethodIO"]);
224
vars["Request"] = (vars["CustomMethodIO"] == "") ? method->
get_input_type_name
() : vars["CustomMethodIO"];
java_generator.cc
349
vars["input_type_name"] = method->
get_input_type_name
();
351
vars["input_type"] = JavaClassName(vars, method->
get_input_type_name
());
545
vars["input_type"] = JavaClassName(vars, method->
get_input_type_name
());
765
vars["input_type"] = JavaClassName(vars, method->
get_input_type_name
());
799
vars["input_type"] = JavaClassName(vars, method->
get_input_type_name
());
[
all
...]
/external/grpc-grpc/src/compiler/
schema_interface.h
65
virtual grpc::string
get_input_type_name
() const = 0;
protobuf_plugin.h
51
grpc::string
get_input_type_name
() const {
function in class:ProtoBufMethod
python_generator.cc
590
grpc::string input_type_file_name = method->
get_input_type_name
();
/external/flatbuffers/src/
idl_gen_grpc.cpp
66
std::string
get_input_type_name
() const { return (*method_->request).name; }
function in class:flatbuffers::FlatBufMethod
Completed in 100 milliseconds