Searched refs:right_is_one_byte (Results 1 – 1 of 1) sorted by relevance
1081 bool right_is_one_byte = right->IsOneByteRepresentation(); in NewConsString() local1082 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString()