Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /ipc /tracing_helpers.h
blob: e40ec792895561be5a6fc7c7b4a4792efd3fa36a [file] [log] [blame] [edit]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IPC_TRACING_HELPERS_H_
#define IPC_TRACING_HELPERS_H_
#include<string_view>
#include"ipc/tracing_helpers_internal.h"
namespace ipc{
// Calculates the first 32 bits of the MD5 digest of the provided data. Used for
// calculating an ID used for tracing legacy IPC messages. Do not use this in
// new code.
constexpruint32_tGetLegacyIpcTraceId(std::string_viewstring);
}// namespace ipc
#endif// IPC_TRACING_HELPERS_H_

[8]ページ先頭

©2009-2025 Movatter.jp