Searched refs:RubyTypeOf (Results 1 – 2 of 2) sorted by relevance
42 std::string input_type = RubyTypeOf(method->input_type()); in PrintMethod()46 std::string output_type = RubyTypeOf(method->output_type()); in PrintMethod()
119 inline std::string RubyTypeOf(const grpc::protobuf::Descriptor* descriptor) { in RubyTypeOf() function