HomeSort by relevance Sort by last modified time
    Searched defs:is_null (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/cc/surfaces/
surface_id.h 14 bool is_null() const { return id == 0; } function in struct:cc::SurfaceId
  /external/chromium_org/base/
callback_internal.cc 12 bool CallbackBase::is_null() const { function in class:base::internal::CallbackBase
  /external/chromium_org/base/strings/
nullable_string16.h 21 NullableString16(const string16& string, bool is_null)
22 : string_(string), is_null_(is_null) {
26 bool is_null() const { return is_null_; } function in class:base::NullableString16
34 return a.is_null() == b.is_null() && a.string() == b.string();
  /external/chromium_org/ppapi/cpp/
resource.h 45 bool is_null() const { return !pp_resource_; } function in class:pp::Resource
directory_entry.h 26 /// Default constructor for creating an is_null() <code>DirectoryEntry</code>
62 bool is_null() const { return !data_.file_ref; } function in class:pp::DirectoryEntry
  /external/chromium_org/ppapi/shared_impl/
array_writer.h 28 ArrayWriter(); // Creates an is_null() object
33 bool is_null() const { return !is_valid(); } function in class:ppapi::ArrayWriter
39 // Sets the array output back to its is_null() state.
46 // In either case, the object will become is_null() immediately after the
85 // is_null() immediately after the call since one output function should only
102 // is_null() immediately after the call since one output function should only
host_resource.h 42 bool is_null() const { return !host_resource_; } function in class:ppapi::HostResource
  /external/chromium_org/base/profiler/
tracked_time.cc 73 bool TrackedTime::is_null() const { return ms_ == 0; } function in class:tracked_objects::TrackedTime
  /external/chromium_org/content/browser/service_worker/
service_worker_info.h 27 bool is_null; member in class:content::ServiceWorkerVersionInfo
  /external/chromium_org/content/public/browser/
desktop_media_id.h 62 bool is_null() { return type == TYPE_NONE; } function in struct:content::DesktopMediaID
  /external/chromium_org/tools/gn/
source_file.h 28 bool is_null() const { return value_.empty(); } function in class:SourceFile
label.h 35 // is_null() label and sets the error.
41 bool is_null() const { return dir_.is_null(); } function in class:Label
source_dir.h 54 bool is_null() const { return value_.empty(); } function in class:SourceDir
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 36 bool is_null() const { return bitmap_.isNull(); } function in class:gfx::ImageSkiaRep
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
stable_partition.pass.cpp 288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
stable_partition.pass.cpp 288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
  /external/chromium_org/base/android/
scoped_java_ref.h 45 bool is_null() const { return obj_ == NULL; } function in class:base::android::JavaRef
  /external/chromium_org/base/threading/
platform_thread.h 60 bool is_null() const { function in class:base::PlatformThreadRef
96 bool is_null() const { function in class:base::PlatformThreadHandle
  /external/chromium_org/mojo/public/cpp/bindings/
struct_ptr.h 55 bool is_null() const { return ptr_ == NULL; } function in class:mojo::StructPtr
116 bool is_null() const { return is_null_; } function in class:mojo::InlinedStructPtr
array.h 69 bool is_null() const { return is_null_; } function in class:mojo::Array
132 if (!input.is_null()) {
string.h 65 bool is_null() const { return is_null_; } function in class:mojo::String
99 return a.is_null() == b.is_null() && a.get() == b.get();
102 return !b.is_null() && a == b.get();
105 return !a.is_null() && a.get() == b;
  /external/chromium_org/ui/gfx/
gpu_memory_buffer.h 49 bool is_null() const { return type == EMPTY_BUFFER; } function in struct:gfx::GpuMemoryBufferHandle
  /external/chromium_org/content/common/
page_state_serialization.h 39 bool is_null; member in struct:content::ExplodedHttpBody
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 135 DCHECK(is_null());
140 bool is_null() const { return cb_.is_null(); } function in class:content::ContentDecryptorDelegate::TrackableCallback
144 DCHECK(cb_.is_null());
  /external/chromium_org/net/base/
priority_queue.h 78 bool is_null() const { return priority_ == kNullPriority; } function in class:net::PriorityQueue::Pointer
250 DCHECK(!pointer.is_null());

Completed in 918 milliseconds

1 2