OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_mask_iter
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.cpp
511
auto
type_mask_iter
= std::find_if(begin(map), end(map), [](const ResTable_map& entry) -> bool {
local
515
if (
type_mask_iter
!= end(map)) {
516
attr->type_mask = util::DeviceToHost32(
type_mask_iter
->value.data);
Completed in 91 milliseconds