| 980 | }; |
| 981 | |
| 982 | inline ::flatbuffers::Offset<Map> CreateMap( |
| 983 | ::flatbuffers::FlatBufferBuilder &_fbb, |
| 984 | bool keysSorted = false) { |
| 985 | MapBuilder builder_(_fbb); |
| 986 | builder_.add_keysSorted(keysSorted); |
| 987 | return builder_.Finish(); |
| 988 | } |
| 989 | |
| 990 | /// A union is a complex type with children in Field |
| 991 | /// By default ids in the type vector refer to the offsets in the children |
no test coverage detected