Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dfield_trial_list_unittest.cc21 struct Garment { struct
22 int price = 0;
23 std::string color = "";
27 Garment(int p, std::string c) : price(p), color(c) {} in Garment() function
29 bool operator==(const Garment& other) const { in operator ==()