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
"
16
#include "
upb/mini_table/field.h
"
17
#include "
upb/mini_table/message.h
"
18
19
// Must be last.
20
#include "
upb/port/def.inc
"
21
22
#define kUpb_BaseField_Begin ((size_t)-1)
23
bool
UPB_PRIVATE
(
_upb_Message_NextBaseField
)(
const
upb_Message
* msg,
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__
def.inc
UPB_PRIVATE
#define UPB_PRIVATE(x)
Definition
def.inc:393
field.h
message.h
message.h
upb_Message
Definition
types.h:18
upb_MiniTableField
Definition
field.h:21
upb_MiniTable
Definition
message.h:54
upb_MessageValue
Definition
value.h:27
_upb_Message_NextBaseField
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)
value.h
upb
message
internal
iterator.h
Generated on Fri Oct 24 2025 05:38:27 for WPILibC++ by
1.12.0