Searched refs:anonymous_struct (Results 1 – 1 of 1) sorted by relevance
1645 StructDef *anonymous_struct = nullptr; in ParseProtoFields() local1650 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()