Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 21 of 21) 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/libchrome/base/
Dcallback_internal.h66 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h62 bool is_null() const { return ptr_ == nullptr; } in is_null() function
152 bool is_null() const { return is_null_; } in is_null() function
Dstring.h84 bool is_null() const { return is_null_; } in is_null() function
Dwtf_array.h79 bool is_null() const { in is_null() function
Dwtf_map.h81 bool is_null() const { return is_null_; } in is_null() function
Darray.h90 bool is_null() const { return is_null_; } in is_null() function
Dmap.h93 bool is_null() const { return is_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
239 bool is_null() const { return location_ == nullptr; } in is_null() function
Dfast-accessor-assembler.cc137 CodeStubAssembler::Label is_null(assembler_.get()); in CheckNotZeroOrReturnNull() local
Dcode-stubs-hydrogen.cc446 IfBuilder is_null(this); in BuildCodeStub() local
/external/libmojo/base/android/
Dscoped_java_ref.h57 bool is_null() const { return obj_ == NULL; } in is_null() function
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbindings_internal.h108 bool is_null() const { return offset == 0; } in is_null() function
/external/libchrome/base/time/
Dtime.h308 bool is_null() const { in is_null() function
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh731 inline bool is_null (void) const { return 0 == *this; } in is_null() function
/external/libmojo/ipc/
Dipc_message_utils.cc865 bool is_null; in Read() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli661 val is_null : llvalue -> bool val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli805 val is_null : llvalue -> bool val