Home
last modified time | relevance | path

Searched refs:old_access (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h60 AccessSpecifierDiffIR(AccessSpecifierIR old_access, in AccessSpecifierDiffIR() argument
62 : old_access_(old_access), new_access_(new_access) {} in AccessSpecifierDiffIR()
Dabi_diff_helpers.cpp52 static bool IsAccessDownGraded(AccessSpecifierIR old_access, in IsAccessDownGraded() argument
55 switch (old_access) { in IsAccessDownGraded()