Searched defs:is_null (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/ppapi/shared_impl/
H A Dhost_resource.h42 bool is_null() const { return !host_resource_; } function in class:ppapi::HostResource
H A Darray_writer.h28 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
H A Dcompositor_layer_data.h99 bool is_null() const { function in struct:ppapi::CompositorLayerData
/external/chromium_org/base/strings/
H A Dnullable_string16.h21 NullableString16(const string16& string, bool is_null) argument
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/cc/surfaces/
H A Dsurface_id.h17 bool is_null() const { return id == 0; } function in struct:cc::SurfaceId
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h62 bool is_null() { return type == TYPE_NONE; } function in struct:content::DesktopMediaID
/external/chromium_org/ppapi/cpp/
H A Dresource.h45 bool is_null() const { return !pp_resource_; } function in class:pp::Resource
H A Ddirectory_entry.h26 /// Default constructor for creating an is_null() <code>DirectoryEntry</code>
62 bool is_null() const { return !data_.file_ref; } function in class:pp::DirectoryEntry
H A Dvar.h113 bool is_null() const { return var_.type == PP_VARTYPE_NULL; } function in class:pp::Var
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_rep.h36 bool is_null() const { return bitmap_.isNull(); } function in class:gfx::ImageSkiaRep
/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp288 struct is_null struct
300 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
/external/chromium_org/base/
H A Dcallback_internal.h40 bool is_null() const { return bind_state_.get() == NULL; } function in class:base::internal::CallbackBase
/external/chromium_org/base/profiler/
H A Dtracked_time.cc73 bool TrackedTime::is_null() const { return ms_ == 0; } function in class:tracked_objects::TrackedTime
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_info.h28 bool is_null; member in class:content::ServiceWorkerVersionInfo
/external/chromium_org/mojo/public/cpp/bindings/
H A Dcallback.h46 bool is_null() const { function in class:mojo::Callback
87 bool is_null() const { function in class:mojo::Callback
135 bool is_null() const { function in class:mojo::Callback
189 bool is_null() const { function in class:mojo::Callback
248 bool is_null() const { function in class:mojo::Callback
312 bool is_null() const { function in class:mojo::Callback
382 bool is_null() const { function in class:mojo::Callback
457 bool is_null() const { function in class:mojo::Callback
H A Dstring.h63 bool is_null() const { return is_null_; } function in class:mojo::String
97 return a.is_null() == b.is_null() && a.get() == b.get();
100 return !b.is_null() && a == b.get();
103 return !a.is_null() && a.get() == b;
H A Dstruct_ptr.h54 bool is_null() const { return ptr_ == NULL; } function in class:mojo::StructPtr
118 bool is_null() const { return is_null_; } function in class:mojo::InlinedStructPtr
/external/chromium_org/base/android/
H A Dscoped_java_ref.h45 bool is_null() const { return obj_ == NULL; } function in class:base::android::JavaRef
/external/chromium_org/base/threading/
H A Dplatform_thread.h60 bool is_null() const { function in class:base::PlatformThreadRef
96 bool is_null() const { function in class:base::PlatformThreadHandle
/external/chromium_org/tools/gn/
H A Dlabel.h35 // is_null() label and sets the error.
41 bool is_null() const { return dir_.is_null(); } function in class:Label
H A Dsource_dir.h55 bool is_null() const { return value_.empty(); } function in class:SourceDir
H A Dsource_file.h35 bool is_null() const { return value_.empty(); } function in class:SourceFile
/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.h51 bool is_null() const { return type == EMPTY_BUFFER; } function in struct:gfx::GpuMemoryBufferHandle
/external/chromium_org/content/common/
H A Dpage_state_serialization.h39 bool is_null; member in struct:content::ExplodedHttpBody
/external/chromium_org/mojo/services/clipboard/
H A Dclipboard_standalone_unittest.cc25 *string_is_null = input.is_null();
26 *output = input.is_null() ? "" : input.To<std::string>();
81 bool is_null = false; local
85 base::Bind(&CopyStringAndEndRunloop, data, &is_null, &run_loop));
87 return !is_null;

Completed in 4776 milliseconds

12