Home
last modified time | relevance | path

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

/third_party/boost/boost/ptr_container/
Dnullable.hpp30 struct nullable struct
32 typedef T type;
/third_party/boost/libs/ptr_container/doc/
Dheaders.rst67 .. _`nullable`: reference.html#class-nullable target
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/
Dnode.hpp48 bool nullable () const in nullable() function in boost::lexer::detail::node
/third_party/node/lib/internal/
Dvalidators.js134 (value, name, { nullable = false } = {}) => { property
/third_party/wayland_standard/src/
Dwayland-private.h153 int nullable; member
Dscanner.c215 int nullable; member
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp163 char_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::char_node
276 epsilon_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::epsilon_node
394 or_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::or_node
527 cat_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::cat_node
679 star_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::star_node
798 eof_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::eof_node
929 ccl_node::nullable() const in nullable() function in boost::spirit::classic::lexerimpl::ccl_node
/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/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.d.ts204 nullable?: boolean; property
/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/protobuf/objectivec/Tests/
Dunittest_objc.proto118 optional bool nullable = 12; field
/third_party/python/Modules/
Dposixmodule.c907 int nullable; member
922 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
925 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
/third_party/libxml2/
Dxmlregexp.c1549 int nullable = 0; in xmlFAGenerateTransitions() local