Searched refs:kEndMarker (Results 1 – 14 of 14) sorted by relevance
109 int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()239 if (FindProp(NCoderPropID::kEndMarker) < 0) in AddProp_EndMarker_if_NotFound()240 AddPropBool(NCoderPropID::kEndMarker, eos); in AddProp_EndMarker_if_NotFound()
127 static const uintptr_t kEndMarker = 0xdecade11; member in __anon3030d1750211::FailureMessage132 uintptr_t end_marker_ = kEndMarker;
35 current_(kEndMarker), in RegExpParser()72 return kEndMarker; in Next()93 current_ = kEndMarker; in Advance()146 current_ = kEndMarker; in ReportError()189 case kEndMarker: in ParseDisjunction()304 case kEndMarker: in ParseDisjunction()741 while ((n = current()) != kEndMarker) { in ScanForCaptures()749 while ((c = current()) != kEndMarker) { in ScanForCaptures()1131 DCHECK(('0' <= current() && current() <= '7') || current() == kEndMarker); in ParseOctalLiteral()1699 case kEndMarker: in ParseClassEscape()[all …]
228 static const uc32 kEndMarker = (1 << 21); variable
122 case NCoderPropID::kEndMarker: in SetCoderProperties()
186 SparseInputMask(SparseInputMask::kEndMarker << 1))))
270 base::bits::CountPopulation(kEndMarker), in InputIterator()305 return (bit_mask_ == kEndMarker) || in IsEnd()313 base::bits::CountPopulation(kEndMarker); in CountReal()342 while (mask != SparseInputMask::kEndMarker) { in operator <<()
166 input_mask |= SparseInputMask::kEndMarker << virtual_node_count; in FillBufferWithValues()
254 static const BitMaskType kEndMarker = 0x1; variable
121 kEndMarker, // VT_BOOL enumerator
663 NCoderPropID::kEndMarker, in main2()
2133 static const uintptr_t kEndMarker = 0xdecade31; variable2144 uintptr_t end_marker_ = kEndMarker;
2359 static const int kEndMarker = 0xDECADE01; variable
4685 *stats->end_marker = HeapStats::kEndMarker; in RecordStats()