CodedStreamTest   138 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc uint8 CodedStreamTest::buffer_[CodedStreamTest::kBufferSize];
CodedStreamTest   185 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadVarint32, kVarintCases, kBlockSizes) {
CodedStreamTest   200 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) {
CodedStreamTest   219 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, EmptyInputBeforeEos) {
CodedStreamTest   244 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ExpectTag, kVarintCases) {
CodedStreamTest   278 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ExpectTagFromArray, kVarintCases) {
CodedStreamTest   296 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadVarint64, kVarintCases, kBlockSizes) {
CodedStreamTest   311 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, WriteVarint32, kVarintCases, kBlockSizes) {
CodedStreamTest   333 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, WriteVarint64, kVarintCases, kBlockSizes) {
CodedStreamTest   358 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, WriteVarint32SignExtended,
CodedStreamTest   431 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadVarint32Error, kVarintErrorCases, kBlockSizes) {
CodedStreamTest   441 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadVarint64Error, kVarintErrorCases, kBlockSizes) {
CodedStreamTest   474 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, VarintSize32, kVarintSizeCases) {
CodedStreamTest   485 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, VarintSize64, kVarintSizeCases) {
CodedStreamTest   521 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadLittleEndian32, kFixed32Cases, kBlockSizes) {
CodedStreamTest   536 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, ReadLittleEndian64, kFixed64Cases, kBlockSizes) {
CodedStreamTest   551 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, WriteLittleEndian32, kFixed32Cases, kBlockSizes) {
CodedStreamTest   567 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_2D(CodedStreamTest, WriteLittleEndian64, kFixed64Cases, kBlockSizes) {
CodedStreamTest   585 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadLittleEndian32FromArray, kFixed32Cases) {
CodedStreamTest   595 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadLittleEndian64FromArray, kFixed64Cases) {
CodedStreamTest   610 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) {
CodedStreamTest   625 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) {
CodedStreamTest   641 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadString, kBlockSizes) {
CodedStreamTest   657 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadStringImpossiblyLarge, kBlockSizes) {
CodedStreamTest   669 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, ReadStringImpossiblyLargeFromStringOnStack) {
CodedStreamTest   678 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, ReadStringImpossiblyLargeFromStringOnHeap) {
CodedStreamTest   694 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, SkipInput, kBlockSizes) {
CodedStreamTest   715 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, GetDirectBufferPointerInput) {
CodedStreamTest   744 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, GetDirectBufferPointerInlineInput) {
CodedStreamTest   774 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, GetDirectBufferPointerOutput) {
CodedStreamTest   812 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, BasicLimit, kBlockSizes) {
CodedStreamTest   842 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, SmallLimitOnTopOfBigLimit, kBlockSizes) {
CodedStreamTest   884 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, BigLimitOnTopOfSmallLimit, kBlockSizes) {
CodedStreamTest   923 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, ExpectAtEnd) {
CodedStreamTest   940 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, NegativeLimit) {
CodedStreamTest   952 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, NegativeLimitAfterReading) {
CodedStreamTest   965 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, OverflowLimit) {
CodedStreamTest   979 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, TotalBytesLimit) {
CodedStreamTest  1003 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, TotalBytesLimitNotValidMessageEnd) {
CodedStreamTest  1035 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc void CodedStreamTest::SetupTotalBytesLimitWarningTest(
CodedStreamTest  1052 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, TotalBytesLimitWarning) {
CodedStreamTest  1069 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, TotalBytesLimitWarningDisabled) {
CodedStreamTest  1085 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, RecursionLimit) {
CodedStreamTest  1165 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(CodedStreamTest, InputOver2G) {