Searched defs:ResultNode (Results 1 – 1 of 1) sorted by relevance
236 struct ResultNode { struct in astc_codec::__anon652097a50111::PartitionTree237 int part_idx;238 int distance;241 bool operator<(const ResultNode& other) const { in operator <()