HomeSort by relevance Sort by last modified time
    Searched refs:__q (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
250 swap(c, __q.c);
random.h 273 * generator engine seeded from the seed sequence @p __q.
275 * @param __q the seed sequence.
281 linear_congruential_engine(_Sseq& __q)
282 { seed(__q); }
296 * sequence using values from the seed sequence @p __q.
298 * @param __q the seed sequence.
302 seed(_Sseq& __q);
505 * engine seeded from the seed sequence @p __q.
507 * @param __q the seed sequence.
513 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
250 swap(c, __q.c);
random.h 273 * generator engine seeded from the seed sequence @p __q.
275 * @param __q the seed sequence.
281 linear_congruential_engine(_Sseq& __q)
282 { seed(__q); }
296 * sequence using values from the seed sequence @p __q.
298 * @param __q the seed sequence.
302 seed(_Sseq& __q);
505 * engine seeded from the seed sequence @p __q.
507 * @param __q the seed sequence.
513 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 245 swap(queue& __q)
246 noexcept(noexcept(swap(c, __q.c)))
249 swap(c, __q.c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 245 swap(queue& __q)
246 noexcept(noexcept(swap(c, __q.c)))
249 swap(c, __q.c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
250 swap(c, __q.c);
random.h 273 * generator engine seeded from the seed sequence @p __q.
275 * @param __q the seed sequence.
281 linear_congruential_engine(_Sseq& __q)
282 { seed(__q); }
296 * sequence using values from the seed sequence @p __q.
298 * @param __q the seed sequence.
302 seed(_Sseq& __q);
505 * engine seeded from the seed sequence @p __q.
507 * @param __q the seed sequence.
513 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
250 swap(c, __q.c);
  /external/stlport/stlport/stl/
_rope.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
  /external/stlport/src/
allocators.cpp 1016 __obj *__q = (__obj *)__p; local
1061 __obj *__q = (__obj *)__p; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 1016 __obj *__q = (__obj *)__p; local
1061 __obj *__q = (__obj *)__p; local
    [all...]

Completed in 2099 milliseconds

1 23 4 5 6 7