Home
last modified time | relevance | path

Searched refs:value2_length (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_auralinux_unittest.cc618 int value2_length = value2.length(); in TEST_F() local
619 int combo_box_value_length = value1_length + value2_length; in TEST_F()
H A Dbrowser_accessibility_win_unittest.cc2635 LONG value2_length = static_cast<LONG>(value2.length()); in TEST_F() local
2636 LONG combo_box_value_length = value1_length + value2_length; in TEST_F()
2749 LONG value2_length = static_cast<LONG>(value2.length()); in TEST_F() local
2750 LONG combo_box_value_length = value1_length + value2_length; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_auralinux_unittest.cc665 int value2_length = value2.length(); in TEST_F() local
666 int combo_box_value_length = value1_length + value2_length; in TEST_F()
H A Dbrowser_accessibility_win_unittest.cc2620 LONG value2_length = static_cast<LONG>(value2.length()); in TEST_F() local
2621 LONG combo_box_value_length = value1_length + value2_length; in TEST_F()
2733 LONG value2_length = static_cast<LONG>(value2.length()); in TEST_F() local
2734 LONG combo_box_value_length = value1_length + value2_length; in TEST_F()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstvalue.c595 guint i, value1_length, value2_length; in gst_value_list_concat() local
606 value2_length = in gst_value_list_concat()
610 g_array_set_size (array, value1_length + value2_length); in gst_value_list_concat()
622 for (i = 0; i < value2_length; i++) { in gst_value_list_concat()
699 guint i, j, k, value1_length, value2_length, skipped; in gst_value_list_merge() local
712 value2_length = in gst_value_list_merge()
716 g_array_set_size (array, value1_length + value2_length); in gst_value_list_merge()
730 for (i = 0; i < value2_length; i++) { in gst_value_list_merge()
761 guint new_size = value1_length + (value2_length - skipped); in gst_value_list_merge()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_executor.cc3149 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3172 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3176 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_executor.cc3149 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3172 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3176 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3161 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3184 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3188 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3161 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3184 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3188 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_executor.cc3149 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3172 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3176 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3161 const size_t value2_length= field->data_length(diff); in cmp_field_value() local
3184 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
3188 std::max(value1_length, value2_length))) in cmp_field_value()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_executor.cc4492 const size_t value2_length = field->data_length(diff); in cmp_field_value() local
4513 if (!field->is_text_key_type() && value1_length != value2_length) // 2 in cmp_field_value()
4517 std::max(value1_length, value2_length))) in cmp_field_value()