OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_output_type_name
(Results
1 - 9
of
9
) sorted by null
/external/flatbuffers/grpc/src/compiler/
schema_interface.h
81
virtual grpc::string
get_output_type_name
() const = 0;
go_generator.cc
98
vars["Response"] = (vars["CustomMethodIO"] == "") ? method->
get_output_type_name
() : vars["CustomMethodIO"];
112
vars["Response"] = (vars["CustomMethodIO"] == "") ? method->
get_output_type_name
() : vars["CustomMethodIO"];
209
vars["Response"] = "* " + method->
get_output_type_name
();
225
vars["Response"] = method->
get_output_type_name
();
java_generator.cc
350
vars["output_type_name"] = method->
get_output_type_name
();
352
vars["output_type"] = JavaClassName(vars, method->
get_output_type_name
());
546
vars["output_type"] = JavaClassName(vars, method->
get_output_type_name
());
766
vars["output_type"] = JavaClassName(vars, method->
get_output_type_name
());
800
vars["output_type"] = JavaClassName(vars, method->
get_output_type_name
());
[
all
...]
/external/grpc-grpc/src/compiler/
schema_interface.h
66
virtual grpc::string
get_output_type_name
() const = 0;
protobuf_plugin.h
54
grpc::string
get_output_type_name
() const {
function in class:ProtoBufMethod
python_generator.cc
598
grpc::string output_type_file_name = method->
get_output_type_name
();
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferTextureBufferRange.hpp
191
std::string
get_output_type_name
()
function in class:glcts::FormatInfo
esextcTextureBufferTextureBufferRange.cpp
697
<< info.
get_output_type_name
().c_str() << " outValue;\n"
761
<< pszInterpolationQualifier << info.
get_output_type_name
().c_str()
[
all
...]
/external/flatbuffers/src/
idl_gen_grpc.cpp
68
std::string
get_output_type_name
() const { return (*method_->response).name; }
function in class:flatbuffers::FlatBufMethod
Completed in 834 milliseconds