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