Home
last modified time | relevance | path

Searched refs:functor (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/css/
DCSSSelectorList.cpp94 static bool forEachTagSelector(Functor& functor, CSSSelector* selector) in forEachTagSelector() argument
99 if (functor(selector)) in forEachTagSelector()
102 if (forEachTagSelector(functor, simpleSelector)) in forEachTagSelector()
111 static bool forEachSelector(Functor& functor, const CSSSelectorList* selectorList) in forEachSelector() argument
114 if (forEachTagSelector(functor, selector)) in forEachSelector()
135 SelectorNeedsNamespaceResolutionFunctor functor; in selectorsNeedNamespaceResolution() local
136 return forEachSelector(functor, this); in selectorsNeedNamespaceResolution()
/external/webkit/JavaScriptCore/wrec/
DWRECParser.cpp88 GeneratePatternCharacterFunctor functor(m_sequence.last()); in flush() local
89 … m_generator.generateGreedyQuantifier(m_failures, functor, quantifier.min, quantifier.max); in flush()
94 GeneratePatternCharacterFunctor functor(m_sequence.last()); in flush() local
95 … m_generator.generateNonGreedyQuantifier(m_failures, functor, quantifier.min, quantifier.max); in flush()
187 GenerateCharacterClassFunctor functor(&charClass, invert); in parseCharacterClassQuantifier() local
188 m_generator.generateGreedyQuantifier(failures, functor, q.min, q.max); in parseCharacterClassQuantifier()
193 GenerateCharacterClassFunctor functor(&charClass, invert); in parseCharacterClassQuantifier() local
194 m_generator.generateNonGreedyQuantifier(failures, functor, q.min, q.max); in parseCharacterClassQuantifier()
DWRECGenerator.cpp133 GenerateBackreferenceFunctor functor(subpatternId); in generateBackreferenceQuantifier() local
140 generateGreedyQuantifier(failures, functor, min, max); in generateBackreferenceQuantifier()
142 generateNonGreedyQuantifier(failures, functor, min, max); in generateBackreferenceQuantifier()
147 void Generator::generateNonGreedyQuantifier(JumpList& failures, GenerateAtomFunctor& functor, unsig… in generateNonGreedyQuantifier() argument
172 functor.generateAtom(this, atomFailedList); in generateNonGreedyQuantifier()
191 void Generator::generateGreedyQuantifier(JumpList& failures, GenerateAtomFunctor& functor, unsigned… in generateGreedyQuantifier() argument
205 functor.generateAtom(this, doneReadingAtomsList); in generateGreedyQuantifier()
224 functor.backtrack(this); in generateGreedyQuantifier()
DWRECGenerator.h96 …void generateGreedyQuantifier(JumpList& failures, GenerateAtomFunctor& functor, unsigned min, unsi…
97 …void generateNonGreedyQuantifier(JumpList& failures, GenerateAtomFunctor& functor, unsigned min, u…
/external/stlport/doc/
Dpointer_specialization.txt65 We only specialized the set container if the comparison functor
73 according its own functor but will finally have a set ordered according
74 the less<void*> functor. The less specialization issue also show that
83 where __less would be equivalent to the standard less functor but
88 specialization would have to be used only if the less functor is
/external/chromium/sdch/open-vcdiff/src/gtest/src/
Dgtest-internal-inl.h331 void ForEach(F functor) const { in ForEach() argument
335 functor(node->element()); in ForEach()
/external/protobuf/gtest/src/
Dgtest-internal-inl.h342 void ForEach(F functor) const { in ForEach() argument
344 functor(*(elements_[i])); in ForEach()
/external/gtest/src/
Dgtest-internal-inl.h393 void ForEach(F functor) const { in ForEach() argument
397 functor(node->element()); in ForEach()
/external/stlport/etc/
DReleaseNote.txt72 if a < b && b < a. Same for equivalent functor used in hash container implementation,
DChangeLog1335 * stlport/stl/_algo.c: Add check for symetrical functor
1338 * stlport/stl/_algobase.c: Restore symetrical functor checks.
1340 functor as symetrical as in lexicographical_compare. Sometimes
1345 symetric functors only when invocating the symetrical functor
1350 __symetrical_equal_call to check that equivalence functor used
1354 __symetrical_strict_weak_call to check that functor predicate
2599 doing template specialisation of Standard functor like less or
DChangeLog-5.11032 STLport users to implement commutative functor.
1038 check in the functor used to instanciate the non debug hashtable
1150 Wrapping less functor in all cases was making move semantic tests
1238 * stlport/stl/debug/_hashtable.h: Create a _DbgEqual functor to
1243 functor.
1706 * stlport/stl/_function_base.h: Add swap method for less functor if
1814 * stlport/stl/_function_base.h, _function.h: Move as many functor as
2050 functor that has to be used in hash container implementation or in
2051 algorithm like find. Check for this functor is:
2054 * stlport/stl/_hashtable.c: Add equivalent functor checks.
[all …]