Searched refs:GetBufferUnreadBytes (Results 1 – 2 of 2) sorted by relevance
107 if (GetBufferUnreadBytes() < kWordSize) { in CanReadWord()109 return GetBufferUnreadBytes() >= kWordSize; in CanReadWord()267 if (GetBufferUnreadBytes() < kLLVMFields * kWordSize) { in IsInputBitcodeWrapper()269 if (GetBufferUnreadBytes() < kLLVMFields * kWordSize) return false; in IsInputBitcodeWrapper()300 if (GetBufferUnreadBytes() < kWordSize) { in IsInputBitcodeFile()302 if (GetBufferUnreadBytes() < kWordSize) return false; in IsInputBitcodeFile()
141 size_t GetBufferUnreadBytes() { return buffer_size_ - cursor_; } in GetBufferUnreadBytes() function