Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.h79 bool allow_raw_value, ResourceTable& table,
107 const bool allow_raw_value);
H A DResourceParser.cpp772 const bool allow_raw_value) { in ParseXml() argument
777 return ParseXml(sub_tree.value(), type_mask, allow_raw_value, *table_, config_, *diag_); in ParseXml()
781 const uint32_t type_mask, const bool allow_raw_value, in ParseXml() argument
809 ref->allow_raw = allow_raw_value; in ParseXml()
824 if (allow_raw_value) { in ParseXml()