Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBinaryResourceParser.cpp719 Res_value nullType = {}; in parseValue() local
720 nullType.dataType = Res_value::TYPE_REFERENCE; in parseValue()
721 return util::make_unique<BinaryPrimitive>(nullType); in parseValue()