Home
last modified time | relevance | path

Searched refs:checked_scope_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/
Dtraced_value.cc41 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()
[all …]
/external/perfetto/include/perfetto/tracing/
Dtraced_value.h171 : context_(context), checked_scope_(parent_scope) {} in TracedValue()
180 internal::CheckedScope checked_scope_; variable
206 : context_(context), checked_scope_(parent_scope) {} in TracedArray()
210 internal::CheckedScope checked_scope_; variable
252 : context_(context), checked_scope_(parent_scope) {} in TracedDictionary()
256 internal::CheckedScope checked_scope_; variable