HomeSort by relevance Sort by last modified time
    Searched defs:Decref (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
regexp.cc 28 // Private: use Decref() instead of delete to destroy Regexps.
29 // Can't call Decref on the sub-Regexps here because
31 // required Decref() to have handled them for us.
103 void Regexp::Decref() {
143 sub->Decref();
  /external/regex-re2/re2/
regexp.cc 28 // Private: use Decref() instead of delete to destroy Regexps.
29 // Can't call Decref on the sub-Regexps here because
31 // required Decref() to have handled them for us.
103 void Regexp::Decref() {
143 sub->Decref();

Completed in 199 milliseconds