Home
last modified time | relevance | path

Searched defs:NameMap (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp18 struct NameMap { struct
19 const char* from; ///< the prefix of the input string. (match FROM*)
20 const char* to; ///< the output string.
21 InputSectDesc::KeepPolicy policy; /// mark whether the input is kept in GC
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dformat_info.cpp559 using NameMap = std::unordered_map<uint32_t, const char*>; in format_name() typedef
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dformat_info.cpp590 using NameMap = std::unordered_map<uint32_t, const char*>; in format_name() typedef