Searched refs:has_prefix_ (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event.h | 564 : scope_(scope), has_prefix_(true), prefix_(prefix), raw_id_(raw_id) {} in WithScope() 567 has_prefix_(true), in WithScope() 574 bool has_prefix() const { return has_prefix_; } in has_prefix() 580 bool has_prefix_ = false; variable 666 has_prefix_(scoped_id.has_prefix()), in TraceID() 673 bool has_prefix() const { return has_prefix_; } in has_prefix() 682 bool has_prefix_ = false; variable
|
D | trace_event_impl.cc | 472 if (has_prefix_) { in AsConvertableToTraceFormat()
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 231 : scope_(scope), has_prefix_(true), prefix_(prefix), raw_id_(raw_id) {} in WithScope() 234 has_prefix_(true), in WithScope() 241 bool has_prefix() const { return has_prefix_; } in has_prefix() 247 bool has_prefix_ = false; variable 277 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId() 284 bool has_prefix() const { return has_prefix_; } in has_prefix() 293 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
|