Searched refs:Walker (Results 1 - 17 of 17) sorted by relevance

/external/regex-re2/re2/
H A Dwalker-inl.h22 template<typename T> class Regexp::Walker { class in class:re2::Regexp
24 Walker();
25 virtual ~Walker();
95 DISALLOW_EVIL_CONSTRUCTORS(Walker);
98 template<typename T> T Regexp::Walker<T>::PreVisit(Regexp* re,
104 template<typename T> T Regexp::Walker<T>::PostVisit(Regexp* re,
112 template<typename T> T Regexp::Walker<T>::Copy(T arg) {
132 template<typename T> Regexp::Walker<T>::Walker() { function in class:re2::Regexp::Walker
137 template<typename T> Regexp::Walker<
[all...]
H A Dmimics_pcre.cc34 // Walker class to compute whether library handles a regexp
37 class PCREWalker : public Regexp::Walker<bool> {
107 // Walker class to compute whether a Regexp can match an empty string.
114 class EmptyStringWalker : public Regexp::Walker<bool> {
H A Dprefilter.cc222 class Walker;
460 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> { class in class:re2::Prefilter::Info
462 Walker() {} function in class:re2::Prefilter::Info::Walker
474 DISALLOW_EVIL_CONSTRUCTORS(Walker);
481 Prefilter::Info::Walker w;
492 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(
499 Prefilter::Info* Prefilter::Info::Walker::PostVisit(
H A Dtostring.cc27 // Walker to generate string in s_.
31 class ToStringWalker : public Regexp::Walker<int> {
H A Dsimplify.cc99 // Walker subclass used by Simplify.
103 class SimplifyWalker : public Regexp::Walker<Regexp*> {
H A Dregexp.cc488 typedef int Ignored; // Walker<void> doesn't exist
490 // Walker subclass to count capturing parens in regexp.
491 class NumCapturesWalker : public Regexp::Walker<Ignored> {
518 // Walker class to build map of named capture groups and their indices.
519 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
562 // Walker class to build map from capture group indices to their names.
563 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
H A Dregexp.h18 // using Regexp::Walker (see walker-inl.h), not recursively, because deeply nested
214 // Walker to implement Simplify.
405 template<typename T> class Walker;
H A Dcompile.cc121 class Compiler : public Regexp::Walker<Frag> {
137 // Interface for Regexp::Walker, which helps traverse the Regexp.
856 // but handles (\A(a|b)). Could use the Walker to write a more exact one.
904 // but handles ((a|b)\z). Could use the Walker to write a more exact one.
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java127 public static class Walker { class in class:StackMap
133 public Walker(StackMap sm) { method in class:StackMap.Walker
223 static class Copier extends Walker {
294 static class SimpleCopy extends Walker {
381 static class Shifter extends Walker {
476 static class Printer extends Walker {
H A DAnnotationsAttribute.java306 static class Walker { class in class:AnnotationsAttribute
309 Walker(byte[] attrInfo) { method in class:AnnotationsAttribute.Walker
408 static class Renamer extends Walker {
454 static class Copier extends Walker {
562 static class Parser extends Walker {
H A DStackMapTable.java141 public static class Walker { class in class:StackMapTable
151 public Walker(StackMapTable smt) { method in class:StackMapTable.Walker
163 public Walker(byte[] data) { method in class:StackMapTable.Walker
356 static class SimpleCopy extends Walker {
693 static class Printer extends Walker {
794 static class Shifter extends Walker {
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.h61 friend class Walker;
H A DJSONObject.cpp607 class Walker { class in namespace:JSC
609 Walker(ExecState* exec, Handle<JSObject> function, CallType callType, CallData callData) function in class:JSC::Walker
638 NEVER_INLINE JSValue Walker::walk(JSValue unfiltered)
832 return JSValue::encode(Walker(exec, Local<JSObject>(exec->globalData(), asObject(function)), callType, callData).walk(unfiltered));
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp981 FunctionIsDirectlyRecursive Walker(Name, Context.BuiltinInfo);
982 Walker.TraverseFunctionDecl(const_cast<FunctionDecl*>(FD));
983 return Walker.Result;
/external/sqlite/dist/orig/
H A Dsqlite3.c8163 typedef struct Walker Walker; typedef in typeref:struct:Walker
11374 struct Walker { struct
11375 int (*xExprCallback)(Walker*, Expr*); /* Callback for expressions */
11376 int (*xSelectCallback)(Walker*,Select*); /* Callback for SELECTs */
11385 SQLITE_PRIVATE int sqlite3WalkExpr(Walker*, Expr*);
11386 SQLITE_PRIVATE int sqlite3WalkExprList(Walker*, ExprList*);
11387 SQLITE_PRIVATE int sqlite3WalkSelect(Walker*, Select*);
11388 SQLITE_PRIVATE int sqlite3WalkSelectExpr(Walker*, Select*);
11389 SQLITE_PRIVATE int sqlite3WalkSelectFrom(Walker*, Selec
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8163 typedef struct Walker Walker; typedef in typeref:struct:Walker
11374 struct Walker { struct
11375 int (*xExprCallback)(Walker*, Expr*); /* Callback for expressions */
11376 int (*xSelectCallback)(Walker*,Select*); /* Callback for SELECTs */
11385 SQLITE_PRIVATE int sqlite3WalkExpr(Walker*, Expr*);
11386 SQLITE_PRIVATE int sqlite3WalkExprList(Walker*, ExprList*);
11387 SQLITE_PRIVATE int sqlite3WalkSelect(Walker*, Select*);
11388 SQLITE_PRIVATE int sqlite3WalkSelectExpr(Walker*, Select*);
11389 SQLITE_PRIVATE int sqlite3WalkSelectFrom(Walker*, Selec
[all...]

Completed in 734 milliseconds