Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dcaptures.rs2169 type CaptureNameMap = std::collections::HashMap<Arc<str>, SmallIndex>; typedef
2171 type CaptureNameMap = alloc::collections::BTreeMap<Arc<str>, SmallIndex>; typedef