Searched defs:SharedFunctionInfoAndCount (Results 1 – 1 of 1) sorted by relevance
570 struct SharedFunctionInfoAndCount { struct571 SharedFunctionInfoAndCount(SharedFunctionInfo info, uint32_t count) in SharedFunctionInfoAndCount() function582 bool operator<(const SharedFunctionInfoAndCount& that) const { in operator <()591 SharedFunctionInfo info;592 uint32_t count;593 int start;594 int end;