Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8385 struct FHeapCompare { struct
8386 bool operator()(long long *a, long long *b) { return *a > *b; } in operator()