Home
last modified time | relevance | path

Searched refs:anonymous_struct (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp2094 StructDef *anonymous_struct = nullptr; in ParseProtoFields() local
2105 ECHECK(StartStruct(name, &anonymous_struct)); in ParseProtoFields()
2106 type = Type(BASE_TYPE_STRUCT, anonymous_struct); in ParseProtoFields()
2163 if (anonymous_struct) { in ParseProtoFields()
2164 ECHECK(ParseProtoFields(anonymous_struct, false, oneof)); in ParseProtoFields()