perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
38 lines • 2.56 kB
JavaScript
;
//
// Copyright (C) 2020 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeobfuscationMappingSchema = exports.ObfuscatedClassSchema = exports.ObfuscatedMemberSchema = exports.file_protos_perfetto_trace_profiling_deobfuscation = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/profiling/deobfuscation.proto.
*/
exports.file_protos_perfetto_trace_profiling_deobfuscation = (0, codegenv1_1.fileDesc)("CjNwcm90b3MvcGVyZmV0dG8vdHJhY2UvcHJvZmlsaW5nL2Rlb2JmdXNjYXRpb24ucHJvdG8SD3BlcmZldHRvLnByb3RvcyJGChBPYmZ1c2NhdGVkTWVtYmVyEhcKD29iZnVzY2F0ZWRfbmFtZRgBIAEoCRIZChFkZW9iZnVzY2F0ZWRfbmFtZRgCIAEoCSLDAQoPT2JmdXNjYXRlZENsYXNzEhcKD29iZnVzY2F0ZWRfbmFtZRgBIAEoCRIZChFkZW9iZnVzY2F0ZWRfbmFtZRgCIAEoCRI9ChJvYmZ1c2NhdGVkX21lbWJlcnMYAyADKAsyIS5wZXJmZXR0by5wcm90b3MuT2JmdXNjYXRlZE1lbWJlchI9ChJvYmZ1c2NhdGVkX21ldGhvZHMYBCADKAsyIS5wZXJmZXR0by5wcm90b3MuT2JmdXNjYXRlZE1lbWJlciKAAQoURGVvYmZ1c2NhdGlvbk1hcHBpbmcSFAoMcGFja2FnZV9uYW1lGAEgASgJEhQKDHZlcnNpb25fY29kZRgCIAEoAxI8ChJvYmZ1c2NhdGVkX2NsYXNzZXMYAyADKAsyIC5wZXJmZXR0by5wcm90b3MuT2JmdXNjYXRlZENsYXNz");
/**
* Describes the message perfetto.protos.ObfuscatedMember.
* Use `create(ObfuscatedMemberSchema)` to create a new message.
*/
exports.ObfuscatedMemberSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_deobfuscation, 0);
/**
* Describes the message perfetto.protos.ObfuscatedClass.
* Use `create(ObfuscatedClassSchema)` to create a new message.
*/
exports.ObfuscatedClassSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_deobfuscation, 1);
/**
* Describes the message perfetto.protos.DeobfuscationMapping.
* Use `create(DeobfuscationMappingSchema)` to create a new message.
*/
exports.DeobfuscationMappingSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_deobfuscation, 2);
//# sourceMappingURL=deobfuscation_pb.js.map