Home
last modified time | relevance | path

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

12345678910

/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/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/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi33 self, CompletionQueue call_queue not None,
34 CompletionQueue server_queue not None, tag):
50 self, CompletionQueue queue not None):
104 def shutdown(self, CompletionQueue queue not None, tag):
/third_party/typescript/tests/baselines/reference/
DgenericInterfaceImplementation.js8 class None<T> implements IOption<T>{ class
21 function None() { class in None
/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/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
D_protoc_compiler.pyx20 def run_main(list args not None):
/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/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/fourslash/etslib/
Dtext.d.ts42
43 declare enum TextDecorationType {
44 None, enumerator
/third_party/flatbuffers/tests/optional_scalars/
Doptional-byte.ts4 None = 0, enumerator
DOptionalByte.cs10 None = 0, enumerator
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsEnums.ts55 None = 0, enumerator
63 None = 0, enumerator
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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/typescript/tests/cases/compiler/
DenumOperations.ts1 enum Enum { None = 0 } enumerator
DgenericInterfaceImplementation.ts7 class None<T> implements IOption<T>{ class
/third_party/flatbuffers/tests/my-game/example/
Drace.ts4 None = -1, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleEnum.cs39 None = 0, enumerator
/third_party/flatbuffers/tests/MyGame/Example/
DRace.cs11 None = -1, enumerator
/third_party/grpc/src/csharp/Grpc.Core/
DCompressionLevel.cs31 None = 0, enumerator
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h55 struct None {}; struct
67 operator None() { return None{}; } in None() function
1260 STAGE(seed_shader, Ctx::None) { in STAGE()
1329 STAGE(black_color, Ctx::None) { in STAGE()
1334 STAGE(white_color, Ctx::None) { in STAGE()
1503 STAGE(hue, Ctx::None) { in STAGE()
1517 STAGE(saturation, Ctx::None) { in STAGE()
1531 STAGE(color, Ctx::None) { in STAGE()
1544 STAGE(luminosity, Ctx::None) { in STAGE()
1583 STAGE(clamp_0, Ctx::None) { in STAGE()
[all …]
/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/boost/boost/hana/
Dnone.hpp27 using None = BOOST_HANA_DISPATCH_IF(none_impl<S>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dnone.hpp27 using None = BOOST_HANA_DISPATCH_IF(none_impl<S>, in operator ()() typedef

12345678910