| /external/libchrome/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/libchrome/base/threading/ |
| D | platform_thread.h | 62 bool is_null() const { in is_null() function 86 bool is_null() const { in is_null() function
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| D | stable_partition.pass.cpp | 287 struct is_null struct 299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
|
| /external/libchrome/base/ |
| D | callback_internal.h | 66 bool is_null() const { return bind_state_.get() == NULL; } in is_null() function
|
| /external/libmojo/mojo/public/cpp/bindings/ |
| D | struct_ptr.h | 62 bool is_null() const { return ptr_ == nullptr; } in is_null() function 152 bool is_null() const { return is_null_; } in is_null() function
|
| D | string.h | 84 bool is_null() const { return is_null_; } in is_null() function
|
| D | wtf_array.h | 79 bool is_null() const { in is_null() function
|
| D | wtf_map.h | 81 bool is_null() const { return is_null_; } in is_null() function
|
| D | array.h | 90 bool is_null() const { return is_null_; } in is_null() function
|
| D | map.h | 93 bool is_null() const { return is_null_; } in is_null() function
|
| /external/libchrome/base/profiler/ |
| D | tracked_time.cc | 66 bool TrackedTime::is_null() const { return ms_ == 0; } in is_null() function in tracked_objects::TrackedTime
|
| /external/v8/src/ |
| D | handles.h | 44 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function 239 bool is_null() const { return location_ == nullptr; } in is_null() function
|
| D | fast-accessor-assembler.cc | 137 CodeStubAssembler::Label is_null(assembler_.get()); in CheckNotZeroOrReturnNull() local
|
| D | code-stubs-hydrogen.cc | 446 IfBuilder is_null(this); in BuildCodeStub() local
|
| /external/libmojo/base/android/ |
| D | scoped_java_ref.h | 57 bool is_null() const { return obj_ == NULL; } in is_null() function
|
| /external/libmojo/mojo/public/cpp/bindings/lib/ |
| D | bindings_internal.h | 108 bool is_null() const { return offset == 0; } in is_null() function
|
| /external/libchrome/base/time/ |
| D | time.h | 308 bool is_null() const { in is_null() function
|
| /external/harfbuzz_ng/src/ |
| D | hb-open-type-private.hh | 731 inline bool is_null (void) const { return 0 == *this; } in is_null() function
|
| /external/libmojo/ipc/ |
| D | ipc_message_utils.cc | 865 bool is_null; in Read() local
|
| /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
| D | llvm.mli | 661 val is_null : llvalue -> bool val
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.mli | 805 val is_null : llvalue -> bool val
|