Home
last modified time | relevance | path

Searched defs:Nothing (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunionPropertyOfProtectedAndIntersectionProperty.ts9 type Nothing<V extends Foo> = void; alias
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck63.ts28 export const Nothing: Strategy<State> = strategy("Nothing", function* (state: State) { constant
/third_party/rust/crates/syn/src/
Dparse.rs1282 pub struct Nothing; struct
1284 impl Parse for Nothing { implementation
1292 impl Debug for Nothing { implementation
1300 impl Eq for Nothing {} implementation
1304 impl PartialEq for Nothing { implementation
1312 impl Hash for Nothing { implementation
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.h86 Nothing, enumerator
/third_party/node/deps/v8/include/
Dv8-maybe.h96 inline Maybe<T> Nothing() { in Nothing() function
/third_party/vk-gl-cts/framework/common/
DtcuMaybe.hpp35 constexpr Nothing_T Nothing (0); variable
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h66 Nothing, enumerator
/third_party/rust/crates/regex/src/
Dexec.rs1482 Nothing, enumerator
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs1572 Nothing, enumerator
/third_party/libabigail/tests/lib/
Dcatch.hpp4484 Nothing = 0x00, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp76539 struct Nothing { }; struct
76558 Maybe(Nothing) : mIsSome(false) { } in Maybe() argument