Home
last modified time | relevance | path

Searched refs:StructWithToString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dcheck_unittest.cc451 struct StructWithToString { struct
452 bool operator==(const StructWithToString& o) const { return &o == this; } in operator ==() argument
488 StructWithToString c, d; in TEST()