Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/base/strings/
Dnullable_string16.h21 NullableString16(const string16& string, bool is_null) in NullableString16()
26 bool is_null() const { return is_null_; } in is_null() function
/external/libchrome/base/threading/
Dplatform_thread.h62 bool is_null() const { in is_null() function
86 bool is_null() const { in is_null() function
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp287 struct is_null struct
299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
/external/libweave/third_party/chromium/base/
Dcallback_internal.h67 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
/external/libchrome/base/
Dcallback_internal.h68 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
/external/libchrome/base/profiler/
Dtracked_time.cc66 bool TrackedTime::is_null() const { return ms_ == 0; } in is_null() function in tracked_objects::TrackedTime
/external/v8/src/
Dhandles.h44 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function
229 bool is_null() const { return location_ == nullptr; } in is_null() function
Dfast-accessor-assembler.cc131 CodeStubAssembler::Label is_null(assembler_.get()); in CheckNotZeroOrReturnNull() local
Dcode-stubs-hydrogen.cc798 IfBuilder is_null(this); in BuildCodeStub() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dextra_types.py142 is_null = messages.BooleanField(1, default=False) variable in JsonValue
/external/lldb/examples/synthetic/
Dlibcxx.py166 is_null = property(_isnull_impl,None) variable in stdlist_entry
369 is_null = property(_null_impl,None) variable in stdmap_iterator_node
/external/libweave/third_party/chromium/base/time/
Dtime.h303 bool is_null() const { in is_null() function
/external/libchrome/base/time/
Dtime.h303 bool is_null() const { in is_null() function
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh718 inline bool is_null (void) const { return 0 == *this; } in is_null() function
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli779 val is_null : llvalue -> bool val