HomeSort by relevance Sort by last modified time
    Searched refs:assign (Results 1101 - 1125 of 1875) sorted by null

<<41424344454647484950>>

  /external/chromium_org/media/base/
video_decoder_config.cc 89 extra_data_.assign(extra_data, extra_data + extra_data_size);
  /external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/
rtp_packetizer_unittest.cc 118 video_frame_.data.assign(kFrameSize, 123);
  /external/chromium_org/net/base/
url_util.cc 54 key_value_pair.assign(input.data(),
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util_test.cc 68 input.input.assign(fixture, arraysize(fixture) - 1);
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 179 counts_.assign(counts_.size(), 0);
spdy_test_utils.cc 138 result.assign(reinterpret_cast<const char*>(&output[0]), output.size());
  /external/chromium_org/net/test/
ct_test_util.cc 28 result.assign(reinterpret_cast<const char*>(&output[0]), output.size());
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp 73 void WebFileSystemCallbacks::assign(const WebFileSystemCallbacks& other) function in class:blink::WebFileSystemCallbacks
WebMediaStreamSource.cpp 85 void WebMediaStreamSource::assign(const WebMediaStreamSource& other) function in class:blink::WebMediaStreamSource
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMFileSystem.cpp 86 void WebDOMFileSystem::assign(const WebDOMFileSystem& other) function in class:blink::WebDOMFileSystem
WebDragData.cpp 60 void WebDragData::assign(const WebDragData& other) function in class:blink::WebDragData
WebHistoryItem.cpp 60 void WebHistoryItem::assign(const WebHistoryItem& other) function in class:blink::WebHistoryItem
WebNode.cpp 70 void WebNode::assign(const WebNode& other) function in class:blink::WebNode
  /external/chromium_org/third_party/icu/source/common/
uvectr32.h 77 * Assign this object to another (make this a copy of 'other').
78 * Use the 'assign' function to assign each element.
80 void assign(const UVector32& other, UErrorCode &ec);
uvectr64.cpp 69 * Assign this object to another (make this a copy of 'other').
71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { function in class:UVector64
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h 153 void DecodeFrom(const Slice& s) { rep_.assign(s.data(), s.size()); }
memtable.cc 133 value->assign(v.data(), v.size());
write_batch.cc 138 b->rep_.assign(contents.data(), contents.size());
  /external/chromium_org/third_party/leveldatabase/src/table/
two_level_iterator.cc 166 data_block_handle_.assign(handle.data(), handle.size());
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_data.cc 97 (this->*kStringField[field]).assign(value);
address_formatter.cc 120 line->assign(lines[0]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.cc 52 cppstr.assign(buf);
macutils.cc 51 str8->assign(buffer.get());
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc 64 full_locale->assign(language);
  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 35 cppstr.assign(buf);

Completed in 1144 milliseconds

<<41424344454647484950>>