| /third_party/gn/src/gn/ |
| D | location.h | 21 bool is_null() const { return *this == Location(); } in is_null() function 50 bool is_null() const { in is_null() function
|
| D | source_dir.h | 87 bool is_null() const { return value_.empty(); } in is_null() function
|
| D | builder_record_map.h | 23 bool is_null() const { return !record; } in is_null() function
|
| D | label.h | 45 bool is_null() const { return dir_.is_null(); } in is_null() function
|
| D | source_file.h | 60 bool is_null() const { return value_.empty(); } in is_null() function
|
| D | pointer_set.h | 42 bool is_null() const { return !ptr_; } in is_null() function
|
| D | string_atom.cc | 51 bool is_null() const { return !key; } in is_null() function
|
| D | unique_vector.h | 29 bool is_null() const { return index_plus1 == 0; } in is_null() function
|
| D | hash_table_base_unittest.cc | 59 bool is_null() const { return !int_ptr; } in is_null() function
|
| /third_party/node/deps/v8/src/handles/ |
| D | maybe-handles.h | 76 bool is_null() const { return location_ == nullptr; } in is_null() function 107 bool is_null() const { return handle_.is_null(); } in is_null() function
|
| D | handles.h | 51 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-reference.h | 41 bool is_null() const { return kind_ == Kind::NONE; } in is_null() function
|
| /third_party/node/deps/v8/src/objects/ |
| D | heap-object.h | 29 bool is_null() const { in is_null() function
|
| /third_party/node/deps/v8/src/base/ |
| D | threaded-list.h | 163 bool is_null() { return entry_ == nullptr; } in is_null() function
|
| /third_party/rust/crates/cxx/src/ |
| D | shared_ptr.rs | 54 pub fn is_null(&self) -> bool { in is_null() function
|
| D | unique_ptr.rs | 51 pub fn is_null(&self) -> bool { in is_null() function
|
| /third_party/astc-encoder/Source/ |
| D | astcenccli_toplevel.cpp | 2108 bool is_null = output_filename == "NUL" || output_filename == "nul"; in astcenc_main() local 2355 bool is_null = output_filename == "NUL" || output_filename == "nul"; in astcenc_main() local 2357 bool is_null = output_filename == "/dev/null"; in astcenc_main() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_shader.cpp | 848 backend_reg::is_null() const in is_null() function in backend_reg
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| D | test-set.c | 953 hb_bool_t is_null) in prepare_set()
|
| /third_party/node/deps/v8/src/parsing/ |
| D | preparser.h | 380 explicit PreParserStatementList(bool is_null) : is_null_(is_null) {} in PreParserStatementList()
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-compiler.cc | 1658 Label is_smi, is_null, not_undetectable; in VisitTestTypeOf() local 1704 Label is_smi, is_null, bad_instance_type, undetectable_or_callable; in VisitTestTypeOf() local
|
| /third_party/node/deps/v8/src/wasm/ |
| D | module-instantiate.cc | 1229 bool is_null; in InitializeImportedIndirectFunctionTable() local
|
| /third_party/python/Tools/gdb/ |
| D | libpython.py | 236 def is_null(self): member in PyObjectPtr
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-open-type.hh | 222 bool is_null () const { return has_null && 0 == *this; } in is_null() function
|
| /third_party/rust/crates/bindgen/bindgen/ |
| D | clang.rs | 1779 pub fn is_null(&self) -> bool { in is_null() method
|