Home
last modified time | relevance | path

Searched refs:singleton_bytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dmod.rs608 if let Some(singletons) = singleton_bytes(&new) { in alternation()
3005 fn singleton_bytes(hirs: &[Hir]) -> Option<Vec<u8>> { in singleton_bytes() function