Searched refs:read1Byte (Results 1 – 4 of 4) sorted by relevance
250 m_pStream->read1Byte(&pSegment->m_cFlags.c) != 0) { in parseSegmentHeader()268 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()283 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()307 if (m_pStream->read1Byte(&cTemp) != 0) in parseSegmentHeader()372 m_pStream->read1Byte(&pPageInfo->m_cFlags) != 0 || in ProcessingParseSegmentData()439 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDAT[i]) != 0) in parseSymbolDict()445 if (m_pStream->read1Byte((uint8_t*)&pSymbolDictDecoder->SDRAT[i]) != 0) in parseSymbolDict()687 if (m_pStream->read1Byte((uint8_t*)&pTRD->SBRAT[i]) != 0) in parseTextRegion()942 if (m_pStream->read1Byte(&cFlags) != 0 || in parsePatternDict()943 m_pStream->read1Byte(&pPDD->HDPW) != 0 || in parsePatternDict()[all …]
24 int32_t read1Byte(uint8_t* cResult);
46 if (pStream->read1Byte(&cTemp) == -1) in ParseFromCodedBuffer()
85 int32_t CJBig2_BitStream::read1Byte(uint8_t* cResult) { in read1Byte() function in CJBig2_BitStream