OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFunction
(Results
1 - 5
of
5
) sorted by null
/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;
/development/vndk/tools/vtable-dumper/
elf_handling.h
51
class
VFunction
{
53
VFunction
(
59
bool operator<(const
VFunction
&) const;
70
using func_iterator = std::vector<
VFunction
>::const_iterator;
94
std::vector<
VFunction
> mFunctions;
elf_handling.cpp
140
for (const
VFunction
&
Vfunction
: Vtable) {
141
outs() <<
Vfunction
.getOffset()
143
<<
Vfunction
.getDemangledName()
366
VFunction
::
VFunction
(
374
uint64_t
VFunction
::getOffset() const {
378
const std::string &
VFunction
::getDemangledName() const {
382
const std::string &
VFunction
::getMangledName() const {
386
bool
VFunction
::operator<(const VFunction &Vfunction) const
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c
245
(
VFunction
*)on_completion_display_matches_hook : 0;
Completed in 142 milliseconds