Searched refs:DecodeString (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_huffman_table.h85 // DecodeString() halts when |in| runs out of input, in which case true is
88 bool DecodeString(HpackInputStream* in,
H A Dhpack_huffman_table_test.cc286 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));
H A Dhpack_input_stream.cc128 return table.DecodeString(&bounded_reader, max_string_literal_size_, str);
H A Dhpack_huffman_table.cc265 bool HpackHuffmanTable::DecodeString(HpackInputStream* in, function in class:net::HpackHuffmanTable
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfilters_int.h45 void DecodeString(FX_DWORD code);
H A Dfpdf_parser_filters.cpp387 DecodeString(m_OldCode);
389 DecodeString(code);
423 void CPDF_LzwFilter::DecodeString(FX_DWORD code) function in class:CPDF_LzwFilter
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp92 void DecodeString(FX_DWORD code);
109 void CLZWDecoder::DecodeString(FX_DWORD code) function in class:CLZWDecoder
188 DecodeString(old_code);
190 DecodeString(code);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc328 TEST(IndexedDBLevelDBCodingTest, DecodeString) {
349 EXPECT_TRUE(DecodeString(&slice, &result));
356 EXPECT_TRUE(DecodeString(&slice, &result));
H A Dindexed_db_leveldb_coding.cc445 bool DecodeString(StringPiece* slice, base::string16* value) { function in namespace:content
479 if (!DecodeString(&subpiece, value))
577 if (!DecodeString(slice, &s))
H A Dindexed_db_leveldb_coding.h56 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeString(base::StringPiece* slice,
H A Dindexed_db_backing_store.cc270 if (DecodeString(&slice, found_string) && slice.empty())
1539 if (!DecodeString(&slice, &object_store_name) || !slice.empty())
2553 if (!DecodeString(&slice, &index_name) || !slice.empty())
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h190 CFX_WideString DecodeString(const CFX_ByteString& str) const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp204 CFX_WideString CPDF_Font::DecodeString(const CFX_ByteString& str) const function in class:CPDF_Font
494 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);

Completed in 1068 milliseconds