Home
last modified time | relevance | path

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

/system/ulib/trace-reader/include/trace-reader/
A Dreader.h112 struct StringTableEntry : public fbl::SinglyLinkedListable< struct
114 StringTableEntry(trace_string_index_t index, in StringTableEntry() argument
118 trace_string_index_t const index;
119 fbl::String const string;
122 trace_string_index_t GetKey() const { return index; } in GetKey()
123 static size_t GetHash(trace_string_index_t key) { return key; } in GetHash()

Completed in 29 milliseconds