mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 20:31:23 +00:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
struct BytesCount {
|
|
x: int64;
|
|
}
|
|
|
|
table InternalMessage {
|
|
str: string;
|
|
}
|
|
|
|
table Message {
|
|
id: int64;
|
|
position: BytesCount (required);
|
|
pointer: InternalMessage (required);
|
|
} |