Home
last modified time | relevance | path

Searched refs:CaptureNames (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_test.cc66 TEST(Regexp, CaptureNames) { in TEST() argument
73 const std::map<int, std::string>* have = x->CaptureNames(); in TEST()
/external/rust/crates/regex/src/
Dre_unicode.rs720 pub fn capture_names(&self) -> CaptureNames { in capture_names() argument
721 CaptureNames(self.0.capture_names().iter()) in capture_names()
752 pub struct CaptureNames<'r>(::std::slice::Iter<'r, Option<String>>); struct
754 impl<'r> Iterator for CaptureNames<'r> { implementation
773 impl<'r> ExactSizeIterator for CaptureNames<'r> {} implementation
775 impl<'r> FusedIterator for CaptureNames<'r> {} implementation
Dre_bytes.rs661 pub fn capture_names(&self) -> CaptureNames { in capture_names() argument
662 CaptureNames(self.0.capture_names().iter()) in capture_names()
819 pub struct CaptureNames<'r>(::std::slice::Iter<'r, Option<String>>); struct
821 impl<'r> Iterator for CaptureNames<'r> { implementation
840 impl<'r> ExactSizeIterator for CaptureNames<'r> {} implementation
842 impl<'r> FusedIterator for CaptureNames<'r> {} implementation
Dlib.rs649 escape, CaptureLocations, CaptureMatches, CaptureNames, Captures,
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h385 std::map<int, std::string>* CaptureNames();
Dregexp.cc652 std::map<int, std::string>* Regexp::CaptureNames() { in CaptureNames() function in re2::Regexp
Dre2.cc362 re->group_names_ = re->suffix_regexp_->CaptureNames(); in CapturingGroupNames()
/external/clang/lib/Sema/
DSemaLambda.cpp915 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local
1054 if (!CaptureNames.insert(C->Id).second) { in ActOnStartOfLambdaDefinition()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1029 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local
1171 if (!CaptureNames.insert(C->Id).second) { in ActOnStartOfLambdaDefinition()