/external/chromium_org/base/strings/ |
D | nullable_string16.h | 21 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/ |
D | callback.h | 46 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
|
D | struct_ptr.h | 54 bool is_null() const { return ptr_ == NULL; } in is_null() function 118 bool is_null() const { return is_null_; } in is_null() function
|
D | string.h | 63 bool is_null() const { return is_null_; } in is_null() function
|
D | array.h | 69 bool is_null() const { return is_null_; } in is_null() function
|
/external/chromium_org/base/threading/ |
D | platform_thread.h | 60 bool is_null() const { in is_null() function 96 bool is_null() const { in is_null() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | host_resource.h | 42 bool is_null() const { return !host_resource_; } in is_null() function
|
D | array_writer.h | 33 bool is_null() const { return !is_valid(); } in is_null() function
|
/external/chromium_org/ppapi/cpp/ |
D | resource.h | 45 bool is_null() const { return !pp_resource_; } in is_null() function
|
D | directory_entry.h | 62 bool is_null() const { return !data_.file_ref; } in is_null() function
|
D | var.h | 113 bool is_null() const { return var_.type == PP_VARTYPE_NULL; } in is_null() function
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 288 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/ |
D | image_skia_rep.h | 36 bool is_null() const { return bitmap_.isNull(); } in is_null() function
|
/external/chromium_org/cc/surfaces/ |
D | surface_id.h | 17 bool is_null() const { return id == 0; } in is_null() function
|
/external/chromium_org/tools/gn/ |
D | source_file.h | 35 bool is_null() const { return value_.empty(); } in is_null() function
|
D | source_dir.h | 55 bool is_null() const { return value_.empty(); } in is_null() function
|
D | label.h | 41 bool is_null() const { return dir_.is_null(); } in is_null() function
|
/external/chromium_org/third_party/cython/src/Cython/Runtime/ |
D | refnanny.pyx | 30 cdef regref(self, obj, lineno, bint is_null): 40 cdef bint delref(self, obj, lineno, bint is_null) except -1:
|
/external/chromium_org/base/ |
D | callback_internal.h | 40 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_info.h | 28 bool is_null; variable
|
/external/chromium_org/v8/src/ |
D | handles.h | 66 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/ |
D | desktop_media_id.h | 62 bool is_null() { return type == TYPE_NONE; } in is_null() function
|
/external/chromium_org/base/profiler/ |
D | tracked_time.cc | 73 bool TrackedTime::is_null() const { return ms_ == 0; } in is_null() function in tracked_objects::TrackedTime
|
/external/chromium_org/base/time/ |
D | time.h | 265 bool is_null() const { in is_null() function 631 bool is_null() const { in is_null() function
|
/external/chromium_org/base/android/ |
D | scoped_java_ref.h | 45 bool is_null() const { return obj_ == NULL; } in is_null() function
|