Searched refs:match_string (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | nonfinite_num_facets.hpp | 376 if(!match_string(it, end, ct, "nf")) in get_i() 389 if(!match_string(it, end, ct, "nity")) in get_i() 411 if(!match_string(it, end, ct, "an")) in get_n() 461 if(!match_string(it, end, ct, "nan")) in get_q() 490 if(match_string(it, end, ct, "nan")) in get_one_hash() 562 bool match_string in match_string() function in boost::math::nonfinite_num_get
|
/third_party/glib/glib/ |
D | gpattern.c | 83 const gchar *match_string, in g_pattern_ph_match() argument 90 string = match_string; in g_pattern_ph_match()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | patternspec.c | 56 const gchar * match_string, gboolean * wildcard_reached_p) in pattern_ph_match() argument 62 string = match_string; in pattern_ph_match()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 883 std::string match_string; in RoutePathMatchParse() local 909 match_string = std::string(prefix); in RoutePathMatchParse() 943 match_string = std::string(path); in RoutePathMatchParse() 949 match_string = UpbStringToStdString( in RoutePathMatchParse() 956 StringMatcher::Create(type, match_string, case_sensitive); in RoutePathMatchParse() 977 std::string match_string; in RouteHeaderMatchersParse() local 983 match_string = UpbStringToStdString( in RouteHeaderMatchersParse() 991 match_string = UpbStringToStdString( in RouteHeaderMatchersParse() 1004 match_string = UpbStringToStdString( in RouteHeaderMatchersParse() 1008 match_string = UpbStringToStdString( in RouteHeaderMatchersParse() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vaapi.c | 331 const char *match_string; member 415 vaapi_driver_quirks_table[i].match_string)) { in vaapi_device_init()
|