Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/json/doc/examples/
Dis_null.cpp21 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() << '\n'; in main()
/third_party/boost/libs/date_time/test/
Dtestgeneric_period.cpp61 check("is_null (not)", !p1.is_null()); in main()
68 check("is_null (not)", !p2.is_null()); in main()
100 check("Intersection", (p1.intersection(p3).is_null())); in main()
103 check("Merge", p1.merge(p3).is_null()); in main()
122 check("is_null", zero_len.is_null()); in main()
144 check("is_null", null_per.is_null()); in main()
165 check("is_null", p1x.is_null()); in main()
174 check("is_null", p1x.is_null()); in main()
183 check("is_null", p1x.is_null()); in main()
192 check("is_null", !p1x.is_null()); in main()
[all …]
/third_party/gn/src/gn/
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 …]
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()
Dlocation.h21 bool is_null() const { return *this == Location(); } in is_null() function
50 bool is_null() const { in is_null() function
51 return begin_.is_null(); // No need to check both for the null case. in is_null()
Dsettings.cc21 DCHECK(!build_settings->build_dir().is_null()); in Settings()
27 if (!toolchain_output_dir_.is_null()) in Settings()
Dbundle_data.cc120 if (!code_signing_script_.is_null()) { in GetSourceFiles()
155 if (!partial_info_plist_.is_null()) in GetOutputsAsSourceFiles()
158 if (!code_signing_script_.is_null()) { in GetOutputsAsSourceFiles()
167 if (!root_dir_.is_null()) in GetOutputsAsSourceFiles()
/third_party/boost/libs/ptr_container/test/
Dptr_array.cpp61 if( !tree.is_null(i) ) in print()
158 BOOST_CHECK_EQUAL( c.is_null(0), false ); in test_array_interface()
159 BOOST_CHECK_EQUAL( c.is_null(1), false ); in test_array_interface()
160 BOOST_CHECK_EQUAL( c.is_null(2), true ); in test_array_interface()
172 BOOST_CHECK_EQUAL( c.is_null(0), true ); in test_array_interface()
173 BOOST_CHECK_EQUAL( c3.is_null(0), false ); in test_array_interface()
176 BOOST_CHECK_EQUAL( c.is_null(5), false ); in test_array_interface()
179 BOOST_CHECK_EQUAL( c3.is_null(i), true ); in test_array_interface()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
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($value) &&
[all …]
/third_party/cef/include/base/
Dcef_callback_list.h195 DCHECK(!cb.is_null());
208 DCHECK(!cb.is_null());
222 [](const auto& callback) { return callback.is_null(); });
254 return callback.is_null();
274 EraseIf(callbacks_, [](const auto& cb) { return cb.is_null(); });
346 if (it->is_null()) {
380 DCHECK(!it->is_null());
/third_party/cef/libcef/browser/
Djavascript_dialog_manager.cc27 if (!callback_.is_null()) { in ~CefJSDialogCallbackImpl()
41 if (!callback_.is_null()) { in Continue()
113 if (callback.is_null() || *did_suppress_message) in RunJavaScriptDialog()
134 DCHECK(!callback.is_null()); in RunJavaScriptDialog()
171 if (callback.is_null()) in RunBeforeUnloadDialog()
187 DCHECK(!callback.is_null()); in RunBeforeUnloadDialog()
Dfile_dialog_manager.cc28 if (!callback_.is_null()) { in ~CefFileDialogCallbackImpl()
43 if (!callback_.is_null()) { in Continue()
61 if (!callback_.is_null()) { in Cancel()
106 if (!callback_.is_null()) { in ~UploadFolderHelper()
125 if (!callback_.is_null()) { in OnListDone()
298 if (!handled && !callback.is_null()) { in RunFileChooserInternal()
/third_party/json/test/src/
Dunit-inspection.cpp46 CHECK(!j.is_null());
64 CHECK(!j.is_null());
82 CHECK(j.is_null());
100 CHECK(!j.is_null());
118 CHECK(!j.is_null());
136 CHECK(!j.is_null());
154 CHECK(!j.is_null());
172 CHECK(!j.is_null());
190 CHECK(!j.is_null());
208 CHECK(!j.is_null());
/third_party/cef/libcef/browser/media_router/
Dmedia_router_impl.cc18 DCHECK(!getter.is_null()); in GetBrowserContext()
41 if (browser_context_getter_.is_null()) in ~CefRegistrationImpl()
53 DCHECK(!browser_context_getter.is_null()); in Initialize()
54 DCHECK(browser_context_getter_.is_null()); in Initialize()
153 DCHECK(!browser_context_getter.is_null()); in Initialize()
154 DCHECK(browser_context_getter_.is_null()); in Initialize()
/third_party/cef/libcef_dll/base/
Dcef_lock.cc20 DCHECK(owning_thread_ref_.is_null()); in ~Lock()
38 DCHECK(owning_thread_ref_.is_null()); in CheckUnheldAndMark()
/third_party/cef/libcef/browser/net_service/
Dresource_handler_wrapper.cc29 if (!callback_.is_null()) { in ~SkipCallbackWrapper()
43 if (!callback_.is_null()) { in Continue()
68 if (!callback_.is_null()) { in ~ReadCallbackWrapper()
82 if (!callback_.is_null()) { in Continue()
321 if (!callback_.is_null()) { in ~OpenCallbackWrapper()
336 if (!callback_.is_null()) { in Continue()
347 if (!callback_.is_null()) { in Cancel()
/third_party/boost/boost/ptr_container/
Dptr_sequence_adapter.hpp122 inline bool is_null( void_ptr_iterator<Iterator,T> i ) in is_null() function
339 BOOST_ASSERT( !::boost::is_null( this->begin() ) ); in front()
352 BOOST_ASSERT( !::boost::is_null( --this->end() ) ); in back()
366 BOOST_ASSERT( !this->is_null( n ) ); in operator []()
373 BOOST_ASSERT( !this->is_null( n ) ); in operator []()
381 BOOST_ASSERT( !this->is_null( n ) ); in at()
389 BOOST_ASSERT( !this->is_null( n ) ); in at()
545 bool is_null( size_type idx ) const in is_null() function in boost::ptr_sequence_adapter
737 BOOST_ASSERT( !::boost::is_null(prev) ); in unique()
738 BOOST_ASSERT( !::boost::is_null(next) ); in unique()
Dptr_array.hpp175 if( !this->is_null(i) ) in clone_array_elements()
262 bool is_null( size_t idx ) const in is_null() function in boost::ptr_array
264 return base_class::is_null(idx); in is_null()
268 bool is_null() const in is_null() function in boost::ptr_array
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc105 if (!config_->on_window_created.is_null()) in OnWindowCreated()
132 if (!config_->on_window_destroyed.is_null()) in OnWindowDestroyed()
163 if (!config_->on_accelerator.is_null()) in OnAccelerator()
170 if (!config_->on_key_event.is_null()) in OnKeyEvent()
/third_party/protobuf/php/src/Google/Protobuf/
DDescriptorPool.php64 return is_null($desc) ? null : $desc->getPublicDescriptor();
74 return is_null($desc) ? null : $desc->getPublicDescriptor();
/third_party/flutter/engine/flutter/lib/ui/painting/
Drrect.cc20 result.is_null = true; in FromDart()
32 result.is_null = false; in FromDart()
/third_party/mesa3d/src/intel/compiler/
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/cef/tests/cefclient/browser/
Durlrequest_test.cc35 DCHECK(!callback_.is_null()); in RequestClient()
40 if (!callback_.is_null()) in Detach()
46 if (!callback_.is_null()) { in OnRequestComplete()
/third_party/flutter/engine/flutter/fml/
Dmessage.h151 bool is_null = false; in Decode() local
152 if (!Decode(is_null)) { in Decode()
156 if (is_null) { in Decode()
/third_party/cef/tests/ceftests/
Dtest_server.cc118 DCHECK(stop_callback_.is_null()); in ~ServerManager()
150 DCHECK(stop_callback_.is_null()); in Stop()
198 DCHECK(!stop_callback_.is_null()); in NotifyServerHandlerDeleted()
416 if (!callback.is_null()) in InitializeRegistration()
423 DCHECK(!callback.is_null()); in Start()
435 DCHECK(!callback.is_null()); in Stop()

123456789