Home
last modified time | relevance | path

Searched refs:ScopedVector (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/include/
Dscoped_vector.h27 class ScopedVector {
43 ScopedVector() {} in ScopedVector() function
44 ~ScopedVector() { clear(); } in ~ScopedVector()
47 ScopedVector(ScopedVector&& other) { *this = std::move(other); } in ScopedVector() function
48 ScopedVector& operator=(ScopedVector&& other) {
56 ScopedVector(const ScopedVector& other) = delete;
57 ScopedVector& operator=(const ScopedVector& other) = delete;
61 RTC_DEPRECATED ScopedVector&& Pass() { return DEPRECATED_Pass(); } in Pass()
62 ScopedVector&& DEPRECATED_Pass() { in DEPRECATED_Pass()
98 void swap(ScopedVector<T>& other) { v_.swap(other.v_); } in swap()
/external/webrtc/webrtc/system_wrappers/source/
Dscoped_vector_unittest.cc125 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
137 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
149 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
163 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
188 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
207 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
219 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
224 ScopedVector<LifeCycleObject> scoped_vector_copy( in TEST()
239 ScopedVector<LifeCycleObject> scoped_vector; in TEST()
241 ScopedVector<LifeCycleObject> scoped_vector_assign; in TEST()
[all …]
/external/webrtc/webrtc/common_audio/
Daudio_converter.cc101 ScopedVector<PushSincResampler> resamplers_;
108 CompositionConverter(ScopedVector<AudioConverter> converters) in CompositionConverter()
135 ScopedVector<AudioConverter> converters_;
136 ScopedVector<ChannelBuffer<float>> buffers_;
146 ScopedVector<AudioConverter> converters; in Create()
158 ScopedVector<AudioConverter> converters; in Create()
/external/webrtc/webrtc/video/
Dvideo_capture_input_unittest.cc45 bool EqualFramesVector(const ScopedVector<VideoFrame>& frames1,
46 const ScopedVector<VideoFrame>& frames2);
99 ScopedVector<VideoFrame> input_frames_;
105 ScopedVector<VideoFrame> output_frames_;
281 bool EqualFramesVector(const ScopedVector<VideoFrame>& frames1, in EqualFramesVector()
282 const ScopedVector<VideoFrame>& frames2) { in EqualFramesVector()
/external/webrtc/webrtc/modules/audio_processing/
Dthree_band_filter_bank.h61 ScopedVector<SparseFIRFilter> analysis_filters_;
62 ScopedVector<SparseFIRFilter> synthesis_filters_;
Daudio_buffer.h157 ScopedVector<PushSincResampler> input_resamplers_;
158 ScopedVector<PushSincResampler> output_resamplers_;
Dsplitting_filter.h63 ScopedVector<ThreeBandFilterBank> three_band_filter_banks_;
/external/v8/src/
Dvector.h180 class ScopedVector : public Vector<T> {
182 explicit ScopedVector(int length) : Vector<T>(NewArray<T>(length), length) { } in ScopedVector() function
183 ~ScopedVector() { in ~ScopedVector()
188 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedVector);
Dflags.cc590 ScopedVector<char> copy0(len + 1); in SetFlagsFromString()
605 ScopedVector<char*> argv(argc); in SetFlagsFromString()
Dperf-jit.cc125 ScopedVector<char> perf_dump_name(bufferSize); in OpenJitDumpFile()
Dlog.cc288 ScopedVector<char> perf_dump_name(bufferSize); in PerfBasicLogger()
542 ScopedVector<char> ll_name(static_cast<int>(len + sizeof(kLogExt))); in LowLevelLogger()
2136 ScopedVector<Handle<SharedFunctionInfo>> sfis(compiled_funcs_count); in LogCompiledFunctions()
2137 ScopedVector<Handle<AbstractCode>> code_objects(compiled_funcs_count); in LogCompiledFunctions()
Dmessages.cc971 ScopedVector<Handle<Object>> argv(argc); in FormatStackTrace()
Dobjects.cc2124 const ScopedVector<Handle<Object>>* excluded_properties, in HasExcludedProperty()
2138 const ScopedVector<Handle<Object>>* excluded_properties, bool use_set) { in FastAssign()
2233 const ScopedVector<Handle<Object>>* excluded_properties, bool use_set) { in SetOrCopyDataProperties()
2607 ScopedVector<uc16> smart_chars(this->length()); in MakeExternal()
2688 ScopedVector<uint16_t> smart_chars(this->length()); in MakeExternal()
2692 ScopedVector<char> smart_chars(this->length()); in MakeExternal()
9985 std::unique_ptr<ScopedVector<char>> buffer; in TransitionToDataProperty()
9987 ScopedVector<char> name_buffer(100); in TransitionToDataProperty()
9989 buffer.reset(new ScopedVector<char>(128)); in TransitionToDataProperty()
/external/v8/src/regexp/
Dregexp-utils.cc86 ScopedVector<Handle<Object>> argv(argc); in RegExpExec()
115 ScopedVector<Handle<Object>> argv(argc); in RegExpExec()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.h172 ScopedVector<ComplexMatrixF> interf_cov_mats_[kNumFreqBins];
/external/webrtc/webrtc/test/
Dcall_test.h102 ScopedVector<VideoDecoder> allocated_decoders_;
/external/v8/src/runtime/
Druntime-function.cc179 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
Druntime-regexp.cc1502 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
1614 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
1877 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
Druntime-object.cc1006 ScopedVector<Handle<Object>> excluded_properties(args.length() - 1); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-arraybuffer.cc197 ScopedVector<Handle<Object>> argv(argc); in SliceHelper()
Dbuiltins-function.cc216 ScopedVector<Handle<Object>> argv(std::max(0, args.length() - 2)); in DoFunctionBind()
Dbuiltins-array.cc141 ScopedVector<Handle<Object>> argv(argc); in CallJsIntrinsic()
/external/v8/src/asmjs/
Dasm-js.cc413 ScopedVector<char> error_reason(100); in InstantiateAsmWasm()
/external/v8/src/wasm/
Dwasm-debug.cc174 ScopedVector<WasmValue> wasm_args(num_params); in Execute()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2624 ScopedVector<char> chunk_;
3083 ScopedVector<const unsigned char*> sorted_strings( in SerializeStrings()

12