Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsdocTypeTag.js53 var nullable; variable
87 var nullable: number | null; variable
129 var nullable; variable
157 var nullable; variable
/third_party/node/lib/internal/
Dencoding.js382 nullable: true, property
418 nullable: true, property
456 nullable: true, property
494 nullable: true, property
Dvalidators.js154 nullable = false, property
Devent_target.js87 allowArray: true, allowFunction: true, nullable: true, property
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeTag.ts55 var nullable; variable
89 var nullable: number | null; variable
/third_party/node/test/parallel/
Dtest-validators.js89 validateObject(null, 'foo', { nullable: true }); property
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js198 nullable: false, property
506 const ret = { type: "const", nullable: false }; property
/third_party/node/lib/
Dvm.js353 validateObject(extension, name, { nullable: true }); property
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.d.ts204 nullable?: boolean; property
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto118 optional bool nullable = 12; field
/third_party/python/Modules/
Dposixmodule.c1092 int nullable; member
1107 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1110 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
/third_party/libxml2/
Dxmlregexp.c1579 int nullable = 0; in xmlFAGenerateTransitions() local