mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
The pyi generator now includes Kythe annotations for: * Extension field constants (e.g., `EXTENSION_FIELD`). * Field number constants (e.g., `STRING_FIELD_FIELD_NUMBER`). * `Create` methods in generated Stubby client classes. These annotations allow the Python indexer to link these generated symbols back to their definitions in the `.proto` files. PiperOrigin-RevId: 852971617
16 lines
618 B
C
16 lines
618 B
C
// Protocol Buffers - Google's data interchange format
|
|
// Copyright 2023 Google LLC. All rights reserved.
|
|
//
|
|
// 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
|
|
|
|
// These functions are only used by generated code.
|
|
|
|
#ifndef UPB_MESSAGE_MAP_GENCODE_UTIL_H_
|
|
#define UPB_MESSAGE_MAP_GENCODE_UTIL_H_
|
|
|
|
// This header file is referenced by multiple files. Leave it empty.
|
|
// TODO: b/399481227 - Remove this header file, after all the references are
|
|
// cleaned up.
|
|
#endif /* UPB_MESSAGE_MAP_GENCODE_UTIL_H_ */
|