/* * 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_SUBPACKAGE_TEST_MESSAGES_PZC_H_ #define SRC_SHARED_LIB_TEST_PROTOS_SUBPACKAGE_TEST_MESSAGES_PZC_H_ #include #include #include "perfetto/public/pb_macros.h" PERFETTO_PB_MSG_DECL(protozero_test_protos_subpackage_Message_NestedMessage); PERFETTO_PB_ENUM(protozero_test_protos_subpackage_Enum){ PERFETTO_PB_ENUM_ENTRY(protozero_test_protos_subpackage_A) = 1, PERFETTO_PB_ENUM_ENTRY(protozero_test_protos_subpackage_B) = 2, }; PERFETTO_PB_ENUM_IN_MSG(protozero_test_protos_subpackage_Message, NestedEnum){ PERFETTO_PB_ENUM_IN_MSG_ENTRY(protozero_test_protos_subpackage_Message, C) = 3, PERFETTO_PB_ENUM_IN_MSG_ENTRY(protozero_test_protos_subpackage_Message, D) = 4, }; PERFETTO_PB_MSG(protozero_test_protos_subpackage_Message); PERFETTO_PB_FIELD(protozero_test_protos_subpackage_Message, VARINT, int32_t, field_int32, 1); PERFETTO_PB_FIELD(protozero_test_protos_subpackage_Message, VARINT, enum protozero_test_protos_subpackage_Enum, field_enum, 2); PERFETTO_PB_FIELD(protozero_test_protos_subpackage_Message, VARINT, enum protozero_test_protos_subpackage_Message_NestedEnum, field_nested_enum, 3); PERFETTO_PB_FIELD(protozero_test_protos_subpackage_Message, MSG, protozero_test_protos_subpackage_Message_NestedMessage, field_nested_message, 4); PERFETTO_PB_MSG(protozero_test_protos_subpackage_Message_NestedMessage); PERFETTO_PB_FIELD(protozero_test_protos_subpackage_Message_NestedMessage, VARINT, int32_t, field_int32, 1); #endif // SRC_SHARED_LIB_TEST_PROTOS_SUBPACKAGE_TEST_MESSAGES_PZC_H_