Searched defs:ending (Results 1 – 2 of 2) sorted by relevance
40 struct ending { struct41 uint8_t length;42 uint8_t next[0];
114 static bool ends_with(const string& str, const string& ending) { in ends_with()