Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp259 const auto& target_value = target_values[entry_offset + i]; in FromBinaryStream() local
260 const auto& config = configurations[target_value.first]; in FromBinaryStream()
261 target_entry.values[config] = target_value.second; in FromBinaryStream()