Searched defs:AsmEntityCollections (Results 1 – 1 of 1) sorted by relevance
44 struct AsmEntityCollections { struct45 std::unordered_map<std::string, panda_file::BaseMethodItem *> method_items;46 std::unordered_map<std::string, panda_file::BaseFieldItem *> field_items;47 std::unordered_map<std::string, panda_file::BaseClassItem *> class_items;48 std::unordered_map<std::string, panda_file::StringItem *> string_items;49 std::unordered_map<std::string, panda_file::LiteralArrayItem *> literalarray_items;