Home
last modified time | relevance | path

Searched defs:is_null (Results 1 - 25 of 27) sorted by relevance

12

/third_party/gn/src/gn/
H A Dsource_dir.h87 bool is_null() const { return value_.empty(); } in is_null() function in SourceDir
H A Dlocation.h21 bool is_null() const { return *this == Location(); } in is_null() function in Location
50 bool is_null() const { in is_null() function in LocationRange
H A Dunique_vector.h29 bool is_null() const { return index_plus1 == 0; } in is_null() function
H A Dbuilder_record_map.h23 bool is_null() const { return !record; } in is_null() function
H A Dlabel.h45 bool is_null() const { return dir_.is_null(); } in is_null() function in Label
H A Dhash_table_base_unittest.cc59 bool is_null() const { return !int_ptr; } in is_null() function
H A Dstring_atom.cc51 bool is_null() const { return !key; } in is_null() function
H A Dpointer_set.h42 bool is_null() const { return !ptr_; } in is_null() function
H A Dsource_file.h60 bool is_null() const { return value_.empty(); } in is_null() function in SourceFile
/third_party/node/deps/v8/src/handles/
H A Dmaybe-handles.h76 bool is_null() const { return location_ == nullptr; } in is_null() function in v8::internal::final
107 bool is_null() const { return handle_.is_null(); } in is_null() function in v8::internal::MaybeObjectHandle
H A Dhandles.h51 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() function in v8::internal::HandleBase
/third_party/node/deps/v8/src/objects/
H A Dheap-object.h29 bool is_null() const { in is_null() function in v8::internal::HeapObject
/third_party/node/deps/v8/src/codegen/
H A Dcode-reference.h41 bool is_null() const { return kind_ == Kind::NONE; } in is_null() function in v8::internal::CodeReference
/third_party/backends/sanei/
H A Dsanei_wire.c251 SANE_Word is_null; in sanei_w_ptr() local
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h163 bool is_null() { return entry_ == nullptr; } in is_null() function in v8::base::final::final
/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs54 pub fn is_null(&self) -> bool { in is_null() functions
H A Dunique_ptr.rs51 pub fn is_null(&self) -> bool { in is_null() functions
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-set.c950 prepare_set(hb_bool_t has_x, hb_bool_t inverted, hb_bool_t has_page, hb_bool_t is_null) prepare_set() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp848 backend_reg::is_null() const in is_null() function in backend_reg
/third_party/python/Tools/gdb/
H A Dlibpython.py236 def is_null(self): member in PyObjectPtr
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1229 bool is_null; InitializeImportedIndirectFunctionTable() local
[all...]
H A Dwasm-objects.cc648 GetFunctionTableEntry( Isolate* isolate, const WasmModule* module, Handle<WasmTableObject> table, int entry_index, bool* is_valid, bool* is_null, MaybeHandle<WasmInstanceObject>* instance, int* function_index, MaybeHandle<WasmJSFunction>* maybe_js_function) GetFunctionTableEntry() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1779 pub fn is_null(&self) -> bool { in is_null() functions
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c1423 int is_null = is_null_pointer_constant(*rp); in check_assignment_types() local
/third_party/node/deps/v8/src/baseline/
H A 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

Completed in 29 milliseconds

12