/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
debug.h | 65 # define __glibcxx_requires_valid_range(_First,_Last) 66 # define __glibcxx_requires_non_empty_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred [all...] |
macros.h | 52 // Verify that [_First, _Last) forms a valid iterator range. 53 #define __glibcxx_check_valid_range(_First,_Last) \ 54 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 56 ._M_iterator(_First, #_First) \ 59 // Verify that [_First, _Last) forms a non-empty iterator range. 60 #define __glibcxx_check_non_empty_range(_First,_Last) \ 61 _GLIBCXX_DEBUG_VERIFY(_First != _Last, \ 63 ._M_iterator(_First, #_First) \ [all...] |
/external/xmlrpcpp/src/ |
base64.h | 156 _II put(_II _First, _II _Last, _OI _To, _State& /* _St */, _Endline /* _Endl */) const 161 while(_First != _Last) 166 _3to4.set_0(*_First); 167 _First++; 169 if(_First == _Last) 178 _3to4.set_1(*_First); 179 _First++; 181 if(_First == _Last) 190 _3to4.set_2(*_First); 191 _First++ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 48 _First[0] := nil; 54 _First, _Save_Last: array [0..63] of I<ASTLabelType>; 65 RetVal.Tree := _First[0] as I<ASTLabelType>; 80 _First[<treeLevel>] := nil; 88 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>.Tree; 90 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>; 143 if (_First[<treeLevel>] = nil) then _First[<treeLevel>] := <label> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
boost_concept_check.h | 272 template <class _First, class _Second> \ 278 _First __a; \ 283 template <class _Ret, class _First, class _Second> \ 289 _First __a; \ 351 template <class _Func, class _Return, class _First, class _Second> 358 _First __first; 363 template <class _Func, class _First, class _Second> 364 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 370 _First __first; 384 template <class _Func, class _First, class _Second [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/ |
uses_alloc_types.hpp | 212 template <class _First, class ...Args, EnableIfB<sizeof...(Args) == Arity> _Dummy = false> 213 constexpr UsesAllocatorV1(_First&& __first, Args&&... args) 215 static_assert(!std::is_same<_First, _First>::value, "");
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
Common.h | 130 const char* _First = s.c_str(); 133 _Val ^= (unsigned)_First[_Next];
|