Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.h347 added_vtable_component->set_component_value(vtable_component_ir.GetValue()); in SetIRToProtobufVTableLayout()
362 enum_field_protobuf->set_enum_field_value(enum_field_ir->GetValue()); in SetIRToProtobufEnumField()
/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp134 (int64_t)vtable_component_ir.GetValue()); in ConvertVTableComponentIR()
212 enum_field["enum_field_value"] = Json::Int64(enum_field_ir->GetValue()); in ConvertEnumFieldIR()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp189 if (common_fields.first->GetValue() != common_fields.second->GetValue()) { in CompareEnumFields()
254 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()
Dir_representation.h231 int64_t GetValue() const { in GetValue() function
460 int GetValue() const { in GetValue() function