Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 11 of 11) 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/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeTag.ts55 var nullable; variable
89 var nullable: number | null; variable
/third_party/flatbuffers/src/
Didl_gen_swift.cpp806 const auto nullable = in GenTableReaderVectorFields() local
1560 std::string nullable = field.IsOptional() ? "?" : ""; in BuildObjectAPIConstructorBody() local
Didl_gen_dart.cpp420 const FieldDef &def, bool nullable, in GenDartTypeName()
/third_party/re2/re2/
Dcompile.cc86 bool nullable; member
/third_party/musl/src/regex/
Dregcomp.c89 int nullable; member
/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/porting/uniproton/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto99 optional bool nullable = 12; field
/third_party/python/Modules/
Dposixmodule.c1102 int nullable; member
1117 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1120 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument