/external/libchrome/base/threading/ |
D | platform_thread.h | 68 bool is_null() const { in is_null() function 92 bool is_null() const { in is_null() function
|
/external/libchrome/base/strings/ |
D | nullable_string16.h | 35 bool is_null() const { return !string_; } in is_null() function
|
D | nullable_string16.cc | 15 NullableString16::NullableString16(const string16& string, bool is_null) { in NullableString16()
|
/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/mojo/public/cpp/bindings/ |
D | string_data_view.h | 22 bool is_null() const { return !data_; } in is_null() function
|
D | map_data_view.h | 28 bool is_null() const { in is_null() function
|
D | struct_ptr.h | 64 bool is_null() const { return !ptr_; } in is_null() function 163 bool is_null() const { return state_ == NIL; } in is_null() function
|
D | array_data_view.h | 205 bool is_null() const { return !this->data_; } in is_null() function
|
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 286 struct is_null struct 298 Iter r = std::stable_partition(Iter(array), Iter(array+size), is_null()); in test1() argument
|
/external/openscreen/cast/streaming/ |
D | frame_id.h | 49 constexpr bool is_null() const { return *this == FrameId(); } in is_null() function
|
D | packet_receive_stats_tracker.h | 51 constexpr bool is_null() const { return *this == PacketSequenceNumber(); } in is_null() function
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | map_data_internal.h | 32 bool is_null() const { return !buffer_; } in is_null() function
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_stmt_fetch.cc | 25 bool is_null[4]; in LLVMFuzzerTestOneInput() local
|
/external/libchrome/base/ |
D | callback_internal.h | 108 bool is_null() const { return !bind_state_; } in is_null() function
|
/external/tensorflow/tensorflow/stream_executor/ |
D | device_memory_allocator.h | 122 bool is_null() const { return wrapped_.is_null(); } in is_null() function
|
D | device_memory.h | 67 bool is_null() const { return opaque_ == nullptr; } in is_null() function
|
/external/webrtc/sdk/android/native_api/jni/ |
D | scoped_java_ref.h | 38 bool is_null() const { in is_null() function
|
/external/perfetto/include/perfetto/trace_processor/ |
D | basic_types.h | 170 bool is_null() const { return type == Type::kNull; } in is_null() function
|
/external/libchrome/base/android/ |
D | scoped_java_ref.h | 61 bool is_null() const { return obj_ == nullptr; } in is_null() function
|
/external/rust/crates/rusqlite/src/ |
D | raw_statement.rs | 41 pub fn is_null(&self) -> bool { in is_null() method
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp-checked.h | 3254 bool aff::is_null() const { in is_null() function 3494 bool aff_list::is_null() const { in is_null() function 3630 bool ast_build::is_null() const { in is_null() function 3775 bool ast_expr::is_null() const { in is_null() function 4889 bool ast_node::is_null() const { in is_null() function 5204 bool ast_node_list::is_null() const { in is_null() function 5435 bool basic_map::is_null() const { in is_null() function 5632 bool basic_set::is_null() const { in is_null() function 5805 bool fixed_box::is_null() const { in is_null() function 5915 bool id::is_null() const { in is_null() function [all …]
|
/external/python/apitools/apitools/base/py/ |
D | extra_types.py | 158 is_null = messages.BooleanField(1, default=False) variable in JsonValue
|
/external/rust/cxx/src/ |
D | shared_ptr.rs | 54 pub fn is_null(&self) -> bool { in is_null() function
|
/external/llvm-project/lldb/examples/synthetic/ |
D | libcxx.py | 185 is_null = property(_isnull_impl, None) variable in stdlist_entry 402 is_null = property(_null_impl, None) variable in stdmap_iterator_node
|
/external/perfetto/src/trace_processor/containers/ |
D | string_pool.h | 46 bool is_null() const { return id == 0u; } in is_null() function
|