Home | History | Annotate | Download | only in trace_event

Lines Matching defs:Data

217 // even when the unsigned char* points to garbage data (which may be the case
282 trace_event_bind_id.data(), ##__VA_ARGS__); \
299 name, trace_event_trace_id.data(), trace_event_flags, \
332 trace_event_trace_id.data(), thread_id, \
371 unsigned long long data() const { return data_; }
393 unsigned long long data() const { return data_; }
402 TraceID(ForceMangle id, unsigned int* flags) : data_(id.data()) {
405 TraceID(DontMangle id, unsigned int* /* flags */) : data_(id.data()) {
428 unsigned long long data() const { return data_; }
820 // This Data struct workaround is to avoid initializing all the members
821 // in Data during construction of this object, since this object is always
822 // constructed, even when tracing is disabled. If the members of Data were
825 struct Data {
830 Data* p_data_;
831 Data data_;