Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/error/
Dcontext.rs77 pub enum ContextValue { enum
94 impl std::fmt::Display for ContextValue { implementation
Dmod.rs179 pub fn context(&self) -> impl Iterator<Item = (ContextKind, &ContextValue)> { in context()
186 pub fn get(&self, kind: ContextKind) -> Option<&ContextValue> { in get()
193 pub fn insert(&mut self, kind: ContextKind, value: ContextValue) -> Option<ContextValue> { in insert()
314 value: ContextValue, in insert_context_unchecked()
Dformat.rs429 fn did_you_mean(styled: &mut StyledStr, context: &str, valid: &ContextValue) { in did_you_mean()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java967 private enum ContextValue { enum in SimpleDateFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java965 private enum ContextValue { enum in SimpleDateFormat