HomeSort by relevance Sort by last modified time
    Searched refs:_Position (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
74 /** Verify that we can insert into *this after the iterator _Position.
81 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
74 /** Verify that we can insert into *this after the iterator _Position.
81 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 647 GLfloat _Position[4]; /**< position in eye/obj coordinates */
    [all...]

Completed in 227 milliseconds