HomeSort by relevance Sort by last modified time
    Searched defs:result_ (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
false_result.hpp 20 template <typename T> struct result_ struct in struct:boost::type_traits::false_result
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
find_if.hpp 39 >::type result_; typedef in struct:boost::mpl::find_if
41 typedef typename second<result_>::type type;
iter_fold_if.hpp 81 struct result_ : struct in struct:boost::mpl::iter_fold_if
96 result_;
102 typename result_::state
103 , typename result_::iterator
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_function.hpp 50 template< typename T > struct result_ struct in struct:boost::detail::is_function_chooser
59 ::BOOST_NESTED_TEMPLATE result_<T>
add_reference.hpp 28 template <typename T> struct result_ struct in struct:boost::detail::reference_adder
37 template <typename T> struct result_ struct in struct:boost::detail::reference_adder
48 >::template result_<T> result;
is_convertible.hpp 68 template< typename To > struct result_ struct in struct:boost::detail::does_conversion_exist
80 template< typename To > struct result_ struct in struct:boost::detail::does_conversion_exist
88 : public does_conversion_exist<From>::template result_<To>
  /external/v8/test/cctest/
expression-type-collector.h 34 ZoneVector<ExpressionTypeEntry>* result_; member in class:v8::internal::ExpressionTypeCollector
  /external/webrtc/webrtc/base/
messagehandler.h 44 result_ = functor_();
46 const ReturnT& result() const { return result_; }
50 ReturnT result_; member in class:rtc::FunctorMessageHandler
59 virtual void OnMessage(Message* msg) { result_ = std::move(functor_()); }
60 rtc::scoped_ptr<ReturnT> result() { return std::move(result_); }
64 rtc::scoped_ptr<ReturnT> result_; member in class:rtc::FunctorMessageHandler
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
msvc_type.hpp 26 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_type_impl
34 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_type_impl
36 typedef result_ type;
42 ::template result_<T>
msvc_eti_base.hpp 28 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_eti_base_impl
37 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_eti_base_impl
39 typedef result_ type;
40 typedef result_ first;
41 typedef result_ second;
42 typedef result_ tag;
49 ::template result_<T>
full_lambda.hpp 112 typedef T result_; typedef in struct:boost::mpl::lambda
129 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41 typedef in struct:boost::mpl::lambda
130 typedef mpl::protect<result_> type;
143 typedef mpl::protect<T> result_; typedef in struct:boost::mpl::lambda
144 typedef result_ type;
159 typedef bind<F, AUX778076_BIND_PARAMS(T)> result_; typedef in struct:boost::mpl::lambda
160 typedef result_ type;
182 typedef bind1< quote1<aux::template_arity>, typename l1::result_ > arity_;
186 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
206 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
    [all...]
iter_fold_if_impl.hpp 61 struct result_ struct in struct:boost::mpl::aux::iter_fold_if_step_impl
77 struct result_ struct in struct:boost::mpl::aux::iter_fold_if_step_impl
98 >::template result_< Iterator,State,ForwardOp,mpl::next<Iterator> > impl_;
115 >::template result_< Iterator,State,BackwardOp,identity<Iterator> > impl_;
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 58 LoopAssignmentAnalysis* result_; member in class:v8::internal::compiler::AstLoopAssignmentAnalyzer
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/gtest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 85 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/v8/test/unittests/
cancelable-tasks-unittest.cc 22 : Cancelable(parent), result_(result), mode_(mode) {}
33 base::Release_Store(result_, id());
50 base::AtomicWord* result_; member in class:v8::internal::__anon24468::TestTask
  /external/webrtc/webrtc/p2p/stunprober/
stunprober_unittest.cc 46 result_(StunProber::SUCCESS),
56 void set_expected_result(int result) { result_ = result; }
117 EXPECT_EQ(result, result_);
126 int result_ = 0; member in class:stunprober::StunProberTest
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 41 typedef T result_; typedef in struct:boost::mpl::lambda
57 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41 typedef in struct:boost::mpl::lambda
58 typedef mpl::protect<result_> type;
74 > result_; typedef in struct:boost::mpl::lambda
76 typedef result_ type;
90 > result_; typedef in struct:boost::mpl::aux::le_result1
92 typedef result_ type;
104 , typename L1::result_
105 > result_; typedef in struct:boost::mpl::aux::le_result1
107 typedef mpl::protect<result_> type
133 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
151 > result_; typedef in struct:boost::mpl::lambda
167 > result_; typedef in struct:boost::mpl::aux::le_result2
182 > result_; typedef in struct:boost::mpl::aux::le_result2
215 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
233 > result_; typedef in struct:boost::mpl::lambda
249 > result_; typedef in struct:boost::mpl::aux::le_result3
264 > result_; typedef in struct:boost::mpl::aux::le_result3
299 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
317 > result_; typedef in struct:boost::mpl::lambda
334 > result_; typedef in struct:boost::mpl::aux::le_result4
350 > result_; typedef in struct:boost::mpl::aux::le_result4
387 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
405 > result_; typedef in struct:boost::mpl::lambda
422 > result_; typedef in struct:boost::mpl::aux::le_result5
438 > result_; typedef in struct:boost::mpl::aux::le_result5
482 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
501 > result_; typedef in struct:boost::mpl::lambda
511 typedef mpl::protect<T> result_; typedef in struct:boost::mpl::lambda
529 typedef bind< F,T1,T2,T3,T4,T5 > result_; typedef in struct:boost::mpl::lambda
551 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
    [all...]
iter_fold_if_impl.hpp 31 struct result_ struct in struct:boost::mpl::aux::iter_fold_if_step_impl
47 struct result_ struct in struct:boost::mpl::aux::iter_fold_if_step_impl
65 >::template result_< Iterator,State,ForwardOp, mpl::next<Iterator> > impl_;
82 >::template result_< Iterator,State,BackwardOp, identity<Iterator> > impl_;
  /art/runtime/verifier/
register_line.h 416 uint16_t result_[2]; member in class:art::verifier::RegisterLine

Completed in 367 milliseconds

1 2 3 4