Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 25 of 27) 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/flutter/engine/flutter/lib/ui/painting/
Drrect.h15 bool is_null; variable
/third_party/cef/include/base/
Dcef_platform_thread.h73 bool is_null() const { return id_ == 0; } in is_null() function
/third_party/flutter/engine/flutter/fml/
Dmessage.h151 bool is_null = false; in Decode() local
/third_party/cef/include/base/internal/
Dcef_callback_internal.h150 bool is_null() const { return !bind_state_; } in is_null() function
/third_party/flutter/engine/flutter/fml/platform/android/
Dscoped_java_ref.h45 bool is_null() const { return obj_ == NULL; } 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/python/Tools/gdb/
Dlibpython.py258 def is_null(self): member in PyObjectPtr
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh180 bool is_null () const { return has_null && 0 == *this; } in is_null() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh222 bool is_null () const { return has_null && 0 == *this; } in is_null() function
/third_party/harfbuzz/src/
Dhb-open-type.hh213 bool is_null () const { return has_null && 0 == *this; } in is_null() function
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c1423 int is_null = is_null_pointer_constant(*rp); in check_assignment_types() local
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1779 pub fn is_null(&self) -> bool { in is_null() method
/third_party/json/include/nlohmann/
Djson.hpp2551 constexpr bool is_null() const noexcept in is_null() function in nlohmann::basic_json

12