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