HomeSort by relevance Sort by last modified time
    Searched refs:DecodeString (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/spdy/
hpack_huffman_table.h 85 // DecodeString() halts when |in| runs out of input, in which case true is
88 bool DecodeString(HpackInputStream* in,
hpack_huffman_table_test.cc 286 EXPECT_TRUE(table_.DecodeString(&input_stream, input.size(), &buffer_out));
351 EXPECT_TRUE(table_.DecodeString(&input_stream, capacity, &buffer));
361 EXPECT_FALSE(table_.DecodeString(&input_stream, capacity, &buffer));
370 EXPECT_FALSE(table_.DecodeString(&input_stream, capacity, &buffer));
383 EXPECT_FALSE(table_.DecodeString(&input_stream, capacity, &buffer));
409 EXPECT_TRUE(table_.DecodeString(&input_stream, decodedFixture.size(),
444 EXPECT_TRUE(table_.DecodeString(&input_stream, decodedFixture.size(),
465 EXPECT_TRUE(table_.DecodeString(&input_stream, input.size(), &buffer_out));
486 EXPECT_TRUE(table_.DecodeString(&input_stream, input.size(), &buffer_out));
hpack_input_stream.cc 128 return table.DecodeString(&bounded_reader, max_string_literal_size_, str);
hpack_huffman_table.cc 265 bool HpackHuffmanTable::DecodeString(HpackInputStream* in,
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
filters_int.h 45 void DecodeString(FX_DWORD code);
fpdf_parser_filters.cpp 387 DecodeString(m_OldCode);
389 DecodeString(code);
423 void CPDF_LzwFilter::DecodeString(FX_DWORD code)
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 92 void DecodeString(FX_DWORD code);
109 void CLZWDecoder::DecodeString(FX_DWORD code)
188 DecodeString(old_code);
190 DecodeString(code);
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 328 TEST(IndexedDBLevelDBCodingTest, DecodeString) {
349 EXPECT_TRUE(DecodeString(&slice, &result));
356 EXPECT_TRUE(DecodeString(&slice, &result));
    [all...]
indexed_db_leveldb_coding.cc 445 bool DecodeString(StringPiece* slice, base::string16* value) {
479 if (!DecodeString(&subpiece, value))
577 if (!DecodeString(slice, &s))
    [all...]
indexed_db_leveldb_coding.h 56 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeString(base::StringPiece* slice,
indexed_db_backing_store.cc 270 if (DecodeString(&slice, found_string) && slice.empty())
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 190 CFX_WideString DecodeString(const CFX_ByteString& str) const;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 204 CFX_WideString CPDF_Font::DecodeString(const CFX_ByteString& str) const
494 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
    [all...]

Completed in 524 milliseconds