OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdDescPair
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h
56
struct
IdDescPair
{
60
static bool IdComparator(const
IdDescPair
&a, const
IdDescPair
&b);
63
InternalMmapVector<
IdDescPair
> map_;
sanitizer_stackdepot.cc
132
bool StackDepotReverseMap::
IdDescPair
::IdComparator(
133
const StackDepotReverseMap::
IdDescPair
&a,
134
const StackDepotReverseMap::
IdDescPair
&b) {
145
IdDescPair
pair = {s->id, s};
149
Sort(map_.data(), map_.size(), &
IdDescPair
::IdComparator);
155
IdDescPair
pair = {id, nullptr};
157
InternalLowerBound(map_, 0, map_.size(), pair,
IdDescPair
::IdComparator);
Completed in 12 milliseconds
Indexes created Mon Oct 13 04:09:54 GMT 2025