Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/db/
Dcolumn.cc134 template <typename T, bool is_nullable>
138 PERFETTO_DCHECK(IsNullable() == is_nullable); in FilterIntoNumericSlow()
144 if (is_nullable) { in FilterIntoNumericSlow()
154 if (is_nullable) { in FilterIntoNumericSlow()
171 FilterIntoNumericWithComparatorSlow<T, is_nullable>(op, rm, fn); in FilterIntoNumericSlow()
179 FilterIntoNumericWithComparatorSlow<T, is_nullable>(op, rm, fn); in FilterIntoNumericSlow()
191 FilterIntoNumericWithComparatorSlow<T, is_nullable>(op, rm, fn); in FilterIntoNumericSlow()
199 FilterIntoNumericWithComparatorSlow<T, is_nullable>(op, rm, fn); in FilterIntoNumericSlow()
206 template <typename T, bool is_nullable, typename Comparator>
213 if (is_nullable) { in FilterIntoNumericWithComparatorSlow()
[all …]
Dcolumn.h536 template <typename T, bool is_nullable>
541 template <typename T, bool is_nullable, typename Comparator = int(T)>
558 template <bool desc, typename T, bool is_nullable>
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dfuzzing.tmpl91 {{build_call(obj, operation, kind|primitive_to_fuzz_type, name, kind.is_nullable|to_js_boolean)}}
99 …e, '"' ~ kind.kind.module.namespace ~ '.' ~ kind.kind.name ~ '"', kind.is_nullable|to_js_boolean)}}
101 …face', name, '"' ~ kind.module.namespace ~ '.' ~ kind.name ~ '"', kind.is_nullable|to_js_boolean)}}
103 …e, '"' ~ kind.kind.module.namespace ~ '.' ~ kind.kind.name ~ '"', kind.is_nullable|to_js_boolean)}}
105 …e, '"' ~ kind.kind.module.namespace ~ '.' ~ kind.kind.name ~ '"', kind.is_nullable|to_js_boolean)}}
117 …eration, 'Struct', name, kind.module.namespace ~ '.' ~ kind.name, kind.is_nullable|to_js_boolean)}}
119 …peration, 'Union', name, kind.module.namespace ~ '.' ~ kind.name, kind.is_nullable|to_js_boolean)}}
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py110 def __init__(self, spec=None, is_nullable=False, module=None): 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
405 self.__class__.__name__, self.spec, self.is_nullable,
448 self.__class__.__name__, self.spec, self.is_nullable, Repr(self.kind),
487 self.__class__.__name__, self.spec, self.is_nullable,
516 assert not kind.is_nullable
[all …]
Dpack.py152 not packed_field.field.kind.is_nullable):
/external/libchrome/base/
Dbind_internal.h389 static constexpr bool is_nullable = false;
403 static constexpr bool is_nullable = true;
418 static constexpr bool is_nullable = true;
431 static constexpr bool is_nullable = true;
460 static constexpr bool is_nullable = true;
481 static constexpr bool is_nullable = true;
501 static constexpr bool is_nullable = true;
516 static constexpr bool is_nullable = true;
563 static constexpr bool is_nullable = true;
578 static constexpr bool is_nullable = true;
[all …]
/external/libxml2/
Drelaxng.c4111 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local
4129 is_nullable = xmlRelaxNGIsNullable(def); in xmlRelaxNGCheckChoiceDeterminism()
4148 if (is_nullable == 0) { in xmlRelaxNGCheckChoiceDeterminism()