HomeSort by relevance Sort by last modified time
    Searched defs:group_type (Results 1 - 6 of 6) sorted by null

  /external/libtextclassifier/annotator/datetime/
extractor.cc 34 const int group_type = rule_.regex->groups()->Get(group_id); local
35 if (group_type == DatetimeGroupType_GROUP_UNUSED) {
47 switch (group_type) {
  /external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq_groupby.hpp 70 group_type; typedef in class: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));
124 group_type& newGroup = groups.back();
139 typedef group_type
173 typename std::list<group_type>::iterator inner;
174 typename std::list<group_type>::iterator fin;
  /external/v8/src/regexp/
regexp-parser.h 234 SubexpressionType group_type,
241 group_type_(group_type),
251 SubexpressionType group_type() const { return group_type_; } function in class:v8::internal::BASE_EMBEDDED::RegExpParserState
255 // Also the capture index of this sub-expression itself, if group_type
258 // The name of the current sub-expression, if group_type is CAPTURE. Only
regexp-parser.cc 196 DCHECK_EQ(INITIAL, state->group_type());
203 DCHECK_NE(INITIAL, state->group_type());
213 SubexpressionType group_type = state->group_type(); local
216 if (group_type == CAPTURE) {
224 } else if (group_type == GROUPING) {
227 DCHECK(group_type == POSITIVE_LOOKAROUND ||
228 group_type == NEGATIVE_LOOKAROUND);
229 bool is_positive = (group_type == POSITIVE_LOOKAROUND);
1005 if (s->group_type() != CAPTURE) continue
    [all...]
  /external/boringssl/src/ssl/
handshake_client.cc 988 uint8_t group_type; local
    [all...]
  /external/u-boot/fs/ubifs/
ubifs-media.h 413 * @group_type: node group type
425 __u8 group_type; member in struct:ubifs_ch

Completed in 615 milliseconds