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

  /development/vndk/tools/vtable-dumper/
elf_handling.h 53 class VFunction {
55 VFunction(
61 bool operator<(const VFunction &) const;
72 using func_iterator = std::vector<VFunction>::const_iterator;
96 std::vector<VFunction> mFunctions;
elf_handling.cpp 140 for (const VFunction &Vfunction : Vtable) {
142 Vfunction.getMangledName() :
143 Vfunction.getDemangledName());
144 outs() << Vfunction.getOffset()
370 VFunction::VFunction(
378 uint64_t VFunction::getOffset() const {
382 const std::string &VFunction::getDemangledName() const {
386 const std::string &VFunction::getMangledName() const
    [all...]
  /external/libedit/src/editline/
readline.h 41 typedef void VFunction(void);
136 extern VFunction *rl_redisplay_function;
137 extern VFunction *rl_completion_display_matches_hook;
138 extern VFunction *rl_prep_term_function;
139 extern VFunction *rl_deprep_term_function;
  /prebuilts/libs/libedit/include/editline/
readline.h 41 typedef void VFunction(void);
136 extern VFunction *rl_redisplay_function;
137 extern VFunction *rl_completion_display_matches_hook;
138 extern VFunction *rl_prep_term_function;
139 extern VFunction *rl_deprep_term_function;

Completed in 206 milliseconds