Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Denum_gen.cc72 std::vector<std::string> other_items; in GenRustDef() local
74 other_items.push_back(pair.second); in GenRustDef()
81 if (std::find(other_items.begin(), other_items.end(), pair.second) == other_items.end()) { in GenRustDef()