Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp146 (int64_t)vtable_component_ir.GetValue()); in ConvertVTableComponentIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp136 added_vtable_component->set_component_value(vtable_component_ir.GetValue()); in ConvertVTableLayoutIR()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp216 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()
Dir_representation.h225 int64_t GetValue() const { in GetValue() function