HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 426 - 450 of 1441) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
hash_unique_ptr.pass.cpp 36 UPtr p(nullptr, std::forward<Del>(d));
  /external/libmojo/mojo/public/cpp/bindings/
map_traits_standard.h 40 input.insert(key, std::forward<V>(value));
map_traits_wtf.h 45 input.insert(key, std::forward<V>(value));
map_traits_wtf_hash_map.h 54 input.add(key, std::forward<V>(value));
  /external/libvorbis/lib/
analysis.c 47 if((ret=_mapping_P[0]->forward(vb)))
  /external/pdfium/core/fxcrt/
cfx_retain_ptr.h 107 return CFX_RetainPtr<T>(new T(std::forward<Args>(args)...));
  /external/skia/include/core/
SkTLazy.h 54 fPtr = new (SkTCast<T*>(fStorage.get())) T(std::forward<Args>(args)...);
  /external/skia/src/core/
SkTLList.h 73 return new (node->fObj) T(std::forward<Args>(args)...);
82 return new (node->fObj) T(std::forward<Args>(args)...);
92 return new (node->fObj) T(std::forward<Args>(args)...);
102 return new (node->fObj) T(std::forward<Args>(args)...);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /external/v8/src/zone/
zone-allocator.h 57 new (v_p) U(std::forward<Args>(args)...);
  /frameworks/av/media/libmedia/include/media/
RingBuffer.h 45 * Forward iterator to this class. Implements an std:forward_iterator.
71 * Constant forward iterator to this class. Implements an std:forward_iterator.
279 mBuffer.push_back(std::forward<T>(item));
285 mBuffer[mFrontIdx] = std::forward<T>(item);
293 mBuffer.emplace_back(std::forward<Args>(args)...);
299 mBuffer[mFrontIdx] = T(std::forward<Args>(args)...);
  /frameworks/base/tools/aapt2/util/
Maybe.h 197 return move(std::forward<Maybe<T>>(rhs));
203 return move(std::forward<Maybe<U>>(rhs));
241 new (&storage_) T(std::forward<T>(value));
276 return Maybe<typename std::remove_reference<T>::type>(std::forward<T>(value));
  /frameworks/native/services/sensorservice/
RingBuffer.h 45 * Forward iterator to this class. Implements an std:forward_iterator.
71 * Constant forward iterator to this class. Implements an std:forward_iterator.
279 mBuffer.push_back(std::forward<T>(item));
285 mBuffer[mFrontIdx] = std::forward<T>(item);
293 mBuffer.emplace_back(std::forward<Args>(args)...);
299 mBuffer[mFrontIdx] = T(std::forward<Args>(args)...);
  /frameworks/support/app-toolkit/common/src/main/java/android/arch/core/internal/
SafeIterableMap.java 253 return forward(mNext);
263 abstract Entry<K, V> forward(Entry<K, V> entry); method in class:SafeIterableMap.ListIterator
274 Entry<K, V> forward(Entry<K, V> entry) { method in class:SafeIterableMap.AscendingIterator
291 Entry<K, V> forward(Entry<K, V> entry) { method in class:SafeIterableMap.DescendingIterator
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_hidl_call_util.h 91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
  /hardware/interfaces/wifi/offload/1.0/vts/functional/
hidl_call_util.h 91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_call_util.h 95 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Optional.h 46 new (storage.buffer) T(std::forward<T>(y));
78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
133 return hasValue() ? getValue() : std::forward<U>(value);
142 return hasValue() ? std::move(getValue()) : std::forward<U>(value);

Completed in 5987 milliseconds

<<11121314151617181920>>