Home
last modified time | relevance | path

Searched defs:rbegin (Results 1 – 2 of 2) sorted by relevance

/system/tools/xsdc/utils/include/xsdc/
DXsdcSupport.h46 constexpr auto rbegin() const { return std::rbegin(details::xsdc_enum_values<T>); } in rbegin() function
/system/tools/hidl/
DConstantExpression.cpp206 auto rbegin = value.rbegin(); in tryParse() local