Searched refs:args_end (Results 1 – 1 of 1) sorted by relevance
329 const char* args_end = std::strchr(args, ')'); in CreateProtoKey() local330 CHECK(args_end != nullptr); in CreateProtoKey()331 const char* return_type = args_end + 1; in CreateProtoKey()338 while (args != args_end) { in CreateProtoKey()347 CHECK_NE(args, args_end); in CreateProtoKey()