HomeSort by relevance Sort by last modified time
    Searched refs:result_type (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 99 typename _Operation::result_type>
110 typename _Operation::result_type
116 typename _Operation::result_type
134 typename _Operation::result_type>
145 typename _Operation::result_type
151 typename _Operation::result_type
  /external/stlport/stlport/stl/
_function.h 116 typedef typename _Operation::result_type result_type; typedef in struct:__unary_fun_aux
123 typedef typename _Operation::result_type result_type; typedef in struct:__binary_fun_aux
190 typename __BINARY_ARG(_Operation, result_type) > {
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
195 typedef typename _Base::result_type result_type; typedef in class:binder1st
208 result_type operator()(_ConstArgParamType __x) const
211 result_type operator()(_ArgParamType __x) cons
230 typedef typename _Base::result_type result_type; typedef in class:binder2nd
268 typedef typename _Base::result_type result_type; typedef in class:unary_compose
297 typedef typename _Base::result_type result_type; typedef in class:binary_compose
342 typedef _Result result_type; typedef in struct:_Constant_void_fun
    [all...]
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 116 typedef typename _Operation::result_type result_type; typedef in struct:__unary_fun_aux
123 typedef typename _Operation::result_type result_type; typedef in struct:__binary_fun_aux
190 typename __BINARY_ARG(_Operation, result_type) > {
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
195 typedef typename _Base::result_type result_type; typedef in class:binder1st
208 result_type operator()(_ConstArgParamType __x) const
211 result_type operator()(_ArgParamType __x) cons
230 typedef typename _Base::result_type result_type; typedef in class:binder2nd
268 typedef typename _Base::result_type result_type; typedef in class:unary_compose
297 typedef typename _Base::result_type result_type; typedef in class:binary_compose
342 typedef _Result result_type; typedef in struct:_Constant_void_fun
    [all...]
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
_istream.c 54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
    [all...]
  /external/astl/include/
functional 43 typedef _Result result_type;
50 typedef _Result result_type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 195 typename second_argument_type, typename result_type>
197 : public std::unary_function<second_argument_type, result_type>
208 result_type
214 result_type
224 typename second_argument_type, typename result_type>
226 : public std::unary_function<first_argument_type, result_type>
237 result_type
243 result_type
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 static const int result_type[] = local
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))];
  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
108 static const int result_type[] = local
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
  /external/chromium/base/
stl_util-inl.h 349 : public std::unary_function<Pair, typename UnaryOp::result_type> {
357 typename UnaryOp::result_type operator()(const Pair& p) const {
372 : public std::unary_function<Pair, typename UnaryOp::result_type> {
380 typename UnaryOp::result_type operator()(const Pair& p) const {
395 : public std::binary_function<Pair, Pair, typename BinaryOp::result_type> {
403 typename BinaryOp::result_type operator()(const Pair& p1,
419 : public std::binary_function<Pair, Pair, typename BinaryOp::result_type> {
427 typename BinaryOp::result_type operator()(const Pair& p1,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 339 typedef _Tp result_type; typedef in struct:__fun
346 typedef bool result_type; typedef in struct:__fun
352 typedef bool result_type; typedef in struct:__fun
358 typedef bool result_type; typedef in struct:__fun
364 typedef bool result_type; typedef in struct:__fun
370 typedef bool result_type; typedef in struct:__fun
376 typedef bool result_type; typedef in struct:__fun
382 typedef bool result_type; typedef in struct:__fun
388 typedef bool result_type; typedef in struct:__fun
394 typedef bool result_type; typedef in struct:__fun
    [all...]
valarray_after.h 339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
352 typename __fun<_Name, typename _Dom::value_type>::result_type> \
357 typedef typename __fun<_Name, _Arg>::result_type _Value; \
365 typename __fun<_Name, typename _Dom::value_type>::result_type> \
370 typedef typename __fun<_Name, _Arg>::result_type _Value; \
378 typename __fun<_Name, typename _Dom::value_type>::result_type> \
383 typedef typename __fun<_Name, _Arg>::result_type _Value; \
391 typename __fun<_Name, typename _Dom::value_type>::result_type> \
396 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
stl_function.h 105 typedef _Result result_type; ///< @c result_type is the return type typedef in struct:unary_function
118 typedef _Result result_type; ///< type of the return type typedef in struct:binary_function
399 * their argument and result types with uniform names (e.g., @c result_type
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 501 #define GTEST_MESSAGE(message, result_type) \
502 ::testing::internal::AssertHelper(result_type, __FILE__, __LINE__, message) \
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2695 SR_RecognizerResultType result_type; local
2789 SR_RecognizerResultType result_type; local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 758 #define GTEST_MESSAGE_(message, result_type) \
759 ::testing::internal::AssertHelper(result_type, __FILE__, __LINE__, message) \
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 782 #define GTEST_MESSAGE_(message, result_type) \
783 ::testing::internal::AssertHelper(result_type, __FILE__, __LINE__, message) \
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 2426 SR_RecognizerResultType result_type; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 115 def get_tests_with_result_type(self, result_type):
116 return self._expected_failures.get_tests_with_result_type(result_type)
350 def get_tests_with_result_type(self, result_type):
351 return self._result_type_to_tests[result_type]
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 332 typename _Functor::result_type>
338 typedef typename _Functor::result_type result_type; typedef in class:__detail::_Functor_Ref
343 result_type
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-common.h 743 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
924 tree result_type,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.h 743 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
924 tree result_type,
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 159 void ReportFailureInUnknownLocation(TestPartResult::Type result_type,
    [all...]

Completed in 406 milliseconds

1 2