HomeSort by relevance Sort by last modified time
    Searched refs:as_bool (Results 1 - 10 of 10) sorted by null

  /system/update_engine/common/
fake_prefs.h 66 bool as_bool; member in struct:chromeos_update_engine::FakePrefs::PrefValue
fake_prefs.cc 62 &FakePrefs::PrefValue::as_bool;
  /external/libchrome/base/trace_event/
trace_event_impl.h 84 bool as_bool; member in union:base::trace_event::TraceEvent::TraceValue
trace_event_impl.cc 216 *out += value.as_bool ? "true" : "false";
trace_event.h 517 bool as_bool; member in union:trace_event_internal::TraceValueUnion
571 INTERNAL_DECLARE_SET_TRACE_VALUE(bool, arg, as_bool, TRACE_VALUE_TYPE_BOOL)
    [all...]
  /external/v8/src/libplatform/tracing/
trace-writer.cc 62 stream_ << (value.as_bool ? "true" : "false");
  /external/skia/src/core/
SkTraceEvent.h 319 bool as_bool; member in union:skia::tracing_internals::TraceValueUnion
371 INTERNAL_DECLARE_SET_TRACE_VALUE(bool, as_bool, TRACE_VALUE_TYPE_BOOL)
  /external/v8/include/libplatform/
v8-tracing.h 30 bool as_bool; member in union:v8::platform::tracing::TraceObject::ArgValue