Searched refs:args_end (Results 1 – 1 of 1) sorted by relevance
342 const char* args_end = std::strchr(args, ')'); in CreateProtoKey() local343 CHECK(args_end != nullptr); in CreateProtoKey()344 const char* return_type = args_end + 1; in CreateProtoKey()351 while (args != args_end) { in CreateProtoKey()360 CHECK_NE(args, args_end); in CreateProtoKey()