Home
last modified time | relevance | path

Searched defs:unique_id_hash_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/traffic_annotation/
H A Dnetwork_traffic_annotation.h50 const int32_t unique_id_hash_code; member
96 const int32_t unique_id_hash_code; member
291 int32_t unique_id_hash_code; member
319 CreateMutableNetworkTrafficAnnotationTag(int32_t unique_id_hash_code) { in CreateMutableNetworkTrafficAnnotationTag()
334 int32_t unique_id_hash_code; member
H A Dnetwork_traffic_annotation_android.cc11 int32_t unique_id_hash_code) { in FromJavaAnnotation()