Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dde_errors.rs31 enum CasedString { enum
36 impl<'de> Deserialize<'de> for CasedString { implementation
44 type Value = CasedString; in deserialize()
57 Ok(CasedString::Lowercase(s.to_owned())) in deserialize()
59 Ok(CasedString::Uppercase(s.to_owned())) in deserialize()
75 toml::from_str::<Parent<CasedString>>( in custom_errors()
89 Parent<CasedString>, in custom_errors()
106 Parent<CasedString>, in custom_errors()
124 Parent<CasedString>, in custom_errors()
144 Parent<CasedString>, in custom_errors()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp1044 struct CasedString struct
1046 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity ) in CasedString() function
1081 CasedString m_data;
1098 CasedString m_data;
1116 CasedString m_data;
1133 CasedString m_data;