Home
last modified time | relevance | path

Searched defs:still_to_find (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc2285 int ActionNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2307 int AssertionNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2332 int BackReferenceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2343 int TextNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2357 int NegativeLookaroundChoiceNode::EatsAtLeast(int still_to_find, int budget, in EatsAtLeast()
2377 int ChoiceNode::EatsAtLeastHelper(int still_to_find, in EatsAtLeastHelper()
2397 int LoopChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2407 int ChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
Djsregexp.h813 virtual int EatsAtLeast(int still_to_find, in EatsAtLeast()