Home | History | Annotate | Download | only in core

Lines Matching defs:Data

137 // even when the unsigned char* points to garbage data (which may be the case
199 name, trace_event_trace_id.data(), trace_event_flags, \
216 name, trace_event_trace_id.data(), \
256 uint64_t data() const { return data_; }
277 uint64_t data() const { return data_; }
287 TraceID(ForceMangle id, unsigned char* flags) : data_(id.data()) {
290 TraceID(DontMangle id, unsigned char* flags) : data_(id.data()) {
311 uint64_t data() const { return data_; }
465 // This Data struct workaround is to avoid initializing all the members
466 // in Data during construction of this object, since this object is always
467 // constructed, even when tracing is disabled. If the members of Data were
470 struct Data {
475 Data* p_data_;
476 Data data_;