Searched defs:Nothing (Results 1 – 13 of 13) sorted by relevance
9 type Nothing<V extends Foo> = void; alias
28 export const Nothing: Strategy<State> = strategy("Nothing", function* (state: State) { constant
1354 pub struct Nothing; struct1356 impl Parse for Nothing { implementation1364 impl Debug for Nothing { implementation1372 impl Eq for Nothing {} implementation1376 impl PartialEq for Nothing { implementation1384 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
299 class Nothing: class
311 class Nothing: class
1482 Nothing, enumerator
1533 Nothing, enumerator
4484 Nothing = 0x00, enumerator
76539 struct Nothing { }; struct76558 Maybe(Nothing) : mIsSome(false) { } in Maybe() argument