Searched refs:OneOf (Results 1 – 10 of 10) sorted by relevance
/third_party/rust/crates/nom/src/character/ |
D | tests.rs | 15 assert_eq!(f(b), Err(Err::Error(error_position!(b, ErrorKind::OneOf)))); in one_of_test()
|
D | complete.rs | 97 _ => Err(Err::Error(Error::from_error_kind(i, ErrorKind::OneOf))), in one_of()
|
D | streaming.rs | 98 Some((_, false)) => Err(Err::Error(Error::from_error_kind(i, ErrorKind::OneOf))), in one_of()
|
/third_party/rust/crates/nom/src/ |
D | error.rs | 393 OneOf, enumerator 449 ErrorKind::OneOf => 29, in error_to_u32() 512 ErrorKind::OneOf => "OneOf", in description()
|
/third_party/rust/crates/serde/serde/src/de/ |
D | mod.rs | 257 OneOf { names: expected } 275 OneOf { names: expected } 2273 struct OneOf { struct 2277 impl Display for OneOf { argument
|
/third_party/rust/crates/nom/doc/archive/ |
D | upgrading_to_nom_4.md | 122 IResult::Error(error_position!(ErrorKind::OneOf, input)), 126 Err(Err::Error(error_position!(input, ErrorKind::OneOf)))
|
/third_party/rust/crates/nom/src/bytes/ |
D | tests.rs | 94 error_position!(&b"A"[..], ErrorKind::OneOf) in escaping() 126 error_position!("A", ErrorKind::OneOf)
|
/third_party/rust/crates/rust-cexpr/src/ |
D | literal.rs | 122 … Some(_) => Err(nom::Err::Error(nom::error::Error::new(i, nom::error::ErrorKind::OneOf))),
|
/third_party/python/Doc/howto/ |
D | descriptor.rst | 372 1) :class:`OneOf` verifies that a value is one of a restricted set of options. 385 class OneOf(Validator): 446 kind = OneOf('wood', 'metal', 'plastic')
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Runtime.m | 132 // OneOf fields - no has*/setHas* 259 // OneOf fields - no has*/setHas*
|