Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zip/src/
Dread.rs41 pub(super) names_map: super::HashMap<String, usize>, field
420 let mut names_map = HashMap::with_capacity(file_capacity); in new() localVariable
/external/libbpf/src/
Dbtf.c4704 static int btf_dedup_fill_unique_names_map(struct btf_dedup *d, struct hashmap *names_map) in btf_dedup_fill_unique_names_map()
4738 static int btf_dedup_resolve_fwd(struct btf_dedup *d, struct hashmap *names_map, __u32 type_id) in btf_dedup_resolve_fwd()
4806 struct hashmap *names_map; in btf_dedup_resolve_fwds() local