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

/external/libchrome/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/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp287 struct is_null struct
299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null());
/external/libchrome/base/
H A Dcallback_internal.h68 bool is_null() const { return bind_state_.get() == NULL; } function in class:base::internal::CallbackBase
/external/libchrome/base/profiler/
H A Dtracked_time.cc66 bool TrackedTime::is_null() const { return ms_ == 0; } function in class:tracked_objects::TrackedTime
/external/libweave/third_party/chromium/base/
H A Dcallback_internal.h67 bool is_null() const { return bind_state_.get() == NULL; } function in class:base::internal::CallbackBase
/external/libchrome/base/threading/
H A Dplatform_thread.h62 bool is_null() const { function in class:base::PlatformThreadRef
86 bool is_null() const { function in class:base::PlatformThreadHandle
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dextra_types.py75 if json_value.is_null:
108 return JsonValue(is_null=True)
142 is_null = messages.BooleanField(1, default=False) variable in class:JsonValue
144 # Exactly one of the following is provided if is_null is False; none
145 # should be provided if is_null is True.
/external/v8/src/
H A Dhandles.h44 V8_INLINE bool is_null() const { return location_ == nullptr; } function in class:v8::internal::HandleBase
229 bool is_null() const { return location_ == nullptr; } function in class:v8::internal::final
/external/libchrome/base/time/
H A Dtime.h303 bool is_null() const { function in class:base::time_internal::TimeBase
/external/libweave/third_party/chromium/base/time/
H A Dtime.h303 bool is_null() const { function in class:base::time_internal::TimeBase
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh718 inline bool is_null (void) const { return 0 == *this; } function in struct:OT::Offset
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli777 (** [is_null v] returns [true] if the value [v] is the null (zero) value.
779 val is_null : llvalue -> bool var

Completed in 1471 milliseconds