Searched defs:TrieEntryWithOffset (Results 1 – 1 of 1) sorted by relevance
1948 struct TrieEntryWithOffset { struct1952 TrieEntryWithOffset(lldb::offset_t offset) : nodeOffset(offset), entry() {} in TrieEntryWithOffset() function1960 bool operator<(const TrieEntryWithOffset &other) const { in operator <() argument