Searched refs:kEndMarker (Results 1 – 13 of 13) sorted by relevance
257 static const base::uc32 kEndMarker = (1 << 21); member in v8::internal::__anonb9b760c60111::RegExpParserImpl368 current_(kEndMarker), in RegExpParserImpl()419 return kEndMarker; in Next()435 current_ = kEndMarker; in Advance()445 if (current() == kEndMarker) return; in RewindByOneCodepoint()499 current_ = kEndMarker; in ReportError()543 case kEndMarker: in ParseDisjunction()657 case kEndMarker: in ParseDisjunction()968 while ((c = current()) != kEndMarker) { in ScanForCaptures()979 while ((n = current()) != kEndMarker) { in ScanForCaptures()[all …]
127 static const uintptr_t kEndMarker = 0xdecade11; member in __anond72dfe580211::FailureMessage132 uintptr_t end_marker_ = kEndMarker;
166 const int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()309 if (FindProp(NCoderPropID::kEndMarker) < 0) in AddProp_EndMarker_if_NotFound()310 AddPropBool(NCoderPropID::kEndMarker, eos); in AddProp_EndMarker_if_NotFound()
188 SparseInputMask(SparseInputMask::kEndMarker << 1))))
222 base::bits::CountPopulation(kEndMarker), in InputIterator()257 return (bit_mask_ == kEndMarker) || in IsEnd()265 base::bits::CountPopulation(kEndMarker); in CountReal()294 while (mask != SparseInputMask::kEndMarker) { in operator <<()
166 input_mask |= SparseInputMask::kEndMarker << virtual_node_count; in FillBufferWithValues()
225 static const BitMaskType kEndMarker = 0x1; variable
122 kEndMarker, // VT_BOOL enumerator
179 case NCoderPropID::kEndMarker: in Z7_COM7F_IMF()
672 NCoderPropID::kEndMarker,
2543 static const uintptr_t kEndMarker = 0xdecade31; variable2556 uintptr_t end_marker_ = kEndMarker;
2486 static const int kEndMarker = 0xDECADE01; variable
5351 *stats->end_marker = HeapStats::kEndMarker; in RecordStats()