Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/
H A Dsort_stability.pass.cpp25 struct EqualType { struct
27 constexpr bool operator<(const EqualType&) const { return false; } in operator <() argument
72 [](const EqualType&, const EqualType&) { return false; }); in test_same()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dtype_hashing.h13 struct EqualType { struct