Searched defs:size_type (Results 1 - 25 of 85) 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.cpp21 // typedef typename container_type::size_type size_type;
46 typedef int size_type; typedef in struct:C
56 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;
26 typedef unsigned short size_type; typedef in struct:A
58 static_assert((std::is_same<std::allocator_traits<A<char> >::size_type, unsigned short>::value), "");
59 static_assert((std::is_same<std::allocator_traits<B<char> >::size_type,
61 static_assert((std::is_same<std::allocator_traits<C<char> >::size_type,
/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.h42 typedef size_t size_type; typedef in class:llvm::SmallSet
49 size_type size() const {
54 size_type count(const T &V) const {
H A DSetVector.h50 typedef typename vector_type::size_type size_type; typedef in class:llvm::SetVector
69 size_type size() const {
120 const_reference operator[](size_type n) const {
180 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 size_t size_type; typedef in class:Eigen::aligned_allocator_indirection
/external/libcxx/test/std/containers/
H A Dstack_allocator.h27 typedef std::size_t size_type; typedef in class:stack_allocator
39 pointer allocate(size_type n, const void* = 0)
52 void deallocate(pointer p, size_type n)
58 size_type max_size() const {return N;}

Completed in 454 milliseconds

1234