Home
last modified time | relevance | path

Searched refs:FindAndConsume (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/link/
Dlinker_fixture.h100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT;
101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dlinker_fixture.h100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT;
101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
/third_party/spirv-tools/test/link/
Dlinker_fixture.h100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT;
101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc584 while ((*regex)->FindAndConsume(candidate_input.get(), &group) && in ExtractInnerMatch()
678 reg_exps_->pattern_->FindAndConsume(text.get(), &candidate)) { in Find()
834 while (reg_exps_->capturing_ascii_digits_pattern_->FindAndConsume( in AllNumberGroupsAreExactlyPresent()
Dregexp_adapter.h129 inline bool FindAndConsume(RegExpInput* input_string, in FindAndConsume() function
Dphonenumberutil.cc2642 if (!reg_exps_->capturing_ascii_digits_pattern_->FindAndConsume( in GetLengthOfNationalDestinationCode()