Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
597 B
19 lines
597 B
2 years ago
|
// Protocol Buffers - Google's data interchange format
|
||
1 year ago
|
// Copyright 2023 Google LLC. All rights reserved.
|
||
2 years ago
|
//
|
||
1 year ago
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file or at
|
||
|
// https://developers.google.com/open-source/licenses/bsd
|
||
2 years ago
|
//
|
||
2 years ago
|
|
||
8 months ago
|
#include <stddef.h>
|
||
|
|
||
2 years ago
|
#define UPB_BUILD_API
|
||
|
|
||
1 year ago
|
#include "upb/mem/arena.h" // IWYU pragma: keep
|
||
|
#include "upb/message/array.h" // IWYU pragma: keep
|
||
11 months ago
|
#include "upb/message/copy.h" // IWYU pragma: keep
|
||
10 months ago
|
#include "upb/message/map.h" // IWYU pragma: keep
|
||
|
|
||
|
const size_t __rust_proto_kUpb_Map_Begin = kUpb_Map_Begin;
|