Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 – 25 of 46) sorted by relevance

12

/third_party/re2/re2/
Dbitmap256.h32 DCHECK_GE(c, 0); in Test()
40 DCHECK_GE(c, 0); in Set()
87 DCHECK_GE(c, 0); in FindNextSetBit()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Ddefault_map_storage.cc33 DCHECK_GE(index, 0); in GetPrefix()
39 DCHECK_GE(index, 0); in GetDescription()
/third_party/gn/src/util/
Dsemaphore.cc38 DCHECK_GE(count, 0); in Semaphore()
70 DCHECK_GE(count, 0); in Semaphore()
/third_party/cef/libcef_dll/ctocpp/
Dv8interceptor_ctocpp.cc76 DCHECK_GE(index, 0); in Get()
153 DCHECK_GE(index, 0); in Set()
Drun_file_dialog_callback_ctocpp.cc34 DCHECK_GE(selected_accept_filter, 0); in OnFileDialogDismissed()
Dfile_dialog_callback_ctocpp.cc34 DCHECK_GE(selected_accept_filter, 0); in Continue()
Dv8value_ctocpp.cc591 DCHECK_GE(index, 0); in HasValue()
627 DCHECK_GE(index, 0); in DeleteValue()
664 DCHECK_GE(index, 0); in GetValue()
708 DCHECK_GE(index, 0); in SetValue()
Ddialog_handler_ctocpp.cc45 DCHECK_GE(selected_accept_filter, 0); in OnFileDialog()
Dxml_reader_ctocpp.cc346 DCHECK_GE(index, 0); in GetAttribute()
477 DCHECK_GE(index, 0); in MoveToAttribute()
/third_party/cef/libcef_dll/cpptoc/
Dv8interceptor_cpptoc.cc87 DCHECK_GE(index, 0); in v8interceptor_get_byindex()
180 DCHECK_GE(index, 0); in v8interceptor_set_byindex()
Drun_file_dialog_callback_cpptoc.cc35 DCHECK_GE(selected_accept_filter, 0); in run_file_dialog_callback_on_file_dialog_dismissed()
Dfile_dialog_callback_cpptoc.cc35 DCHECK_GE(selected_accept_filter, 0); in file_dialog_callback_cont()
Ddialog_handler_cpptoc.cc46 DCHECK_GE(selected_accept_filter, 0); in dialog_handler_on_file_dialog()
Dv8value_cpptoc.cc592 DCHECK_GE(index, 0); in v8value_has_value_byindex()
627 DCHECK_GE(index, 0); in v8value_delete_value_byindex()
663 DCHECK_GE(index, 0); in v8value_get_value_byindex()
706 DCHECK_GE(index, 0); in v8value_set_value_byindex()
Dxml_reader_cpptoc.cc342 DCHECK_GE(index, 0); in xml_reader_get_attribute_byindex()
465 DCHECK_GE(index, 0); in xml_reader_move_to_attribute_byindex()
/third_party/node/src/
Ddebug_utils.h61 DCHECK_GE(static_cast<int>(category), 0); in enabled()
76 DCHECK_GE(static_cast<int>(category), 0); in set_enabled()
Daliased_buffer.h219 DCHECK_GE(new_capacity, count_); in reserve()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dlogging.h31 #define DCHECK_GE(X, Y) assert((X) >= (Y)) macro
/third_party/cef/libcef/browser/views/
Dpanel_impl.h131 DCHECK_GE(index, 0); in AddChildViewAt()
202 DCHECK_GE(index, 0); in GetChildViewAt()
Dbox_layout_impl.cc22 DCHECK_GE(flex, 0); in SetFlexForView()
/third_party/gn/src/base/files/
Dfile.cc30 DCHECK_GE(platform_file, -1); in File()
/third_party/re2/util/
Dlogging.h24 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)) macro
/third_party/gn/src/base/
Dvalues.cc208 DCHECK_GE(static_cast<int>(type), 0); in GetTypeName()
308 DCHECK_GE(path.size(), 2u) << "Use FindKey() for a path of length 1."; in FindPath()
334 DCHECK_GE(path.size(), 2u) << "Use FindKeyOfType() for a path of length 1."; in FindPathOfType()
348 DCHECK_GE(path.size(), 2u) << "Use SetKey() for a path of length 1."; in SetPath()
383 DCHECK_GE(path.size(), 2u) << "Use RemoveKey() for a path of length 1."; in RemovePath()
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.cc229 DCHECK_GE(msg_hook_user_count_, 0); in UninstallMessageHook()
Dbrowser_platform_delegate_native_aura.cc108 DCHECK_GE(clickCount, 1); in TranslateUiClickEvent()

12