Searched refs:whole_class (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | parse.cc | 151 const StringPiece& whole_class, 157 const StringPiece& whole_class, 1859 const StringPiece& whole_class, in ParseCCCharacter() argument 1863 status->set_error_arg(whole_class); in ParseCCCharacter() 1882 const StringPiece& whole_class, in ParseCCRange() argument 1885 if (!ParseCCCharacter(s, &rr->lo, whole_class, status)) in ParseCCRange() 1890 if (!ParseCCCharacter(s, &rr->hi, whole_class, status)) in ParseCCRange() 1910 StringPiece whole_class = *s; in ParseCharClass() local 1988 if (!ParseCCRange(s, &rr, whole_class, status)) { in ParseCharClass() 2001 status->set_error_arg(whole_class); in ParseCharClass()
|