Searched refs:has_prefix_ (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event.h | 558 : scope_(scope), has_prefix_(true), prefix_(prefix), raw_id_(raw_id) {} in WithScope() 561 has_prefix_(true), in WithScope() 568 bool has_prefix() const { return has_prefix_; } in has_prefix() 574 bool has_prefix_ = false; variable 660 has_prefix_(scoped_id.has_prefix()), in TraceID() 667 bool has_prefix() const { return has_prefix_; } in has_prefix() 676 bool has_prefix_ = false; variable
|
/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 404 has_prefix_ = false; in init() 429 has_prefix_ = true; in set_prefix() 449 bool has_prefix () const { return has_prefix_; } in has_prefix() 457 bool has_prefix_; member
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 239 : scope_(scope), has_prefix_(true), prefix_(prefix), raw_id_(raw_id) {} in WithScope() 242 has_prefix_(true), in WithScope() 249 bool has_prefix() const { return has_prefix_; } in has_prefix() 255 bool has_prefix_ = false; variable 285 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId() 292 bool has_prefix() const { return has_prefix_; } in has_prefix() 301 bool has_prefix_ = false; variable
|