Lines Matching refs:checked_scope_
41 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteInt64()
46 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteUInt64()
51 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteDouble()
56 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteBoolean()
61 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteString()
66 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteString()
71 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteString()
76 PERFETTO_DCHECK(checked_scope_.is_active()); in WritePointer()
83 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteDictionary()
84 checked_scope_.Reset(); in WriteDictionary()
87 return TracedDictionary(context_, checked_scope_.parent_scope()); in WriteDictionary()
93 PERFETTO_DCHECK(checked_scope_.is_active()); in WriteArray()
94 checked_scope_.Reset(); in WriteArray()
97 return TracedArray(context_, checked_scope_.parent_scope()); in WriteArray()
101 PERFETTO_DCHECK(checked_scope_.is_active()); in AppendItem()
102 return TracedValue(context_->add_array_values(), &checked_scope_); in AppendItem()
106 PERFETTO_DCHECK(checked_scope_.is_active()); in AppendDictionary()
111 PERFETTO_DCHECK(checked_scope_.is_active()); in AppendArray()
116 PERFETTO_DCHECK(checked_scope_.is_active()); in AddItem()
119 return TracedValue(item, &checked_scope_); in AddItem()
123 PERFETTO_DCHECK(checked_scope_.is_active()); in AddItem()
126 return TracedValue(item, &checked_scope_); in AddItem()
130 PERFETTO_DCHECK(checked_scope_.is_active()); in AddDictionary()
135 PERFETTO_DCHECK(checked_scope_.is_active()); in AddDictionary()
140 PERFETTO_DCHECK(checked_scope_.is_active()); in AddArray()
145 PERFETTO_DCHECK(checked_scope_.is_active()); in AddArray()