Home
last modified time | relevance | path

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

12

/external/chromium_org/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/chromium_org/mojo/public/cpp/bindings/
Dcallback.h46 bool is_null() const { in is_null() function
87 bool is_null() const { in is_null() function
135 bool is_null() const { in is_null() function
189 bool is_null() const { in is_null() function
248 bool is_null() const { in is_null() function
312 bool is_null() const { in is_null() function
382 bool is_null() const { in is_null() function
457 bool is_null() const { in is_null() function
Dstruct_ptr.h54 bool is_null() const { return ptr_ == NULL; } in is_null() function
118 bool is_null() const { return is_null_; } in is_null() function
Dstring.h63 bool is_null() const { return is_null_; } in is_null() function
Darray.h69 bool is_null() const { return is_null_; } in is_null() function
/external/chromium_org/base/threading/
Dplatform_thread.h60 bool is_null() const { in is_null() function
96 bool is_null() const { in is_null() function
/external/chromium_org/ppapi/shared_impl/
Dhost_resource.h42 bool is_null() const { return !host_resource_; } in is_null() function
Darray_writer.h33 bool is_null() const { return !is_valid(); } in is_null() function
/external/chromium_org/ppapi/cpp/
Dresource.h45 bool is_null() const { return !pp_resource_; } in is_null() function
Ddirectory_entry.h62 bool is_null() const { return !data_.file_ref; } in is_null() function
Dvar.h113 bool is_null() const { return var_.type == PP_VARTYPE_NULL; } in is_null() function
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
/external/chromium_org/ui/gfx/image/
Dimage_skia_rep.h36 bool is_null() const { return bitmap_.isNull(); } in is_null() function
/external/chromium_org/cc/surfaces/
Dsurface_id.h17 bool is_null() const { return id == 0; } in is_null() function
/external/chromium_org/tools/gn/
Dsource_file.h35 bool is_null() const { return value_.empty(); } in is_null() function
Dsource_dir.h55 bool is_null() const { return value_.empty(); } in is_null() function
Dlabel.h41 bool is_null() const { return dir_.is_null(); } in is_null() function
/external/chromium_org/third_party/cython/src/Cython/Runtime/
Drefnanny.pyx30 cdef regref(self, obj, lineno, bint is_null):
40 cdef bint delref(self, obj, lineno, bint is_null) except -1:
/external/chromium_org/base/
Dcallback_internal.h40 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
/external/chromium_org/content/browser/service_worker/
Dservice_worker_info.h28 bool is_null; variable
/external/chromium_org/v8/src/
Dhandles.h66 bool is_null() const { return location_ == NULL; } in is_null() function
124 bool is_null() const { return location_ == NULL; } in is_null() function
/external/chromium_org/content/public/browser/
Ddesktop_media_id.h62 bool is_null() { return type == TYPE_NONE; } in is_null() function
/external/chromium_org/base/profiler/
Dtracked_time.cc73 bool TrackedTime::is_null() const { return ms_ == 0; } in is_null() function in tracked_objects::TrackedTime
/external/chromium_org/base/time/
Dtime.h265 bool is_null() const { in is_null() function
631 bool is_null() const { in is_null() function
/external/chromium_org/base/android/
Dscoped_java_ref.h45 bool is_null() const { return obj_ == NULL; } in is_null() function

12