Home
last modified time | relevance | path

Searched defs:None (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None = 1 }; enumerator
23 const NoneType None = NoneType::None; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enumerator
23 const NoneType None = None; variable
/third_party/typescript/tests/baselines/reference/
DgenericInterfaceImplementation.js8 class None<T> implements IOption<T>{ class
21 function None() { class in None
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/constant_enum_declarations/
Dconstant_enum_declarations.ts28 None = -1, enumerator
46 None = -1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h202 None = 0x0000, enumerator
219 None = 0x00000000, enumerator
245 None = 0x00, enumerator
253 None = 0x00, enumerator
261 None = 0, enumerator
280 None = 0x0000, enumerator
300 None = 0x0000, enumerator
311 None = 0, enumerator
358 None = 0x00000000, enumerator
394 None = 0x00, enumerator
[all …]
/third_party/node/deps/v8/src/objects/
Dfield-type.cc16 FieldType FieldType::None() { return FieldType(Smi::FromInt(2).ptr()); } in None() function in v8::internal::FieldType
22 Handle<FieldType> FieldType::None(Isolate* isolate) { in None() function in v8::internal::FieldType
/third_party/python/Lib/test/libregrtest/
Druntest.py24 xml_data: list[str] | None = None,
44 xml_data: list[str] | None = None,
45 errors: list[tuple[str, str]] | None = None, argument
/third_party/typescript/tests/cases/fourslash/etslib/
Dtext.d.ts42
43 declare enum TextDecorationType {
44 None, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h18 None, ///< No exception support enumerator
27 None, ///< No compression enumerator
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsEnums.ts55 None = 0, enumerator
63 None = 0, enumerator
/third_party/typescript/tests/cases/compiler/
DenumOperations.ts1 enum Enum { None = 0 } enumerator
DgenericInterfaceImplementation.ts7 class None<T> implements IOption<T>{ class
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/EnumDeclarations/
DparserEnum1.ts4 None = 0, enumerator
DparserEnum2.ts4 None = 0, enumerator
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h53 None = 0, // -O0 enumerator
71 enum FP {All, NonLeaf, None}; enumerator
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h52 struct None {}; struct
64 operator None() { return None{}; } in None() function
1279 STAGE(seed_shader, Ctx::None) { in STAGE()
1348 STAGE(black_color, Ctx::None) { in STAGE()
1353 STAGE(white_color, Ctx::None) { in STAGE()
1526 STAGE(hue, Ctx::None) { in STAGE()
1540 STAGE(saturation, Ctx::None) { in STAGE()
1554 STAGE(color, Ctx::None) { in STAGE()
1567 STAGE(luminosity, Ctx::None) { in STAGE()
1606 STAGE(clamp_0, Ctx::None) { in STAGE()
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/all_enums_are_union_enums/
Dall_enums_are_union_enums_7.ts26 None = 0, enumerator
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dpacket.h85 enum class ErrDef { None = 0, BadFormat = 1, BadArgs = 2, Failed = 3 }; enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresource.h27 None = 0x0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h29 None = 0, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.h29 None, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h228 None, ///< Do nothing. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h29 None = 0, enumerator

12345678910