Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 25 of 41) sorted by relevance

12

/external/libchrome/base/threading/
Dplatform_thread.h68 bool is_null() const { in is_null() function
92 bool is_null() const { in is_null() function
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp287 struct is_null struct
299 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
/external/libchrome/base/strings/
Dnullable_string16.h35 bool is_null() const { return !string_; } in is_null() function
Dnullable_string16.cc15 NullableString16::NullableString16(const string16& string, bool is_null) { in NullableString16()
/external/libchrome/mojo/public/cpp/bindings/
Dstring_data_view.h22 bool is_null() const { return !data_; } in is_null() function
Dstruct_ptr.h64 bool is_null() const { return !ptr_; } in is_null() function
163 bool is_null() const { return state_ == NIL; } in is_null() function
Dmap_data_view.h28 bool is_null() const { in is_null() function
Darray_data_view.h205 bool is_null() const { return !this->data_; } in is_null() function
/external/openscreen/cast/streaming/
Dframe_id.h49 constexpr bool is_null() const { return *this == FrameId(); } in is_null() function
Dpacket_receive_stats_tracker.h51 constexpr bool is_null() const { return *this == PacketSequenceNumber(); } in is_null() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmap_data_internal.h32 bool is_null() const { return !buffer_; } in is_null() function
Dbindings_internal.h118 bool is_null() const { return offset == 0; } in is_null() function
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_stmt_fetch.cc25 bool is_null[4]; in LLVMFuzzerTestOneInput() local
/external/libchrome/base/
Dcallback_internal.h108 bool is_null() const { return !bind_state_; } in is_null() function
/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory_allocator.h122 bool is_null() const { return wrapped_.is_null(); } in is_null() function
Ddevice_memory.h67 bool is_null() const { return opaque_ == nullptr; } in is_null() function
/external/perfetto/include/perfetto/trace_processor/
Dbasic_types.h182 bool is_null() const { return type == Type::kNull; } in is_null() function
/external/webrtc/sdk/android/native_api/jni/
Dscoped_java_ref.h38 bool is_null() const { in is_null() function
/external/libchrome/base/android/
Dscoped_java_ref.h61 bool is_null() const { return obj_ == nullptr; } in is_null() function
/external/python/apitools/apitools/base/py/
Dextra_types.py158 is_null = messages.BooleanField(1, default=False) variable in JsonValue
/external/rust/crates/rusqlite/src/
Draw_statement.rs43 pub fn is_null(&self) -> bool { in is_null() method
/external/rust/crates/ciborium/src/value/
Dmod.rs247 pub fn is_null(&self) -> bool { in is_null() method
/external/rust/cxx/src/
Dshared_ptr.rs54 pub fn is_null(&self) -> bool { in is_null() function
Dunique_ptr.rs51 pub fn is_null(&self) -> bool { in is_null() function
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h47 bool is_null() const { return id == 0u; } in is_null() function

12