File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 16
16
#include " google/protobuf/hpb/arena.h"
17
17
#include " google/protobuf/hpb/extension.h"
18
18
#include " google/protobuf/hpb/internal/template_help.h"
19
+ #include " google/protobuf/hpb/multibackend.h"
19
20
#include " google/protobuf/hpb/ptr.h"
20
21
#include " google/protobuf/hpb/status.h"
21
22
22
- #define HPB_INTERNAL_BACKEND_UPB 1
23
- #define HPB_INTERNAL_BACKEND_CPP 2
24
-
25
23
#if HPB_INTERNAL_BACKEND == HPB_INTERNAL_BACKEND_UPB
26
24
#include " google/protobuf/hpb/backend/upb/interop.h"
27
25
#include " google/protobuf/hpb/backend/upb/upb.h"
28
26
#include " upb/wire/decode.h"
29
-
30
27
#elif HPB_INTERNAL_BACKEND == HPB_INTERNAL_BACKEND_CPP
31
28
#include " google/protobuf/hpb/backend/cpp/cpp.h"
32
29
#else
Original file line number Diff line number Diff line change
1
+ // Protocol Buffers - Google's data interchange format
2
+ // Copyright 2025 Google LLC. All rights reserved.
3
+ //
4
+ // Use of this source code is governed by a BSD-style
5
+ // license that can be found in the LICENSE file or at
6
+ // https://developers.google.com/open-source/licenses/bsd
7
+
8
+ #ifndef GOOGLE_PROTOBUF_HPB_MULTIBACKEND_H__
9
+ #define GOOGLE_PROTOBUF_HPB_MULTIBACKEND_H__
10
+
11
+ #define HPB_INTERNAL_BACKEND_UPB 1
12
+ #define HPB_INTERNAL_BACKEND_CPP 2
13
+
14
+ #endif // GOOGLE_PROTOBUF_HPB_MULTIBACKEND_H__
You can’t perform that action at this time.
0 commit comments