OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_base_offset
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
vmi_class_type_info.cc
50
long
cur_base_offset
= __base_info[i].offset();
local
58
cur_base_offset
= *reinterpret_cast<long*>(
59
static_cast<uint8_t*>(vtable) +
cur_base_offset
);
61
cur_base_ptr = static_cast<uint8_t*>(cur_base_ptr) +
cur_base_offset
;
Completed in 402 milliseconds