Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
Dlocation.h21 bool is_null() const { return *this == Location(); } in is_null() function
50 bool is_null() const { in is_null() function
Dsource_dir.h87 bool is_null() const { return value_.empty(); } in is_null() function
Dbuilder_record_map.h23 bool is_null() const { return !record; } in is_null() function
Dlabel.h45 bool is_null() const { return dir_.is_null(); } in is_null() function
Dsource_file.h60 bool is_null() const { return value_.empty(); } in is_null() function
Dpointer_set.h40 bool is_null() const { return !ptr_; } in is_null() function
Dstring_atom.cc51 bool is_null() const { return !key; } in is_null() function
Dunique_vector.h29 bool is_null() const { return index_plus1 == 0; } in is_null() function
Dhash_table_base_unittest.cc59 bool is_null() const { return !int_ptr; } in is_null() function
/third_party/node/deps/v8/src/handles/
Dmaybe-handles.h76 bool is_null() const { return location_ == nullptr; } in is_null() function
107 bool is_null() const { return handle_.is_null(); } in is_null() function
Dhandles.h51 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function
/third_party/cef/include/base/
Dcef_platform_thread.h73 bool is_null() const { return id_ == 0; } in is_null() function
/third_party/node/deps/v8/src/codegen/
Dcode-reference.h41 bool is_null() const { return kind_ == Kind::NONE; } in is_null() function
/third_party/node/deps/v8/src/objects/
Dheap-object.h29 bool is_null() const { in is_null() function
/third_party/cef/include/base/internal/
Dcef_callback_internal.h150 bool is_null() const { return !bind_state_; } in is_null() function
/third_party/astc-encoder/Source/
Dastcenccli_toplevel.cpp1534 bool is_null = output_filename == "NUL" || output_filename == "nul"; in main() local
1788 bool is_null = output_filename == "NUL" || output_filename == "nul"; in main() local
1804 bool is_null = output_filename == "NUL" || output_filename == "nul"; in main() local
/third_party/node/deps/v8/src/base/
Dthreaded-list.h163 bool is_null() { return entry_ == nullptr; } in is_null() function
/third_party/rust/crates/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
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp848 backend_reg::is_null() const in is_null() function in backend_reg
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-set.c953 hb_bool_t is_null) in prepare_set()
/third_party/node/deps/v8/src/parsing/
Dpreparser.h380 explicit PreParserStatementList(bool is_null) : is_null_(is_null) {} in PreParserStatementList()
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1658 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/python/Tools/gdb/
Dlibpython.py258 def is_null(self): member in PyObjectPtr
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1229 bool is_null; in InitializeImportedIndirectFunctionTable() local

12