Home
last modified time | relevance | path

Searched refs:str_vector (Results 1 – 25 of 67) sorted by relevance

123

/dports/net/xprobe/xprobe2-0.3/src/xplib/
H A Dxp_lib.cc48 vector <string> str_vector; in tokenize() local
51 if (tokens != NULL && tokenize(input, delimiter, &str_vector) == OK) { in tokenize()
52 for (ix = 0; ix < str_vector.size(); ix++) { in tokenize()
53 tokens->push_back(atoi(str_vector[ix].c_str())); in tokenize()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Drows_event.h574 typedef std::vector<std::string> str_vector; typedef
599 std::vector<str_vector> m_enum_str_value;
600 std::vector<str_vector> m_set_str_value;
/dports/audio/ecasound/ecasound-2.9.3/kvutils/
H A Dkvu_utils.cpp260 vector<string> kvu_vector_search_and_replace(const vector<string>& str_vector, in kvu_vector_search_and_replace() argument
265 vector<string>::const_iterator p = str_vector.begin(); in kvu_vector_search_and_replace()
266 while(p != str_vector.end()) { in kvu_vector_search_and_replace()
H A Dkvu_utils.h24 std::vector<std::string> kvu_vector_search_and_replace(const std::vector<std::string>& str_vector,
/dports/java/icedtea-web/icedtea-web-1.6.2/plugin/icedteanp/
H A DIcedTeaPluginUtils.cc491 IcedTeaPluginUtilities::printStringVector(const char* prefix, std::vector<std::string>* str_vector) in printStringVector() argument
500 for (int i=0; i < str_vector->size(); i++) in printStringVector()
502 *str += str_vector->at(i); in printStringVector()
504 if (i != str_vector->size() - 1) in printStringVector()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-string.cc159 Vector<const uint8_t> str_vector = str_content.ToOneByteVector(); in BUILTIN() local
162 return isolate->heap()->ToBoolean(memcmp(str_vector.start() + start, in BUILTIN()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/
H A Duhd_usrp_probe.cpp443 std::vector<std::string> str_vector = in UHD_SAFE_MAIN() local
447 for (const std::string& str : str_vector) { in UHD_SAFE_MAIN()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/import/
H A DImporter.h47 typedef std::vector<std::string> str_vector; typedef
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/src/
H A Drows_event.cpp216 std::vector<Table_map_event::Optional_metadata_fields::str_vector> &vec, in parse_set_str_value()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress32.cpp23946 str_vector.remap(); in TestStrSparseVector()
23947 str_vector.optimize(tb); in TestStrSparseVector()
25036 TSparseStrVector str_vector; in TestStrSparseVector_FindEq() local
25053 str_vector.remap(); in TestStrSparseVector_FindEq()
25054 str_vector.optimize(); in TestStrSparseVector_FindEq()
25057 auto it = str_vector.begin(); in TestStrSparseVector_FindEq()
25122 str_vector.remap(); in TestStrSparseVector_FindEq()
25123 str_vector.optimize(); in TestStrSparseVector_FindEq()
25182 str_vector.optimize(tb); in TestStrSparseVector_FindEq()
25193 auto it = str_vector.begin(); in TestStrSparseVector_FindEq()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c454 gchar **str_vector; in gst_mpdparser_get_xml_prop_uint_vector_type() local
460 str_vector = g_strsplit ((gchar *) prop_string, " ", -1); in gst_mpdparser_get_xml_prop_uint_vector_type()
461 if (str_vector) { in gst_mpdparser_get_xml_prop_uint_vector_type()
462 *value_size = g_strv_length (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()
468 if (sscanf ((gchar *) str_vector[i], "%u", &prop_uint_vector[i]) == 1 in gst_mpdparser_get_xml_prop_uint_vector_type()
469 && strstr (str_vector[i], "-") == NULL) { in gst_mpdparser_get_xml_prop_uint_vector_type()
474 property_name, str_vector[i]); in gst_mpdparser_get_xml_prop_uint_vector_type()
493 g_strfreev (str_vector); in gst_mpdparser_get_xml_prop_uint_vector_type()

123