|  | /* | 
|  | * Copyright (C) 2023 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. | 
|  | */ | 
|  |  | 
|  | // Autogenerated by the ProtoZero C compiler plugin. | 
|  | // Invoked by tools/gen_c_protos | 
|  | // DO NOT EDIT. | 
|  | #ifndef SRC_SHARED_LIB_TEST_PROTOS_EXTENSIONS_PZC_H_ | 
|  | #define SRC_SHARED_LIB_TEST_PROTOS_EXTENSIONS_PZC_H_ | 
|  |  | 
|  | #include <stdbool.h> | 
|  | #include <stdint.h> | 
|  |  | 
|  | #include "perfetto/public/pb_macros.h" | 
|  |  | 
|  | PERFETTO_PB_MSG(protozero_test_protos_SystemB); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_SystemB, VARINT, uint32_t, int_b, 1); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_SystemB, | 
|  | STRING, | 
|  | const char*, | 
|  | string_b, | 
|  | 2); | 
|  |  | 
|  | PERFETTO_PB_MSG(protozero_test_protos_SystemA); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_SystemA, VARINT, uint32_t, int_a, 1); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_SystemA, | 
|  | STRING, | 
|  | const char*, | 
|  | string_a, | 
|  | 2); | 
|  |  | 
|  | PERFETTO_PB_MSG(protozero_test_protos_RealFakeEvent); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_RealFakeEvent, | 
|  | VARINT, | 
|  | uint32_t, | 
|  | base_int, | 
|  | 1); | 
|  | PERFETTO_PB_FIELD(protozero_test_protos_RealFakeEvent, | 
|  | STRING, | 
|  | const char*, | 
|  | base_string, | 
|  | 2); | 
|  |  | 
|  | PERFETTO_PB_EXTENSION_FIELD(protozero_test_protos_BrowserExtension, | 
|  | protozero_test_protos_RealFakeEvent, | 
|  | MSG, | 
|  | protozero_test_protos_SystemA, | 
|  | extension_a, | 
|  | 10); | 
|  | PERFETTO_PB_EXTENSION_FIELD(protozero_test_protos_BrowserExtension, | 
|  | protozero_test_protos_RealFakeEvent, | 
|  | MSG, | 
|  | protozero_test_protos_SystemB, | 
|  | extension_b, | 
|  | 11); | 
|  | #endif  // SRC_SHARED_LIB_TEST_PROTOS_EXTENSIONS_PZC_H_ |