Searched defs:CaptureNames (Results 1 – 6 of 6) sorted by relevance
66 TEST(Regexp, CaptureNames) { in TEST() argument
661 pub fn capture_names(&self) -> CaptureNames { in capture_names()819 pub struct CaptureNames<'r>(::std::slice::Iter<'r, Option<String>>); struct821 impl<'r> Iterator for CaptureNames<'r> { implementation840 impl<'r> ExactSizeIterator for CaptureNames<'r> {} implementation842 impl<'r> FusedIterator for CaptureNames<'r> {} implementation
720 pub fn capture_names(&self) -> CaptureNames { in capture_names()752 pub struct CaptureNames<'r>(::std::slice::Iter<'r, Option<String>>); struct754 impl<'r> Iterator for CaptureNames<'r> { implementation773 impl<'r> ExactSizeIterator for CaptureNames<'r> {} implementation775 impl<'r> FusedIterator for CaptureNames<'r> {} implementation
652 std::map<int, std::string>* Regexp::CaptureNames() { in CaptureNames() function in re2::Regexp
915 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local
1029 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local