Home | History | Annotate | Download | only in runtime

Lines Matching defs:return_type

345   const char* return_type = strchr(signature, ')');
346 CHECK(return_type != nullptr);
347 ++return_type; // Skip ')'.
348 return PrettyDescriptor(return_type);