blob: f3b25bdd22951992c79ad379cbb6894f4f408ca7 [file] [log] [blame]
// mojo/public/mojom/base/memory_allocator_dump_cross_process_uid.mojom-lite-for-compile.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* @suppress {missingRequire}
*/
'use strict';
goog.require('mojo.internal');
goog.provide('mojoBase.mojom.MemoryAllocatorDumpCrossProcessUidSpec');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
mojoBase.mojom.MemoryAllocatorDumpCrossProcessUidSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
mojoBase.mojom.MemoryAllocatorDumpCrossProcessUidSpec.$,
'MemoryAllocatorDumpCrossProcessUid',
[
mojo.internal.StructField(
'value', 0,
0,
mojo.internal.Uint64,
BigInt(0),
false, /* nullable */
0 /* minVersion */,
),
],
[[0, 16],]);
goog.provide('mojoBase.mojom.MemoryAllocatorDumpCrossProcessUid');
/** @record */
mojoBase.mojom.MemoryAllocatorDumpCrossProcessUid = class {
constructor() {
/** @export { !bigint } */
this.value;
}
};