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

  /external/webrtc/webrtc/base/
scopedptrcollection.h 42 void PushBack(T* t) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector.cc 73 channels_[0]->PushBack(append_this, length);
86 channels_[channel]->PushBack(temp_array, length_per_channel);
91 void AudioMultiVector::PushBack(const AudioMultiVector& append_this) {
95 channels_[i]->PushBack(append_this[i]);
108 channels_[i]->PushBack(&append_this[i][index], length);
sync_buffer.cc 23 void SyncBuffer::PushBack(const AudioMultiVector& append_this) {
25 AudioMultiVector::PushBack(append_this);
audio_vector.cc 62 void AudioVector::PushBack(const AudioVector& append_this) {
63 PushBack(append_this.array_.get(), append_this.Size());
66 void AudioVector::PushBack(const int16_t* append_this, size_t length) {
160 PushBack(&append_this[fade_length], samples_to_push_back);
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 61 T *PushBack() {
68 T *PushBack(const T& v) {
  /prebuilts/go/darwin-x86/src/container/list/
list.go 136 // PushBack inserts a new element e with value v at the back of list l and returns e.
137 func (l *List) PushBack(v interface{}) *Element {
  /prebuilts/go/linux-x86/src/container/list/
list.go 136 // PushBack inserts a new element e with value v at the back of list l and returns e.
137 func (l *List) PushBack(v interface{}) *Element {
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
RunQueue.h 83 // PushBack adds w at the end of the queue.
85 Work PushBack(Work w) {
  /external/v8/src/parsing/
scanner.h 580 void PushBack(uc32 ch) {
589 // Same as PushBack(ch1); PushBack(ch2).
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 345 \see GenericValue::GenericValue(StringRefType), GenericValue::operator=(StringRefType), GenericValue::SetString(StringRefType), GenericValue::PushBack(StringRefType, Allocator&), GenericValue::AddMember
    [all...]

Completed in 770 milliseconds