Searched defs:PropertyValues (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/regex-syntax/src/ |
D | unicode.rs | 436 type PropertyValues = &'static [(&'static str, &'static str)]; typedef 507 vals: PropertyValues, in canonical_value() 520 ) -> Result<Option<PropertyValues>> { in property_values() 529 fn imp(_: &'static str) -> Result<Option<PropertyValues>> { in property_values() 541 fn imp(name: &'static str) -> Result<Option<PropertyValues>> { in property_values()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ |
D | unicode.rs | 499 type PropertyValues = &'static [(&'static str, &'static str)]; typedef 576 vals: PropertyValues, in canonical_value() 589 ) -> Result<Option<PropertyValues>, Error> { in property_values() 598 fn imp(_: &'static str) -> Result<Option<PropertyValues>, Error> { in property_values() 610 fn imp(name: &'static str) -> Result<Option<PropertyValues>, Error> { in property_values()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ |
D | unicode.rs | 499 type PropertyValues = &'static [(&'static str, &'static str)]; typedef 576 vals: PropertyValues, in canonical_value() 589 ) -> Result<Option<PropertyValues>, Error> { in property_values() 598 fn imp(_: &'static str) -> Result<Option<PropertyValues>, Error> { in property_values() 610 fn imp(name: &'static str) -> Result<Option<PropertyValues>, Error> { in property_values()
|
/external/aws-sdk-java-v2/services/iottwinmaker/src/main/resources/codegen-resources/ |
D | service-2.json | 4157 "PropertyValues":{ object
|