Home
last modified time | relevance | path

Searched defs:ValueT (Results 1 – 19 of 19) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
Dpstl.stable_sort.pass.cpp50 void test_one(Policy&& policy, std::array<ValueT, N> input, std::array<ValueT, N> expected) { in test_one()
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
Dpstl.stable_sort.pass.cpp50 void test_one(Policy&& policy, std::array<ValueT, N> input, std::array<ValueT, N> expected) { in test_one()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dpointer.pass.cpp42 typedef typename std::conditional<!IsArray, A, A[]>::type ValueT; in test_pointer() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dpointer.pass.cpp41 typedef typename std::conditional<!IsArray, A, A[]>::type ValueT; in test_pointer() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dpointer.pass.cpp41 typedef typename std::conditional<!IsArray, A, A[]>::type ValueT; in test_pointer() typedef
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dinspectable.h109 : Inspectable(ValueT(), std::move(convert)) { in Inspectable() argument
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.last/
Dranges.find_last.pass.cpp63 using ValueT = std::iter_value_t<It>; in test_iterators() typedef
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.last/
Dranges.find_last.pass.cpp63 using ValueT = std::iter_value_t<It>; in test_iterators() typedef
/external/llvm/include/llvm/ADT/
DDenseMap.h348 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1063 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
1114 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h364 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1067 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
1118 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/
Dranges.find.pass.cpp66 using ValueT = std::iter_value_t<It>; in test_iterators() typedef
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find/
Dranges.find.pass.cpp66 using ValueT = std::iter_value_t<It>; in test_iterators() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h393 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1200 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
1269 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DDenseMap.h422 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() argument
1231 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
1303 inline size_t capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT> &X) { in capacity_in_bytes() argument
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/
Dranges.contains.pass.cpp65 using ValueT = std::iter_value_t<Iter>; in test_iterators() typedef
/external/llvm/unittests/ADT/
DTinyPtrVectorTest.cpp37 typedef typename std::remove_pointer<PtrT>::type ValueT; typedef in __anon9d6143990111::TinyPtrVectorTest
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/
Dranges.contains.pass.cpp65 using ValueT = std::iter_value_t<Iter>; in test_iterators() typedef
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.cc42 #define GET_ATTR(getter, handle, attr, ValueT) \ argument
/external/clang/lib/Sema/
DSemaExprObjC.cpp933 QualType ValueT = Method->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local
1001 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral() local