Searched defs:size_type (Results 1 - 25 of 95) sorted by relevance

1234

/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp8 typedef int size_type; typedef in struct:X0
11 size_type f0() const;
17 typename X0<T>::size_type X0<T>::f0() const {
H A Dp1.cpp5 typedef int size_type; typedef in class:X0
14 void f1(size_type) const;
15 void f2(size_type) const;
16 void f3(size_type) const;
38 void X0<X, Y>::f2(size_type) const { }
41 void X0<X, Y>::f3(size_type) const {
/external/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp22 // typedef typename container_type::size_type size_type;
51 typedef int size_type; typedef in struct:C
61 static_assert(( std::is_same<std::priority_queue<int>::size_type, std::vector<int>::size_type>::value), "");
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp20 // typedef typename container_type::size_type size_type;
44 typedef int size_type; typedef in struct:C
54 static_assert(( std::is_same<std::queue<int>::size_type, std::deque<int>::size_type>::value), "");
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp20 // typedef typename container_type::size_type size_type;
45 typedef int size_type; typedef in struct:C
55 static_assert(( std::is_same<std::stack<int>::size_type, std::deque<int>::size_type>::value), "");
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dsize_type.pass.cpp15 // typedef Alloc::size_type | size_t size_type;
28 typedef unsigned short size_type; typedef in struct:A
52 typedef void size_type; typedef in struct:D
68 static_assert((std::is_same<std::allocator_traits<A<char> >::size_type, unsigned short>::value), "");
69 static_assert((std::is_same<std::allocator_traits<B<char> >::size_type,
71 static_assert((std::is_same<std::allocator_traits<C<char> >::size_type,
74 static_assert((std::is_same<std::allocator_traits<D<char> >::size_type, unsigned short>::value), "");
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTString.h42 typedef size_t size_type; typedef
47 static const size_type npos;
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat2x2.hpp45 typedef std::size_t size_type; typedef in struct:glm::detail::tmat2x2
H A Dtype_mat2x3.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat2x3
H A Dtype_mat2x4.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat2x4
H A Dtype_mat3x2.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat3x2
H A Dtype_mat3x3.hpp45 typedef std::size_t size_type; typedef in struct:glm::detail::tmat3x3
H A Dtype_mat3x4.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat3x4
H A Dtype_mat4x2.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat4x2
H A Dtype_mat4x3.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat4x3
115 GLM_FUNC_DECL col_type & operator[](size_type i);
116 GLM_FUNC_DECL col_type const & operator[](size_type i) const;
H A Dtype_mat4x4.hpp46 typedef std::size_t size_type; typedef in struct:glm::detail::tmat4x4
H A Dtype_vec2.hpp57 typedef int size_type; typedef in struct:glm::detail::tvec2
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dsimd_mat4.hpp68 typedef std::size_t size_type; typedef
H A Dsimd_quat.hpp75 typedef std::size_t size_type; typedef
76 static size_type value_size();
/external/llvm/include/llvm/ADT/
H A DSmallSet.h47 typedef size_t size_type; typedef in class:llvm::SmallSet
54 size_type size() const {
59 size_type count(const T &V) const {
H A DSetVector.h51 typedef typename vector_type::size_type size_type; typedef in class:llvm::SetVector
70 size_type size() const {
121 const_reference operator[](size_type n) const {
199 size_type count(const key_type &key) const {
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp32 typedef size_t size_type; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp22 typedef size_t size_type; typedef in class:std::initializer_list
H A Dlpad-linetable.cpp44 typedef size_t size_type; typedef in class:std::vector
49 size_type
/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h25 typedef std::size_t size_type; typedef in class:Eigen::aligned_allocator_indirection

Completed in 490 milliseconds

1234