Searched refs:decoded_r (Results 1 – 5 of 5) sorted by relevance
41 S2PointRegion decoded_r(S2Point(1, 0, 0)); in TEST() local42 decoded_r.Decode(&decoder); in TEST()43 S2Point decoded_p = decoded_r.point(); in TEST()
60 S2PointRegion decoded_r(S2Point(1, 0, 0)); in TEST() local61 decoded_r.Decode(&decoder); in TEST()62 S2Point decoded_p = decoded_r.point(); in TEST()
243 const char *until, const char **decoded_r) in uri_data_decode() argument256 if (decoded_r != NULL) in uri_data_decode()257 *decoded_r = ""; in uri_data_decode()276 if (decoded_r != NULL) in uri_data_decode()277 *decoded_r = p_strdup(parser->pool, str_c(decoded)); in uri_data_decode()
62 const char *until, const char **decoded_r) ATTR_NULL(3);