Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/src/nfa/
Dmap.rs73 pub struct Utf8BoundedMap { struct
99 impl Utf8BoundedMap { argument
108 pub fn new(capacity: usize) -> Utf8BoundedMap { in new()