Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp285 bool is_extended = record_diff_ir->IsExtended(); in AddRecordTypeDiffIR()
319 function_diff_ir->IsExtended() ? diff_tu_->add_function_extension_diffs() in AddFunctionDiffIR()
335 if (enum_diff_ir->IsExtended()) { in AddEnumTypeDiffIR()
344 if (enum_diff_ir->IsExtended()) { in AddEnumTypeDiffIR()
/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h216 bool IsExtended() const { return is_extended_; } in IsExtended() function
290 bool IsExtended() const { in IsExtended() function
362 bool IsExtended() const { return is_extended_; } in IsExtended() function
Dabi_diff_helpers.cpp180 if ((enum_type_diff_ir->IsExtended() || in CompareEnumTypes()