Searched defs:AppendBytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dupload_data.cc129 void UploadData::AppendBytes(const char* bytes, int bytes_len) { function in class:net::UploadData
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp175 /// AppendBytes - Append a given number of bytes to the record.
176 void AppendBytes(CharUnits numBytes);
418 AppendBytes(numBytesToAppend);
875 AppendBytes(NumPadBytes);
911 AppendBytes(padding);
926 AppendBytes(LastLaidOutBase.NonVirtualSize);
942 void CGRecordLayoutBuilder::AppendBytes(CharUnits numBytes) { function in class:CGRecordLayoutBuilder
H A DCGExprConstant.cpp62 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
105 AppendBytes(Base.getBaseOffset(), VTableAddressPoint);
115 AppendBytes(FieldOffsetInChars, InitCst);
119 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { function in class:__anon3149::ConstStructBuilder
/external/v8/src/
H A Dlog.cc482 void AppendBytes(const char* bytes, int size) { function in class:v8::internal::Logger::NameBuffer
488 void AppendBytes(const char* bytes) { function in class:v8::internal::Logger::NameBuffer
489 AppendBytes(bytes, StrLength(bytes));
870 name_buffer_->AppendBytes(kLogEventsNames[tag]);
872 name_buffer_->AppendBytes(comment);
905 name_buffer_->AppendBytes(kLogEventsNames[tag]);
946 name_buffer_->AppendBytes(kLogEventsNames[tag]);
948 name_buffer_->AppendBytes(ComputeMarker(code));
987 name_buffer_->AppendBytes(kLogEventsNames[tag]);
989 name_buffer_->AppendBytes(ComputeMarke
[all...]

Completed in 191 milliseconds