Home
last modified time | relevance | path

Searched refs:has_prefix_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event.h564 : 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
Dtrace_event_impl.cc472 if (has_prefix_) { in AsConvertableToTraceFormat()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h231 : 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/
Dhb-subset-cff-common.hh404 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