| /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
| D | simdlib.hpp | 68 struct Traits : SIMDImpl::Traits struct 71 using IsaImpl = AVXImpl; 80 using Float = SIMD128Impl::Float; 81 using Double = SIMD128Impl::Double; 82 using Integer = SIMD128Impl::Integer; 83 using Vec4 = SIMD128Impl::Vec4; 84 using Mask = SIMD128Impl::Mask; 124 struct Traits : SIMDImpl::Traits struct 127 using IsaImpl = AVXImpl; 136 using Float = SIMD256Impl::Float; [all …]
|
| /external/libcxx/test/libcxx/containers/unord/ |
| D | key_value_traits.pass.cpp | 21 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 29 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 37 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 45 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
| /external/libcxx/test/libcxx/containers/associative/ |
| D | tree_key_value_traits.pass.cpp | 21 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 29 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 37 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 45 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/associative/ |
| D | tree_key_value_traits.pass.cpp | 20 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 28 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 36 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 44 typedef std::__tree_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/unord/ |
| D | key_value_traits.pass.cpp | 20 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 28 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 36 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef 44 typedef std::__hash_key_value_types<Tp> Traits; in testKeyValueTrait() typedef
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
| D | source.pass.cpp | 101 struct Traits { in test_sfinae() struct 102 using iterator_category = std::input_iterator_tag; in test_sfinae() 103 using value_type = const char; in test_sfinae() 104 using pointer = const char*; in test_sfinae() 105 using reference = const char&; in test_sfinae() 106 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
| D | source.pass.cpp | 106 struct Traits { in test_sfinae() struct 107 using iterator_category = std::input_iterator_tag; in test_sfinae() 108 using value_type = const char; in test_sfinae() 109 using pointer = const char*; in test_sfinae() 110 using reference = const char&; in test_sfinae() 111 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/namespace/ |
| D | addressable_functions.sh.cpp | 109 typedef std::char_traits<char> Traits; in get_ostreammanip_tu1() typedef 125 typedef std::char_traits<wchar_t> Traits; in get_wostreammanip_tu1() typedef 141 typedef std::char_traits<char> Traits; in get_istreammanip_tu1() typedef 155 typedef std::char_traits<wchar_t> Traits; in get_wistreammanip_tu1() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
| D | source.pass.cpp | 197 struct Traits { in test_sfinae() struct 198 using iterator_category = std::input_iterator_tag; in test_sfinae() 199 using value_type = const char; in test_sfinae() 200 using pointer = const char*; in test_sfinae() 201 using reference = const char&; in test_sfinae() 202 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
| D | source.pass.cpp | 193 struct Traits { in test_sfinae() struct 194 using iterator_category = std::input_iterator_tag; in test_sfinae() 195 using value_type = const char; in test_sfinae() 196 using pointer = const char*; in test_sfinae() 197 using reference = const char&; in test_sfinae() 198 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ |
| D | ranges_destroy.pass.cpp | 57 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 76 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 108 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 133 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 160 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 188 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
| D | ranges_destroy_at.pass.cpp | 65 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 84 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 108 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 128 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
| D | ranges_destroy_n.pass.cpp | 53 using Traits = std::allocator_traits<decltype(alloc)>; in test() typedef 84 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef 110 using Traits = std::allocator_traits<decltype(alloc)>; in test_arrays() typedef
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
| D | string_alloc.pass.cpp | 54 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 64 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 95 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef 105 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
|
| /external/libchrome/mojo/public/cpp/bindings/lib/ |
| D | map_serialization.h | 24 using Traits = MapTraits<UserType>; variable 48 using Traits = typename Base::Traits; variable 68 using Traits = typename Base::Traits; variable
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/ |
| D | string_alloc.pass.cpp | 66 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 76 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef 118 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef 128 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
|
| /external/angle/third_party/flatbuffers/generated/tests/ |
| D | alignment_test_generated.h | 89 struct BadAlignmentSmall::Traits struct 101 struct Traits; argument 129 struct BadAlignmentLarge::Traits struct 148 struct Traits; argument 199 struct OuterLarge::Traits struct 201 using type = OuterLarge; 225 struct Traits; argument 296 struct BadAlignmentRoot::Traits struct 298 using type = BadAlignmentRoot; 299 static auto constexpr Create = CreateBadAlignmentRoot;
|
| D | arrays_test_generated.h | 160 struct NestedStruct::Traits struct 180 struct Traits; argument 300 struct ArrayStruct::Traits struct 319 struct Traits; argument 374 struct ArrayTable::Traits struct 376 using type = ArrayTable; 377 static auto constexpr Create = CreateArrayTable;
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
| D | path.append.pass.cpp | 291 struct Traits { in test_sfinae() struct 292 using iterator_category = std::input_iterator_tag; in test_sfinae() 293 using value_type = const char; in test_sfinae() 294 using pointer = const char*; in test_sfinae() 295 using reference = const char&; in test_sfinae() 296 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| D | path.concat.pass.cpp | 303 struct Traits { in test_sfinae() struct 304 using iterator_category = std::input_iterator_tag; in test_sfinae() 305 using value_type = const char; in test_sfinae() 306 using pointer = const char*; in test_sfinae() 307 using reference = const char&; in test_sfinae() 308 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | HashTable.h | 222 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 254 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 259 ValueT get(const Key &K, TraitsT &Traits) const { in get() 277 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal() 305 void grow(TraitsT &Traits) { in grow()
|
| /external/cronet/base/containers/ |
| D | cxx20_erase_string.h | 24 size_t Erase(std::basic_string<CharT, Traits, Allocator>& container, in Erase() argument 33 size_t EraseIf(std::basic_string<CharT, Traits, Allocator>& container, in EraseIf() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/ |
| D | path.append.pass.cpp | 351 struct Traits { in test_sfinae() struct 352 using iterator_category = std::input_iterator_tag; in test_sfinae() 353 using value_type = const char; in test_sfinae() 354 using pointer = const char*; in test_sfinae() 355 using reference = const char&; in test_sfinae() 356 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| D | path.concat.pass.cpp | 319 struct Traits { in test_sfinae() struct 320 using iterator_category = std::input_iterator_tag; in test_sfinae() 321 using value_type = const char; in test_sfinae() 322 using pointer = const char*; in test_sfinae() 323 using reference = const char&; in test_sfinae() 324 using difference_type = std::ptrdiff_t; in test_sfinae()
|
| /external/skia/src/core/ |
| D | SkLRUCache.h | 105 struct Traits { struct 126 SkTHashTable<Entry*, K, Traits> fMap; argument
|