Searched refs:first_item_ (Results 1 – 2 of 2) sorted by relevance
65 TracedValue::TracedValue() : first_item_(true) { in TracedValue()105 first_item_ = true; in BeginDictionary()113 first_item_ = true; in BeginArray()146 first_item_ = true; in BeginDictionary()154 first_item_ = true; in BeginArray()161 first_item_ = false; in EndDictionary()168 first_item_ = false; in EndArray()172 if (first_item_) { in WriteComma()173 first_item_ = false; in WriteComma()
62 bool first_item_; variable