Searched refs:cmp1_ (Results 1 – 1 of 1) sorted by relevance
302 cmp1_ = 0u; in LinkerPatch()314 uint32_t cmp1_; // Used for relational operators. member319 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");320 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");321 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");322 static_assert(sizeof(baker_custom_value1_) == sizeof(cmp1_), "needed by relational operators");345 lhs.cmp1_ == rhs.cmp1_ &&353 : (lhs.cmp1_ != rhs.cmp1_) ? lhs.cmp1_ < rhs.cmp1_