HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 251 - 275 of 1009) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
iterator.h 197 typename std::iterator_traits<WrappedIteratorT>::difference_type,
226 using difference_type = DifferenceTypeT;
228 DerivedT &operator+=(difference_type n) {
235 DerivedT &operator-=(difference_type n) {
243 difference_type operator-(const DerivedT &RHS) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 119 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
188 operator+=(difference_type __n)
190 const difference_type __offset = __n + (_M_cur - _M_first);
191 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 const difference_type __node_offset =
196 __offset > 0 ? __offset / difference_type(_S_buffer_size())
197 : -difference_type((-__offset - 1)
201 * difference_type(_S_buffer_size()));
207 operator+(difference_type __n) const
214 operator-=(difference_type __n
751 typedef ptrdiff_t difference_type; typedef in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 119 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
188 operator+=(difference_type __n)
190 const difference_type __offset = __n + (_M_cur - _M_first);
191 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
195 const difference_type __node_offset =
196 __offset > 0 ? __offset / difference_type(_S_buffer_size())
197 : -difference_type((-__offset - 1)
201 * difference_type(_S_buffer_size()));
207 operator+(difference_type __n) const
214 operator-=(difference_type __n
751 typedef ptrdiff_t difference_type; typedef in class:deque
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 249 typedef int difference_type;
292 self& operator += (difference_type n)
298 self operator +(difference_type n) const
303 self& operator -= (difference_type n)
309 self operator -(difference_type n) const
314 difference_type operator - (const self& ri) const
325 operator[](difference_type n) const
332 difference_type _index;
342 typedef int difference_type;
395 reference operator[](difference_type n
    [all...]
  /external/clang/include/clang/AST/
DeclFriend.h 184 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
209 friend_iterator &operator+=(difference_type N) {
216 friend_iterator operator+(difference_type N) const {
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 30 typedef typename std::iterator_traits<RI>::difference_type difference_type; typedef
34 difference_type len = l - f;
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 30 typedef typename std::iterator_traits<RI>::difference_type difference_type; typedef
34 difference_type len = l - f;
  /external/tensorflow/tensorflow/core/graph/
edgeset.h 39 typedef ptrdiff_t difference_type; typedef in class:tensorflow::EdgeSet
84 typedef typename EdgeSet::difference_type difference_type; typedef in class:tensorflow::EdgeSet::const_iterator
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclFriend.h 186 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
211 friend_iterator &operator+=(difference_type N) {
218 friend_iterator operator+(difference_type N) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
partial_sum.h 92 typename std::iterator_traits<_IIter>::difference_type __n)
96 typedef typename _TraitsType::difference_type _DifferenceType;
212 typedef typename _TraitsType::difference_type _DifferenceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partial_sum.h 92 typename std::iterator_traits<_IIter>::difference_type __n)
96 typedef typename _TraitsType::difference_type _DifferenceType;
212 typedef typename _TraitsType::difference_type _DifferenceType;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 30 typedef typename std::iterator_traits<RI>::difference_type difference_type; typedef
34 difference_type len = l - f;

Completed in 1037 milliseconds

<<11121314151617181920>>