Searched defs:Nothing (Results 1 – 11 of 11) sorted by relevance
9 type Nothing<V extends Foo> = void; alias
28 export const Nothing: Strategy<State> = strategy("Nothing", function* (state: State) { constant
1282 pub struct Nothing; struct1284 impl Parse for Nothing { implementation1292 impl Debug for Nothing { implementation1300 impl Eq for Nothing {} implementation1304 impl PartialEq for Nothing { implementation1312 impl Hash for Nothing { implementation
86 Nothing, enumerator
96 inline Maybe<T> Nothing() { in Nothing() function
35 constexpr Nothing_T Nothing (0); variable
66 Nothing, enumerator
1482 Nothing, enumerator
1572 Nothing, enumerator
4484 Nothing = 0x00, enumerator
76539 struct Nothing { }; struct76558 Maybe(Nothing) : mIsSome(false) { } in Maybe() argument