Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dbtree_scheduler_test.cc245 struct CustomId { struct
246 int a;
247 std::string b;
249 bool operator==(const CustomId& other) const { in operator ==()