Searched refs:duplicate_key_check_func (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/ |
D | rls.cc | 2288 auto duplicate_key_check_func = [&keys_seen, errors]( in JsonPostLoad() local 2302 duplicate_key_check_func(header.key, in JsonPostLoad() 2306 duplicate_key_check_func( in JsonPostLoad() 2310 duplicate_key_check_func(*extra_keys.host_key, ".extraKeys.host"); in JsonPostLoad() 2313 duplicate_key_check_func(*extra_keys.service_key, ".extraKeys.service"); in JsonPostLoad() 2316 duplicate_key_check_func(*extra_keys.method_key, ".extraKeys.method"); in JsonPostLoad()
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/rls/ |
H A D | rls.cc | 2373 auto duplicate_key_check_func = [&keys_seen, errors]( in JsonPostLoad() local 2387 duplicate_key_check_func(header.key, in JsonPostLoad() 2391 duplicate_key_check_func( in JsonPostLoad() 2395 duplicate_key_check_func(*extra_keys.host_key, ".extraKeys.host"); in JsonPostLoad() 2398 duplicate_key_check_func(*extra_keys.service_key, ".extraKeys.service"); in JsonPostLoad() 2401 duplicate_key_check_func(*extra_keys.method_key, ".extraKeys.method"); in JsonPostLoad()
|