Searched refs:isextend (Results 1 – 2 of 2) sorted by relevance
1527 bool isextend = attribute_ == "extend"; in ParseProtoDecl() local1531 } else if (attribute_ == "message" || isextend) { in ParseProtoDecl()1535 if (isextend) { in ParseProtoDecl()1556 ECHECK(ParseProtoFields(struct_def, isextend, false)); in ParseProtoDecl()1557 if (!isextend) { in ParseProtoDecl()1598 CheckedError Parser::ParseProtoFields(StructDef *struct_def, bool isextend, in ParseProtoFields() argument1677 if (isextend) { in ParseProtoFields()
567 bool isextend, bool inside_oneof);