Searched refs:inRight (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()343 uint8_t right = inRight.rawData_[index]; in CheckEqual()
56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight);