Home
last modified time | relevance | path

Searched refs:ParseBinaryResValue (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResourceUtils.h227 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type,
H A DResourceUtils_test.cpp116 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(ResourceType::kId, in TEST()
H A DDebug.cpp653 ResourceUtils::ParseBinaryResValue(*type, config, value_pool_, *value, &out_pool_); in PrintResValue()
H A DResourceUtils.cpp731 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type, const ConfigDescription& config, in ParseBinaryResValue() function
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp259 attr.compiled_value = ResourceUtils::ParseBinaryResValue( in CopyAttributes()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp565 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue( in ParseValue()