Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp1645 StructDef *anonymous_struct = nullptr; in ParseProtoFields() local
1650 ECHECK(StartStruct(name, &anonymous_struct)); in ParseProtoFields()
1651 type = Type(BASE_TYPE_STRUCT, anonymous_struct); in ParseProtoFields()
1707 if (anonymous_struct) { in ParseProtoFields()
1708 ECHECK(ParseProtoFields(anonymous_struct, false, oneof)); in ParseProtoFields()