Home
last modified time | relevance | path

Searched refs:RubyTypeOf (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/compiler/
Druby_generator.cc42 std::string input_type = RubyTypeOf(method->input_type()); in PrintMethod()
46 std::string output_type = RubyTypeOf(method->output_type()); in PrintMethod()
Druby_generator_string-inl.h119 inline std::string RubyTypeOf(const grpc::protobuf::Descriptor* descriptor) { in RubyTypeOf() function