mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 12:24:12 +00:00
Add support for parsing proto map fields (#7613)
* Add support for proto 3 map to fbs gen * Run clang-format * Update proto golden test * Rename variables * Remove iostream * Remove iostream * Run clang format Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -71,4 +71,7 @@ message ProtoMessage {
|
||||
optional float u = 34 [default = inf];
|
||||
optional float v = 35 [default = +inf];
|
||||
optional float w = 36 [default = -inf];
|
||||
|
||||
map<string, float> grades = 37;
|
||||
map<string, OtherMessage> other_message_map = 38;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user