Home
last modified time | relevance | path

Searched defs:curr_key (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dmetadata_map_test.cc199 for (const std::string& curr_key : allow_list_keys) { in TEST() local
244 for (const std::string& curr_key : allow_list_keys) { in TEST() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c824 for (uint64_t prev_key = 0, curr_key = 0;; prev_key = curr_key) { in print_outstanding_allocs() local
950 for (uint64_t prev_key = 0, curr_key = 0;; prev_key = curr_key) { in print_outstanding_combined_allocs() local
/aosp_15_r20/trusty/user/app/storage/
Dblock_tree.c1212 data_block_t curr_key; in block_tree_node_find_block() local