Home
last modified time | relevance | path

Searched refs:is_nullable (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dbind_internal.h146 static constexpr bool is_nullable = false;
160 static constexpr bool is_nullable = true;
175 static constexpr bool is_nullable = true;
188 static constexpr bool is_nullable = true;
203 static constexpr bool is_nullable = true;
223 static constexpr bool is_nullable = true;
257 static constexpr bool is_nullable = true;
364 typename std::enable_if<FunctorTraits<Functor>::is_nullable, bool>::type
370 typename std::enable_if<!FunctorTraits<Functor>::is_nullable, bool>::type
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py110 def __init__(self, spec=None, is_nullable=False): argument
111 assert spec is None or is_nullable == spec.startswith('?')
113 self.is_nullable = is_nullable
118 self.is_nullable)
121 assert not self.is_nullable
140 nullable_kind.is_nullable = True
366 self.__class__.__name__, self.spec, self.is_nullable,
404 self.__class__.__name__, self.spec, self.is_nullable, Repr(self.kind),
448 self.__class__.__name__, self.spec, self.is_nullable,
477 assert not kind.is_nullable
[all …]
Dpack.py151 not packed_field.field.kind.is_nullable):
/external/libxml2/
Drelaxng.c4092 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local
4110 is_nullable = xmlRelaxNGIsNullable(def); in xmlRelaxNGCheckChoiceDeterminism()
4129 if (is_nullable == 0) { in xmlRelaxNGCheckChoiceDeterminism()