HomeSort by relevance Sort by last modified time
    Searched refs:NumCaptures (Results 1 - 15 of 15) sorted by null

  /external/regex-re2/re2/testing/
regexp_test.cc 48 EXPECT_EQ(4, x->NumCaptures());
67 EXPECT_EQ(4, x->NumCaptures());
tester.cc 186 num_captures_ = regexp_->NumCaptures();
289 int nsubmatch = 1 + num_captures_; // NumCaptures doesn't count $0
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
Decl.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Decl.h     [all...]
DeclCXX.h 512 : DefinitionData(D), Dependent(Dependent), NumCaptures(0),
530 unsigned NumCaptures : 16;
    [all...]
  /external/regex-re2/re2/
regexp.h 366 int NumCaptures();
re2.cc 894 num_captures_ = suffix_regexp_->NumCaptures();
    [all...]
regexp.cc 523 int Regexp::NumCaptures() {
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 88 milliseconds