Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_groupby.hpp70 group_type; typedef in cpplinq::linq_groupby
72 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_type
173 typename std::list<group_type>::iterator inner;
174 typename std::list<group_type>::iterator fin;
/external/v8/src/regexp/
Dregexp-parser.h234 SubexpressionType group_type, in RegExpParserState() argument
241 group_type_(group_type), in RegExpParserState()
251 SubexpressionType group_type() const { return group_type_; } in group_type() function
Dregexp-parser.cc196 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() local
216 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()
/external/libtextclassifier/annotator/datetime/
Dextractor.cc34 const int group_type = rule_.regex->groups()->Get(group_id); in Extract() local
35 if (group_type == DatetimeGroupType_GROUP_UNUSED) { in Extract()
47 switch (group_type) { in Extract()
/external/u-boot/fs/ubifs/
Dio.c331 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()
Dubifs-media.h425 __u8 group_type; member
Drecovery.c579 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
Ddebug.c225 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
226 dbg_gtype(ch->group_type)); in dump_ch()
/external/boringssl/src/ssl/
Dhandshake_client.cc988 uint8_t group_type; in do_read_server_key_exchange() local
991 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()