WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
iterator.h
Go to the documentation of this file.
1// Protocol Buffers - Google's data interchange format
2// Copyright 2024 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_UPB_UPB_MESSAGE_INTERNAL_ITERATOR_H__
9#define GOOGLE_UPB_UPB_MESSAGE_INTERNAL_ITERATOR_H__
10
11#include <stddef.h>
12#include <stdint.h>
13
14#include "upb/message/message.h"
15#include "upb/message/value.h"
18
19// Must be last.
20#include "upb/port/def.inc"
21
22#define kUpb_BaseField_Begin ((size_t)-1)
24 const upb_MiniTable* m,
25 const upb_MiniTableField** out_f,
26 upb_MessageValue* out_v,
27 uintptr_t* iter);
28
29#endif // GOOGLE_UPB_UPB_MESSAGE_INTERNAL_ITERATOR_H__
#define UPB_PRIVATE(x)
Definition def.inc:393
Definition types.h:18
Definition field.h:21
Definition message.h:54
Definition value.h:27
bool UPB_PRIVATE _upb_Message_NextBaseField(const upb_Message *msg, const upb_MiniTable *m, const upb_MiniTableField **out_f, upb_MessageValue *out_v, uintptr_t *iter)