Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.h196 std::unique_ptr<BinaryPrimitive> TryParseFlagSymbol(const Attribute* enum_attr,
H A DResourceUtils_test.cpp203 std::unique_ptr<BinaryPrimitive> result = ResourceUtils::TryParseFlagSymbol(attr.get(), ""); in TEST()
H A DResourceUtils.cpp389 std::unique_ptr<BinaryPrimitive> TryParseFlagSymbol(const Attribute* flag_attr, in TryParseFlagSymbol() function
714 auto flag_value = TryParseFlagSymbol(attr, str); in TryParseItemForAttribute()