Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc2224 int ActionNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2244 int AssertionNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2269 int BackReferenceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2280 int TextNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2294 int NegativeLookaroundChoiceNode::EatsAtLeast(int still_to_find, int budget, in EatsAtLeast()
2314 int ChoiceNode::EatsAtLeastHelper(int still_to_find, in EatsAtLeastHelper()
2334 int LoopChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
2344 int ChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
Djsregexp.h845 virtual int EatsAtLeast(int still_to_find, in EatsAtLeast()