HomeSort by relevance Sort by last modified time
    Searched full:longest_match_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/re2/patches/
rename-posix-option.patch 10 - longest_match_(opt == RE2::POSIX),
12 + longest_match_(opt == RE2::POSIX_SYNTAX),
re2-msvc9-chrome.patch 84 + longest_match_(false),
118 - longest_match_(false),
  /external/regex-re2/re2/
re2.h 565 longest_match_(false),
596 bool longest_match() const { return longest_match_; }
597 void set_longest_match(bool b) { longest_match_ = b; }
629 longest_match_ = src.longest_match_;
646 bool longest_match_; member in class:re2::RE2::Options
    [all...]
re2.cc 42 longest_match_(opt == RE2::POSIX),
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.h 584 bool longest_match() const { return longest_match_; }
585 void set_longest_match(bool b) { longest_match_ = b; }
617 longest_match_ = src.longest_match_;
634 bool longest_match_; member in class:re2::RE2::Options
    [all...]
re2.cc 45 longest_match_(false),
60 longest_match_(opt == RE2::POSIX_SYNTAX),
    [all...]

Completed in 122 milliseconds