Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 25 of 176) sorted by relevance

12345678

/external/libcxx/test/libcxx/containers/unord/
Dkey_value_traits.pass.cpp21 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/
Dtree_key_value_traits.pass.cpp21 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/tot/third_party/libc++/src/test/libcxx/containers/unord/
Dkey_value_traits.pass.cpp20 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/cronet/tot/third_party/libc++/src/test/libcxx/containers/associative/
Dtree_key_value_traits.pass.cpp20 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/stable/third_party/libc++/src/test/libcxx/containers/associative/
Dtree_key_value_traits.pass.cpp20 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/stable/third_party/libc++/src/test/libcxx/containers/unord/
Dkey_value_traits.pass.cpp20 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/
Dsource.pass.cpp101 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/stable/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp107 struct Traits { in test_sfinae() struct
108 using iterator_category = std::input_iterator_tag; in test_sfinae()
109 using value_type = const char; in test_sfinae()
110 using pointer = const char*; in test_sfinae()
111 using reference = const char&; in test_sfinae()
112 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp107 struct Traits { in test_sfinae() struct
108 using iterator_category = std::input_iterator_tag; in test_sfinae()
109 using value_type = const char; in test_sfinae()
110 using pointer = const char*; in test_sfinae()
111 using reference = const char&; in test_sfinae()
112 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/sdv/vsomeip/third_party/boost/iterator/doc/
Dindex.rst240 Traits section in Iterator Utilities
254 .. |pointee| replace:: ``pointee.hpp``
255 .. _pointee: pointee.html
258 .. |iterator_traits| replace:: ``iterator_traits.hpp``
259 .. _iterator_traits: iterator_traits.html
262 .. |interoperable| replace:: ``interoperable.hpp``
263 .. _interoperable: interoperable.html
266 .. _MPL: ../../mpl/doc/index.html
/external/cronet/tot/third_party/libc++/src/test/std/namespace/
Daddressable_functions.sh.cpp109 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/stable/third_party/libc++/src/test/std/namespace/
Daddressable_functions.sh.cpp109 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/stable/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp198 struct Traits { in test_sfinae() struct
199 using iterator_category = std::input_iterator_tag; in test_sfinae()
200 using value_type = const char; in test_sfinae()
201 using pointer = const char*; in test_sfinae()
202 using reference = const char&; in test_sfinae()
203 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp198 struct Traits { in test_sfinae() struct
199 using iterator_category = std::input_iterator_tag; in test_sfinae()
200 using value_type = const char; in test_sfinae()
201 using pointer = const char*; in test_sfinae()
202 using reference = const char&; in test_sfinae()
203 using difference_type = std::ptrdiff_t; in test_sfinae()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp193 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/stable/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
Dranges_destroy.pass.cpp57 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
Dranges_destroy_at.pass.cpp65 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
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
Dranges_destroy.pass.cpp57 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
Dranges_destroy_at.pass.cpp65 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
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp54 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/
Dmap_serialization.h24 using Traits = MapTraits<UserType>; variable
48 using Traits = typename Base::Traits; variable
68 using Traits = typename Base::Traits; variable
/external/cronet/tot/third_party/libc++/src/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp67 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
77 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
119 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
129 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
/external/cronet/stable/third_party/libc++/src/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp67 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
77 using Traits = std::char_traits<CharT>; in doShortStringTest() typedef
119 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
129 using Traits = std::char_traits<CharT>; in doLongStringTest() typedef
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp291 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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as()
250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as()
255 ValueT get(const Key &K, TraitsT &Traits) const { in get()
273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal()
301 void grow(TraitsT &Traits) { in grow()

12345678