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

  /external/chromium_org/net/spdy/
hpack_output_stream.h 39 void AppendBytes(base::StringPiece buffer);
hpack_encoder_test.cc 128 expected_.AppendBytes(value);
135 expected_.AppendBytes(name);
138 expected_.AppendBytes(value);
145 expected_.AppendBytes(name);
148 expected_.AppendBytes(value);
270 expected_.AppendBytes("\x94\xA5\x92""2\x96_");
276 expected_.AppendBytes("@@@@@@");
464 expected_.AppendBytes("bar");
hpack_output_stream.cc 46 void HpackOutputStream::AppendBytes(StringPiece buffer) {
hpack_output_stream_test.cc 247 TEST(HpackOutputStreamTest, AppendBytes) {
250 output_stream.AppendBytes("buffer1");
251 output_stream.AppendBytes("buffer2");
hpack_encoder.cc 148 output_stream_.AppendBytes(str);
  /external/chromium_org/content/common/
resource_request_body.cc 13 void ResourceRequestBody::AppendBytes(const char* bytes, int bytes_len) {
resource_request_body.h 33 void AppendBytes(const char* bytes, int bytes_len);
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder_unittest.cc 70 request_body->AppendBytes(kData, arraysize(kData) - 1);
137 request_body->AppendBytes(
188 request_body->AppendBytes(
214 request_body->AppendBytes(
241 request_body->AppendBytes(
269 request_body->AppendBytes(
  /external/chromium_org/v8/src/
log.cc 69 AppendBytes(kLogEventsNames[tag]);
78 AppendBytes("symbol(");
80 AppendBytes("\"");
82 AppendBytes("\" ");
84 AppendBytes("hash ");
109 void AppendBytes(const char* bytes, int size) {
115 void AppendBytes(const char* bytes) {
116 AppendBytes(bytes, StrLength(bytes));
164 name_buffer_->AppendBytes(comment);
184 name_buffer_->AppendBytes(ComputeMarker(code))
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 152 request_body->AppendBytes(&body[0], body.size());
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 59 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
94 AppendBytes(FieldOffsetInChars, InitCst);
98 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) {
417 AppendBytes(Offset, VTableAddressPoint);
    [all...]
  /external/chromium_org/content/child/
web_url_loader_impl.cc 418 request_body->AppendBytes(
    [all...]

Completed in 299 milliseconds