Home
last modified time | relevance | path

Searched defs:is_nullable (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dvalue-type.h223 constexpr bool is_nullable() const { return kind() == kOptRef; } in is_nullable() function
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py110 def __init__(self, spec=None, is_nullable=False, module=None): argument
/external/libxml2/
Drelaxng.c4111 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local