Home
last modified time | relevance | path

Searched refs:serialized_profile (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Dcall_stack_profile_metrics_provider.cc136 for (const auto& serialized_profile : serialized_profiles) { in RetrieveProfiles() local
138 if (profile.ParseFromArray(serialized_profile.data(), in RetrieveProfiles()
139 serialized_profile.size())) { in RetrieveProfiles()
197 std::string serialized_profile; in MaybeCollectProfile() local
198 profile.SerializeToString(&serialized_profile); in MaybeCollectProfile()
201 std::move(serialized_profile)); in MaybeCollectProfile()
206 std::string serialized_profile) { in MaybeCollectSerializedProfile() argument
266 std::string serialized_profile) { in ReceiveSerializedProfile() argument
271 if (profile.ParseFromArray(serialized_profile.data(), in ReceiveSerializedProfile()
272 serialized_profile.size())) { in ReceiveSerializedProfile()
[all …]
H A Dchild_call_stack_profile_collector.cc90 std::string serialized_profile; in Collect() local
91 profile.SerializeToString(&serialized_profile); in Collect()
92 profiles_.emplace_back(start_timestamp, std::move(serialized_profile)); in Collect()
H A Dpersistent_system_profile.cc289 const std::string& serialized_profile, in SetSystemProfile() argument
293 if (allocators_.empty() || serialized_profile.empty()) in SetSystemProfile()
305 allocator.Write(kSystemProfileProto, serialized_profile); in SetSystemProfile()
323 std::string serialized_profile; in SetSystemProfile() local
324 if (!profile.SerializeToString(&serialized_profile)) in SetSystemProfile()
326 SetSystemProfile(serialized_profile, complete); in SetSystemProfile()
H A Denvironment_recorder_unittest.cc46 std::string serialized_profile = in TEST_F() local
48 EXPECT_FALSE(serialized_profile.empty()); in TEST_F()
H A Dpersistent_system_profile.h39 void SetSystemProfile(const std::string& serialized_profile, bool complete);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dcall_stack_profile_metrics_provider.cc136 for (const auto& serialized_profile : serialized_profiles) { in RetrieveProfiles() local
138 if (profile.ParseFromArray(serialized_profile.data(), in RetrieveProfiles()
139 serialized_profile.size())) { in RetrieveProfiles()
197 std::string serialized_profile; in MaybeCollectProfile() local
198 profile.SerializeToString(&serialized_profile); in MaybeCollectProfile()
201 std::move(serialized_profile)); in MaybeCollectProfile()
206 std::string serialized_profile) { in MaybeCollectSerializedProfile() argument
266 std::string serialized_profile) { in ReceiveSerializedProfile() argument
271 if (profile.ParseFromArray(serialized_profile.data(), in ReceiveSerializedProfile()
272 serialized_profile.size())) { in ReceiveSerializedProfile()
[all …]
H A Dchild_call_stack_profile_collector.cc90 std::string serialized_profile; in Collect() local
91 profile.SerializeToString(&serialized_profile); in Collect()
92 profiles_.emplace_back(start_timestamp, std::move(serialized_profile)); in Collect()
H A Dpersistent_system_profile.cc289 const std::string& serialized_profile, in SetSystemProfile() argument
293 if (allocators_.empty() || serialized_profile.empty()) in SetSystemProfile()
305 allocator.Write(kSystemProfileProto, serialized_profile); in SetSystemProfile()
323 std::string serialized_profile; in SetSystemProfile() local
324 if (!profile.SerializeToString(&serialized_profile)) in SetSystemProfile()
326 SetSystemProfile(serialized_profile, complete); in SetSystemProfile()
H A Denvironment_recorder_unittest.cc46 std::string serialized_profile = in TEST_F() local
48 EXPECT_FALSE(serialized_profile.empty()); in TEST_F()
H A Dpersistent_system_profile.h39 void SetSystemProfile(const std::string& serialized_profile, bool complete);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/cert_provisioning/
H A Dcert_provisioning_serializer.cc105 const base::Value* serialized_profile = in DeserializeCertProfile() local
108 if (!serialized_profile) { in DeserializeCertProfile()
114 DeserializeStringValue(*serialized_profile, kKeyNameCertProfileId, in DeserializeCertProfile()
116 is_ok = is_ok && DeserializeStringValue(*serialized_profile, in DeserializeCertProfile()
119 is_ok = is_ok && DeserializeBoolValue(*serialized_profile, in DeserializeCertProfile()
122 is_ok = is_ok && DeserializeRenewalPeriod(*serialized_profile, in DeserializeCertProfile()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dencoding-profile.c1631 create_encoding_stream_profile (gchar * serialized_profile, in create_encoding_stream_profile() argument
1642 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1718 serialized_profile); in create_encoding_stream_profile()