Searched refs:group_type (Results 1 – 9 of 9) sorted by relevance
70 group_type; typedef in cpplinq::linq_groupby72 typedef std::list<group_type>83 std::list<group_type> groups;84 std::map<key_type, group_type*, Compare> groupIndex;123 groups.push_back(group_type(key)); in insert()124 group_type& newGroup = groups.back(); in insert()139 typedef group_type173 typename std::list<group_type>::iterator inner;174 typename std::list<group_type>::iterator fin;
234 SubexpressionType group_type, in RegExpParserState() argument241 group_type_(group_type), in RegExpParserState()251 SubexpressionType group_type() const { return group_type_; } in group_type() function
196 DCHECK_EQ(INITIAL, state->group_type()); in ParseDisjunction()203 DCHECK_NE(INITIAL, state->group_type()); in ParseDisjunction()213 SubexpressionType group_type = state->group_type(); in ParseDisjunction() local216 if (group_type == CAPTURE) { in ParseDisjunction()224 } else if (group_type == GROUPING) { in ParseDisjunction()227 DCHECK(group_type == POSITIVE_LOOKAROUND || in ParseDisjunction()228 group_type == NEGATIVE_LOOKAROUND); in ParseDisjunction()229 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction()1005 if (s->group_type() != CAPTURE) continue; in IsInsideCaptureGroup()
34 const int group_type = rule_.regex->groups()->Get(group_id); in Extract() local35 if (group_type == DatetimeGroupType_GROUP_UNUSED) { in Extract()47 switch (group_type) { in Extract()
331 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()390 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()424 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()426 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
425 __u8 group_type; member
579 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
225 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()226 dbg_gtype(ch->group_type)); in dump_ch()
988 uint8_t group_type; in do_read_server_key_exchange() local991 if (!CBS_get_u8(&server_key_exchange, &group_type) || in do_read_server_key_exchange()992 group_type != NAMED_CURVE_TYPE || in do_read_server_key_exchange()