Searched refs:split_parts (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/geometry/util/ |
D | rational.hpp | 36 static inline void split_parts(std::string const& source, std::string::size_type p, in split_parts() function 71 split_parts(source, p, before, after, negate, len); in apply() 80 split_parts(source, p, before, after, negate, len); in apply()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1354 gchar **split_parts; in _gst_uri_string_to_table() local 1363 split_parts = g_strsplit (str, part_sep, -1); in _gst_uri_string_to_table() 1364 if (split_parts) { in _gst_uri_string_to_table() 1366 for (next_part = split_parts; *next_part; next_part += 1) { in _gst_uri_string_to_table() 1420 g_strfreev (split_parts); in _gst_uri_string_to_table()
|