Searched defs:is_null (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
/external/lldb/examples/synthetic/
H A Dlibcxx.py166 is_null = property(_isnull_impl,None) variable in class:stdlist_entry
173 if node.is_null:
188 if node != None and node.sbvalue.IsValid() and not(node.is_null):
369 is_null = property(_null_impl,None) variable in class:stdmap_iterator_node
378 if x.is_null:
380 while (not x.left.is_null):
390 if x.is_null:
392 while (not x.right.is_null):
398 if x.is_null:
404 if node.is_null
[all...]
/external/v8/src/
H A Dhandles.h66 bool is_null() const { return location_ == NULL; } function in class:v8::internal::MaybeHandle
124 bool is_null() const { return location_ == NULL; } function in class:v8::internal::Handle
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh685 inline bool is_null (void) const { return 0 == *this; } function in struct:OT::Offset
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli777 (** [is_null v] returns [true] if the value [v] is the null (zero) value.
779 val is_null : llvalue -> bool var

Completed in 232 milliseconds