Searched refs:first_item_ (Results 1 – 2 of 2) sorted by relevance
79 TracedValue::TracedValue() : first_item_(true) { in TracedValue()127 first_item_ = true; in BeginDictionary()135 first_item_ = true; in BeginArray()168 first_item_ = true; in BeginDictionary()176 first_item_ = true; in BeginArray()183 first_item_ = false; in EndDictionary()190 first_item_ = false; in EndArray()194 if (first_item_) { in WriteComma()195 first_item_ = false; in WriteComma()
80 bool first_item_; variable