/third_party/gn/src/gn/ |
H A D | source_dir.h | 87 bool is_null() const { return value_.empty(); } in is_null() function in SourceDir
|
H A D | location.h | 21 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 D | unique_vector.h | 29 bool is_null() const { return index_plus1 == 0; } in is_null() function
|
H A D | builder_record_map.h | 23 bool is_null() const { return !record; } in is_null() function
|
H A D | label.h | 45 bool is_null() const { return dir_.is_null(); } in is_null() function in Label
|
H A D | hash_table_base_unittest.cc | 59 bool is_null() const { return !int_ptr; } in is_null() function
|
H A D | string_atom.cc | 51 bool is_null() const { return !key; } in is_null() function
|
H A D | pointer_set.h | 42 bool is_null() const { return !ptr_; } in is_null() function
|
H A D | source_file.h | 60 bool is_null() const { return value_.empty(); } in is_null() function in SourceFile
|
/third_party/node/deps/v8/src/handles/ |
H A D | maybe-handles.h | 76 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 D | handles.h | 51 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 D | heap-object.h | 29 bool is_null() const { in is_null() function in v8::internal::HeapObject
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-reference.h | 41 bool is_null() const { return kind_ == Kind::NONE; } in is_null() function in v8::internal::CodeReference
|
/third_party/backends/sanei/ |
H A D | sanei_wire.c | 251 SANE_Word is_null; in sanei_w_ptr() local
|
/third_party/node/deps/v8/src/base/ |
H A D | threaded-list.h | 163 bool is_null() { return entry_ == nullptr; } in is_null() function in v8::base::final::final
|
/third_party/rust/crates/cxx/src/ |
H A D | shared_ptr.rs | 54 pub fn is_null(&self) -> bool { in is_null() functions
|
H A D | unique_ptr.rs | 51 pub fn is_null(&self) -> bool { in is_null() functions
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-set.c | 950 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 D | brw_shader.cpp | 848 backend_reg::is_null() const in is_null() function in backend_reg
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 236 def is_null(self): member in PyObjectPtr
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 1229 bool is_null; InitializeImportedIndirectFunctionTable() local [all...] |
H A D | wasm-objects.cc | 648 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 D | clang.rs | 1779 pub fn is_null(&self) -> bool { in is_null() functions
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 1423 int is_null = is_null_pointer_constant(*rp); in check_assignment_types() local
|
/third_party/node/deps/v8/src/baseline/ |
H A 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
|