Searched refs:inLeft (Results 1 – 2 of 2) sorted by relevance
336 bool RegedGiantObject::CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight) in CheckEqual() argument338 if (inLeft.rawData_.size() != inRight.rawData_.size()) { in CheckEqual()342 for (const auto &left : inLeft.rawData_) { in CheckEqual()
56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight);