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

  /bionic/libc/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /development/ndk/platforms/android-L/include/
search.h 20 } VISIT;
39 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 51 } VISIT;
63 void __cdecl twalk (const void *, void (*)(const void *, VISIT, int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
search.h 126 VISIT;
145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h 126 VISIT;
145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
  /art/compiler/
oat_writer.cc 700 // Visit all methods from all classes in all dex files with the specified visitor.
805 #define VISIT(VisitorType) \
813 VISIT(InitMapMethodVisitor<GcMapDataAccess>);
814 VISIT(InitMapMethodVisitor<MappingTableDataAccess>);
815 VISIT(InitMapMethodVisitor<VmapTableDataAccess>);
817 #undef VISIT
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 527 #define VISIT(type) \
531 return Visit##type(concrete_expr, env); \
535 VISIT(AbstractConditionalOperator);
536 VISIT(AddrLabelExpr);
537 VISIT(ArraySubscriptExpr);
538 VISIT(BinaryOperator);
539 VISIT(BlockExpr);
540 VISIT(CallExpr);
541 VISIT(CastExpr);
542 VISIT(CharacterLiteral)
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 3432 milliseconds