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

  /external/chromium/net/base/
upload_data.cc 129 void UploadData::AppendBytes(const char* bytes, int bytes_len) {
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 175 /// AppendBytes - Append a given number of bytes to the record.
176 void AppendBytes(CharUnits numBytes);
420 AppendBytes(numBytesToAppend);
881 AppendBytes(NumPadBytes);
917 AppendBytes(padding);
    [all...]
CGExprConstant.cpp 62 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
105 AppendBytes(Base.getBaseOffset(), VTableAddressPoint);
115 AppendBytes(FieldOffsetInChars, InitCst);
119 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) {
    [all...]
  /external/v8/src/
log.cc 482 void AppendBytes(const char* bytes, int size) {
488 void AppendBytes(const char* bytes) {
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(ComputeMarker(code))
    [all...]

Completed in 275 milliseconds