Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h282 struct Comparator { struct
283 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h320 struct Comparator { struct
321 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h47 struct Comparator { struct
48 bool operator()(const T *lhs, const T *rhs) const in operator()