File indexing completed on 2025-03-02 10:03:41
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef GOOGLE_PROTOBUF_COMPILER_RUST_ACCESSORS_ACCESSORS_H__
0009 #define GOOGLE_PROTOBUF_COMPILER_RUST_ACCESSORS_ACCESSORS_H__
0010
0011 #include "google/protobuf/compiler/rust/accessors/accessor_case.h"
0012 #include "google/protobuf/compiler/rust/context.h"
0013 #include "google/protobuf/descriptor.h"
0014
0015 namespace google {
0016 namespace protobuf {
0017 namespace compiler {
0018 namespace rust {
0019
0020
0021
0022 void GenerateAccessorMsgImpl(Context& ctx, const FieldDescriptor& field,
0023 AccessorCase accessor_case);
0024
0025 void GenerateAccessorExternC(Context& ctx, const FieldDescriptor& field);
0026 void GenerateAccessorThunkCc(Context& ctx, const FieldDescriptor& field);
0027
0028 }
0029 }
0030 }
0031 }
0032
0033 #endif