Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DBinaryStreamVisitor.cpp85 for (const auto& target_entry_value : target_values) { in visit() local
86 auto config_it = find(configs.begin(), configs.end(), target_entry_value.first); in visit()
91 configs.push_back(target_entry_value.first); in visit()
95 Write8(target_entry_value.second.data_type); in visit()
96 Write32(target_entry_value.second.data_value); in visit()
H A DRawPrintVisitor.cpp95 for (auto& target_entry_value : target_entry.values) { in visit() local
96 auto value = target_entry_value.second; in visit()
98 print(target_entry_value.first.to_string(), false, "config: %s", in visit()
99 target_entry_value.first.toString().string()); in visit()