Searched refs:value_type (Results 276 - 300 of 548) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/std/experimental/string.view/string.view.find/
H A Dfind_char_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
H A Dfind_first_of_char_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
H A Dfind_last_of_char_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find/
H A Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.not.of/
H A Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.not.of/
H A Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_rfind/
H A Dchar_size.pass.cpp21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp28 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h26 typedef const std::pair<T,S> value_type; typedef in struct:llvm::ImutKeyValueInfo
27 typedef const value_type& value_type_ref;
63 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableMap
231 value_type* getMaxElement() const {
255 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableMapRef
386 value_type* getMaxElement() const {
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp29 typedef _E value_type; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp22 typedef _E value_type; typedef in class:std::initializer_list
/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h31 typedef T value_type; typedef in class:Eigen::aligned_allocator_indirection
/external/eigen/bench/btl/generic_bench/init/
H A Dinit_matrix.hh26 // value_type defined
33 X[j]=typename Vector::value_type(init_function(row,j));
/external/google-breakpad/src/processor/
H A Dcontained_range_map.h116 typedef typename AddressToRangeMap::value_type MapValue;
H A Drange_map.h122 typedef typename AddressToRangeMap::value_type MapValue;
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Diter_iter_alloc.pass.cpp26 typedef typename std::iterator_traits<InputIterator>::value_type T;
/external/libcxx/test/std/experimental/string.view/string.view.comparison/
H A Dopeq.string_view.pointer.pass.cpp24 test(S lhs, const typename S::value_type* rhs, bool x)
H A Dopge.string_view.pointer.pass.cpp24 test(const typename S::value_type* lhs, const S& rhs, bool x, bool y)
H A Dopgt.string_view.pointer.pass.cpp24 test(const typename S::value_type* lhs, const S& rhs, bool x, bool y)
H A Dople.string_view.pointer.pass.cpp24 test(const typename S::value_type* lhs, const S& rhs, bool x, bool y)
H A Doplt.string_view.pointer.pass.cpp24 test(const typename S::value_type* lhs, const S& rhs, bool x, bool y)
H A Dopne.string_view.pointer.pass.cpp24 test(S lhs, const typename S::value_type* rhs, bool x)
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
H A Dop_arrow.pass.cpp41 test(It i, typename std::iterator_traits<It>::value_type x)
/external/libcxx/test/std/re/re.results/
H A Dtypes.pass.cpp17 // typedef sub_match<BidirectionalIterator> value_type;
18 // typedef const value_type& const_reference;
25 // typedef typename iterator_traits<BidirectionalIterator>::value_type char_type;
36 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), "");
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dpointer_assignment.pass.cpp22 test(S s1, const typename S::value_type* s2)

Completed in 556 milliseconds

<<11121314151617181920>>