HomeSort by relevance Sort by last modified time
    Searched full:vtable_layout_protobuf (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 125 const abi_dump::VTableLayout &vtable_layout_protobuf) {
127 for (auto &&vtable_component : vtable_layout_protobuf.vtable_components()) {
469 abi_dump::VTableLayout *vtable_layout_protobuf,
471 if (vtable_layout_protobuf == nullptr) {
477 vtable_layout_protobuf->add_vtable_components();
499 abi_dump::VTableLayout *vtable_layout_protobuf = local
501 if (!SetIRToProtobufVTableLayout(vtable_layout_protobuf, vtable_layout_ir)) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation_protobuf.h 387 const abi_dump::VTableLayout &vtable_layout_protobuf);

Completed in 112 milliseconds