Home
last modified time | relevance | path

Searched defs:is_null (Results 1 – 25 of 31) 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/boost/boost/algorithm/string/detail/
Dfind_iterator.hpp72 bool is_null() const in is_null() function in boost::algorithm::detail::find_iterator_base
/third_party/boost/boost/ptr_container/
Dptr_array.hpp262 bool is_null( size_t idx ) const in is_null() function in boost::ptr_array
268 bool is_null() const in is_null() function in boost::ptr_array
Dptr_sequence_adapter.hpp122 inline bool is_null( void_ptr_iterator<Iterator,T> i ) in is_null() function
545 bool is_null( size_type idx ) const in is_null() function in boost::ptr_sequence_adapter
Dptr_map_adapter.hpp971 inline bool is_null( const ptr_map_iterator<I,F,S>& i ) 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/flutter/engine/flutter/fml/
Dmessage.h151 bool is_null = false; in Decode() local
/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/boost/boost/date_time/
Dperiod.hpp135 bool period<point_rep,duration_rep>::is_null() const in is_null() function in boost::date_time::period
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp851 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/mindspore/mindspore/core/base/
Dbase_ref.h129 bool is_null() const { return m_ptr == nullptr; } in is_null() function
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp190 bool is_null() const in is_null() function
/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

12