Home
last modified time | relevance | path

Searched refs:is_null (Results 1 - 25 of 349) sorted by relevance

12345678910>>...14

/third_party/json/docs/examples/
H A Dis_null.cpp19 // call is_null() in main()
21 std::cout << j_null.is_null() << '\n'; in main()
22 std::cout << j_boolean.is_null() << '\n'; in main()
23 std::cout << j_number_integer.is_null() << '\n'; in main()
24 std::cout << j_number_unsigned_integer.is_null() << '\n'; in main()
25 std::cout << j_number_float.is_null() << '\n'; in main()
26 std::cout << j_object.is_null() << '\n'; in main()
27 std::cout << j_array.is_null() << '\n'; in main()
28 std::cout << j_string.is_null() << '\n'; in main()
29 std::cout << j_binary.is_null() << '\ in main()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc21 if (is_linked(owner) && !top().is_null()) { in Reset()
33 DCHECK(!node.is_null()); in PickNodeFromList()
48 for (FreeSpace cur_node = top(); !cur_node.is_null(); in SearchForNodeInList()
58 if (!prev_non_evac_node.is_null()) { in SearchForNodeInList()
93 while (!n.is_null()) { in RepairFreeList()
119 if (!node.is_null()) { in TryFindNodeIn()
137 if (!node.is_null()) { in SearchForNodeInList()
217 for (int i = type; i < last_category_ && node.is_null(); i++) { in Allocate()
222 if (node.is_null()) { in Allocate()
227 if (!node.is_null()) { in Allocate()
[all...]
H A Dweak-object-worklists.cc60 if (!forwarded.is_null()) { in UpdateEphemeronHashTables()
76 if (!forwarded_key.is_null() && !forwarded_value.is_null()) { in EphemeronUpdater()
111 if (!forwarded.is_null()) { in UpdateWeakReferences()
132 if (!forwarded.is_null()) { in UpdateWeakObjectsInCode()
149 if (!forwarded.is_null()) { in UpdateJSWeakRefs()
177 if (!forwarded.is_null()) { in UpdateFlushedJSFunctions()
193 if (!forwarded.is_null()) { in UpdateBaselineFlushingCandidates()
/third_party/node/deps/v8/src/objects/
H A Dprototype-inl.h26 CHECK(!handle_.is_null()); in PrototypeIterator()
73 DCHECK(!handle_.is_null()); in HasAccess()
82 if (handle_.is_null() && object_.IsJSProxy()) { in Advance()
86 } else if (!handle_.is_null() && handle_->IsJSProxy()) { in Advance()
95 Object object = handle_.is_null() ? object_ : *handle_; in AdvanceIgnoringProxies()
103 if (handle_.is_null()) { in AdvanceIgnoringProxies()
111 DCHECK(!(handle_.is_null() && object_.IsJSProxy())); in AdvanceFollowingProxies()
123 if (handle_.is_null() || !handle_->IsJSProxy()) { in AdvanceFollowingProxiesIgnoringAccessChecks()
H A Dlookup-inl.h86 if (name_.is_null()) { in LookupIterator()
90 } else if (!name_.is_null() && !name_->IsInternalizedString()) { in LookupIterator()
96 DCHECK(!name_.is_null()); in LookupIterator()
162 if (name_.is_null()) { in GetName()
175 if (name_.is_null()) { in GetName()
260 return (!name.is_null() && name->IsPrivate(isolate)) ? OWN_SKIP_INTERCEPTOR in ComputeConfiguration()
H A Dproperty-descriptor.cc212 if (!enumerable.is_null()) { in ToPropertyDescriptor()
224 if (!configurable.is_null()) { in ToPropertyDescriptor()
236 if (!value.is_null()) desc->set_value(value); in ToPropertyDescriptor()
246 if (!writable.is_null()) desc->set_writable(writable->BooleanValue(isolate)); in ToPropertyDescriptor()
255 if (!getter.is_null()) { in ToPropertyDescriptor()
273 if (!setter.is_null()) { in ToPropertyDescriptor()
H A Dproperty-descriptor.h87 bool has_value() const { return !value_.is_null(); } in has_value()
98 bool has_get() const { return !get_.is_null(); } in has_get()
102 bool has_set() const { return !set_.is_null(); } in has_set()
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc113 if (!shared_info_.is_null()) { in ReopenHandlesInNewHandleScope()
116 if (!bytecode_array_.is_null()) { in ReopenHandlesInNewHandleScope()
119 if (!closure_.is_null()) { in ReopenHandlesInNewHandleScope()
122 DCHECK(code_.is_null()); in ReopenHandlesInNewHandleScope()
140 if (!shared_info().is_null()) { in GetDebugName()
192 return !closure().is_null(); in has_context()
201 return !closure().is_null() && !closure()->native_context().is_null(); in has_native_context()
H A Dunoptimized-compilation-info.h67 bool has_coverage_info() const { return !coverage_info_.is_null(); } in has_coverage_info()
75 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
81 bool has_asm_wasm_data() const { return !asm_wasm_data_.is_null(); } in has_asm_wasm_data()
/third_party/gn/src/gn/
H A Dloader.cc102 const Label& toolchain_name = in_toolchain_name.is_null() in Load()
112 DCHECK(toolchain_name.is_null()); in Load()
132 if (toolchain_name.is_null()) in Load()
138 DCHECK(!default_toolchain_label_.is_null()); in Load()
160 DCHECK(!default_toolchain_label_.is_null()); in ToolchainLoaded()
187 if (label.is_null()) { in GetToolchainSettings()
188 if (default_toolchain_label_.is_null()) in GetToolchainSettings()
271 if (!origin.is_null()) in BackgroundLoadFile()
348 if (default_toolchain_label.is_null()) { in BackgroundLoadBuildConfig()
355 DCHECK(settings->toolchain_label().is_null()); in BackgroundLoadBuildConfig()
[all...]
H A Dbundle_data.cc72 if (!assets_catalog_dir.is_null()) { in OnTargetResolved()
105 if (!post_processing_script_.is_null()) { in GetSourceFiles()
140 if (!partial_info_plist_.is_null()) in GetOutputsAsSourceFiles()
143 if (!post_processing_script_.is_null()) { in GetOutputsAsSourceFiles()
152 if (!root_dir_.is_null()) in GetOutputsAsSourceFiles()
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
51 return begin_.is_null(); // No need to check both for the null case. in is_null()
H A Dbundle_file_rule.cc57 if (bundle_data.root_dir().is_null()) { in ApplyPatternToSource()
64 if (bundle_data.contents_dir().is_null()) { in ApplyPatternToSource()
71 if (bundle_data.resources_dir().is_null()) { in ApplyPatternToSource()
78 if (bundle_data.executable_dir().is_null()) { in ApplyPatternToSource()
H A Dsettings.cc21 DCHECK(!build_settings->build_dir().is_null()); in Settings()
27 if (!toolchain_output_dir_.is_null()) in Settings()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs76 if subordpath.is_null() { in openpty()
100 if !termp.is_null() && ::tcsetattr(fds, TCSAFLUSH, termp) != 0 { in openpty()
105 if !winp.is_null() && ::ioctl(fds, TIOCSWINSZ, winp) < 0 { in openpty()
114 if !name.is_null() { in openpty()
188 let ret = if (*result).is_null() { in getpwent_r()
212 let ret = if (*result).is_null() { in getgrent_r()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php95 if (is_null($this->desc)) {
189 if (is_null($wrapper)) {
200 if (!is_null($value)) {
492 if (is_null($field)) {
679 if (!is_null($sub)) {
741 if (is_null($this->$getter())) {
822 if (is_null($value)) {
829 if (is_null($value)) {
844 if (is_null($value)) {
854 if (is_null(
[all...]
/third_party/json/tests/src/
H A Dunit-inspection.cpp25 CHECK(!j.is_null());
43 CHECK(!j.is_null());
61 CHECK(j.is_null());
79 CHECK(!j.is_null());
97 CHECK(!j.is_null());
115 CHECK(!j.is_null());
133 CHECK(!j.is_null());
151 CHECK(!j.is_null());
169 CHECK(!j.is_null());
187 CHECK(!j.is_null());
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptorPool.php64 return is_null($desc) ? null : $desc->getPublicDescriptor();
74 return is_null($desc) ? null : $desc->getPublicDescriptor();
/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
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre1.rs54 if code.is_null() { in new()
62 if extra.is_null() { in new()
63 if errptr.is_null() { in new()
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs107 if !error.is_null() { in rure_compile()
115 if !options.is_null() { in rure_compile()
142 if !error.is_null() { in rure_compile()
182 if !match_info.is_null() { in rure_find()
218 if !end.is_null() { in rure_shortest_match()
273 if capture_name.is_null() { in rure_iter_capture_names_next()
354 if !match_info.is_null() { in rure_iter_next()
423 if !match_info.is_null() { in rure_captures_at()
491 if !error.is_null() { in rure_compile_set()
501 if !options.is_null() { in rure_compile_set()
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs122 if r.is_null() || s.is_null() { in ECDSA_SIG_set0()
138 if !pr.is_null() { in ECDSA_SIG_get0()
141 if !ps.is_null() { in ECDSA_SIG_get0()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp178 inst->dst.is_null())) in opt_cse_local()
184 if (!(entry->generator->dst.is_null() && !inst->dst.is_null()) && in opt_cse_local()
208 if (no_existing_temp && !entry->generator->dst.is_null()) { in opt_cse_local()
232 if (!inst->dst.is_null()) { in opt_cse_local()
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc212 for (HeapObject obj = iterator.Next(); !obj.is_null(); in FindHeapObjectById()
215 DCHECK(object.is_null()); in FindHeapObjectById()
221 return !object.is_null() ? Handle<HeapObject>(object, isolate()) in FindHeapObjectById()
244 for (HeapObject heap_obj = heap_iterator.Next(); !heap_obj.is_null(); in QueryObjects()
268 for (HeapObject heap_obj = heap_iterator.Next(); !heap_obj.is_null(); in QueryObjects()
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs57 if error.is_null() { in with_dlerror()
179 if result.is_null() { in open()
203 if symbol.is_null() { in get_impl()
375 if self.pointer.is_null() { in lift_option()
411 if info.dli_sname.is_null() { in fmt()

Completed in 12 milliseconds

12345678910>>...14