Home
last modified time | relevance | path

Searched refs:plus_pos (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_darwin.inc54 auto plus_pos = symbol_view.find(" + ");
55 if (plus_pos == absl::string_view::npos) return std::string();
56 symbol_view = symbol_view.substr(0, plus_pos); // strip remainng
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c969 gchar *plus_pos = NULL; in gst_date_time_new_from_iso8601_string() local
976 plus_pos = strrchr (string, '+'); in gst_date_time_new_from_iso8601_string()
978 if (plus_pos) in gst_date_time_new_from_iso8601_string()
979 pos = plus_pos + 1; in gst_date_time_new_from_iso8601_string()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c877 gchar *plus_pos = NULL; in gst_xml_helper_get_prop_dateTime() local
884 plus_pos = strrchr (str, '+'); in gst_xml_helper_get_prop_dateTime()
886 if (plus_pos) in gst_xml_helper_get_prop_dateTime()
887 pos = plus_pos + 1; in gst_xml_helper_get_prop_dateTime()