Sha256: 8efd0fbd3a143831045e714ebb2591308bde99eefccd7127153a8c3d68a13c25
Contents?: true
Size: 504 Bytes
Versions: 9
Compression:
Stored size: 504 Bytes
Contents
// 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 #ifndef UPB_MESSAGE_TYPES_H_ #define UPB_MESSAGE_TYPES_H_ // This typedef is in a leaf header to resolve a circular dependency between // messages and mini tables. typedef void upb_Message; #endif /* UPB_MESSAGE_TYPES_H_ */
Version data entries
9 entries across 9 versions & 1 rubygems