Home
last modified time | relevance | path

Searched refs:SystemProfileProto_OS_DarkModeState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dsystem_profile.pb.h148 enum SystemProfileProto_OS_DarkModeState : int { enum
156 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS_DarkModeState_DarkModeState_MIN…
157 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS_DarkModeState_DarkModeState_MAX…
160 const std::string& SystemProfileProto_OS_DarkModeState_Name(SystemProfileProto_OS_DarkModeState val…
163 static_assert(::std::is_same<T, SystemProfileProto_OS_DarkModeState>::value || in SystemProfileProto_OS_DarkModeState_Name()
166 …return SystemProfileProto_OS_DarkModeState_Name(static_cast<SystemProfileProto_OS_DarkModeState>(e… in SystemProfileProto_OS_DarkModeState_Name()
169 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SystemProfileProto_OS_DarkModeState* value);
1261 typedef SystemProfileProto_OS_DarkModeState DarkModeState; in Swap()
1512 ::metrics::SystemProfileProto_OS_DarkModeState dark_mode_state() const; in Swap()
1513 void set_dark_mode_state(::metrics::SystemProfileProto_OS_DarkModeState value); in Swap()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dsystem_profile.pb.cc568 SystemProfileProto_OS_DarkModeState value) { in SystemProfileProto_OS_DarkModeState_Name()
583 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SystemProfileProto_OS_DarkModeState* value) { in SystemProfileProto_OS_DarkModeState_Parse()
588 *value = static_cast<SystemProfileProto_OS_DarkModeState>(int_value); in SystemProfileProto_OS_DarkModeState_Parse()
593 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::UNKNOWN;
594 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::DARK_MODE_SYSTEM;
595 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::DARK_MODE_APP;
596 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::LIGHT_MODE_SYSTEM;
597 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::LIGHT_MODE_APP;
598 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::DarkModeState_MIN;
599 constexpr SystemProfileProto_OS_DarkModeState SystemProfileProto_OS::DarkModeState_MAX;
[all …]