empty.nanopb.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * Copyright 2023 Google LLC
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. /* Automatically generated nanopb header */
  17. /* Generated by nanopb-0.3.9.8 */
  18. #ifndef PB_GOOGLE_PROTOBUF_EMPTY_NANOPB_H_INCLUDED
  19. #define PB_GOOGLE_PROTOBUF_EMPTY_NANOPB_H_INCLUDED
  20. #include <pb.h>
  21. #include <string>
  22. namespace firebase {
  23. namespace firestore {
  24. /* @@protoc_insertion_point(includes) */
  25. #if PB_PROTO_HEADER_VERSION != 30
  26. #error Regenerate this file with the current version of nanopb generator.
  27. #endif
  28. /* Struct definitions */
  29. typedef struct _google_protobuf_Empty {
  30. char dummy_field;
  31. std::string ToString(int indent = 0) const;
  32. /* @@protoc_insertion_point(struct:google_protobuf_Empty) */
  33. } google_protobuf_Empty;
  34. /* Default values for struct fields */
  35. /* Initializer values for message structs */
  36. #define google_protobuf_Empty_init_default {0}
  37. #define google_protobuf_Empty_init_zero {0}
  38. /* Field tags (for use in manual encoding/decoding) */
  39. /* Struct field encoding specification for nanopb */
  40. extern const pb_field_t google_protobuf_Empty_fields[1];
  41. /* Maximum encoded size of messages (where known) */
  42. #define google_protobuf_Empty_size 0
  43. /* Message IDs (where set with "msgid" option) */
  44. #ifdef PB_MSGID
  45. #define EMPTY_MESSAGES \
  46. #endif
  47. } // namespace firestore
  48. } // namespace firebase
  49. /* @@protoc_insertion_point(eof) */
  50. #endif