Searched refs:vector_type (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/swig-12/Lib/python/
H A Dstd_vectora.i10 typedef std::vector<T,A> vector_type;
12 static int asptr(PyObject *obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
19 typedef std::vector<T,A> vector_type;
20 static PyObject *from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
/macosx-10.10/swig-12/Lib/ruby/
H A Dstd_vectora.i10 typedef std::vector<T,A> vector_type;
12 static int asptr(VALUE obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
19 typedef std::vector<T,A> vector_type;
20 static VALUE from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSetVector.h43 typedef Vector vector_type; typedef in class:llvm::SetVector
44 typedef typename vector_type::const_iterator iterator;
45 typedef typename vector_type::const_iterator const_iterator;
46 typedef typename vector_type::size_type size_type;
119 typename vector_type::iterator I =
164 vector_type vector_; ///< The vector.
/macosx-10.10/libstdcxx-104.1/src/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list();
112 vector_type& __free_list = _M_get_free_list();
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dbitmap_allocator.h553 typedef __detail::__mini_vector<value_type> vector_type; typedef in class:free_list
554 typedef vector_type::iterator iterator;
576 vector_type&
579 static vector_type _S_free_list;
596 vector_type& __free_list = _M_get_free_list();
597 const vector_type::size_type __max_size = 64;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_vector.h170 typedef vector<_Tp, _Alloc> vector_type; typedef in class:vector
179 typedef __gnu_cxx::__normal_iterator<pointer, vector_type> iterator;
180 typedef __gnu_cxx::__normal_iterator<const_pointer, vector_type>
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml316 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
H A Dllvm.mli527 (** [vector_type ty n] returns the array type containing [n] elements of the
529 val vector_type : lltype -> int -> lltype var
782 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2154 if (VectorType* vector_type =
2157 if (vector_type->getElementType() != Type::getInt1Ty(Context))

Completed in 168 milliseconds