Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp60 if (auto deprecated = attr_ir.GetDeprecated(); deprecated.has_value()) { in AddAvailabilityAttrs()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp71 if (auto deprecated = attr.GetDeprecated(); deprecated.has_value()) { in AddAvailabilityAttrs()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h174 std::optional<uint32_t> GetDeprecated() const { return deprecated_major_; } in GetDeprecated() function