Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance
125 void SetCount(int32_t new_count) { in SetCount() argument126 DCHECK_LE(0, new_count); in SetCount()127 SetField32(OFFSET_OF_OBJECT_MEMBER(String, count_), new_count, false); in SetCount()