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

  /external/libbrillo/brillo/dbus/
dbus_param_reader.h 59 return InvokeHelper<CurrentParam, CallbackType, Args...>(
75 InvokeHelper(const CallbackType& handler,
118 InvokeHelper(const CallbackType& handler,
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 223 class InvokeHelper {
321 InvokeHelper test_invoke_helper;
324 .WillOnce(Invoke(&InvokeHelper::StaticVoidFromString))
325 .WillOnce(Invoke(&test_invoke_helper, &InvokeHelper::VoidFromString));
333 InvokeHelper test_invoke_helper;
336 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid))
338 &InvokeHelper::VoidFromVoid));
349 mock.VoidFromFunc(InvokeHelper::StaticVoidFromString);
357 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
366 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper::StaticVoidFromString)))
    [all...]
  /external/googletest/googlemock/test/
gmock_link_test.h 228 class InvokeHelper {
326 InvokeHelper test_invoke_helper;
329 .WillOnce(Invoke(&InvokeHelper::StaticVoidFromString))
330 .WillOnce(Invoke(&test_invoke_helper, &InvokeHelper::VoidFromString));
338 InvokeHelper test_invoke_helper;
341 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid))
343 &InvokeHelper::VoidFromVoid));
354 mock.VoidFromFunc(InvokeHelper::StaticVoidFromString);
362 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
371 .WillOnce(WithArgs<0>(Invoke(&InvokeHelper::StaticVoidFromString)))
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod(
gmock-generated-actions.h 47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
51 class InvokeHelper;
54 class InvokeHelper<R, ::std::tr1::tuple<> > {
70 class InvokeHelper<R, ::std::tr1::tuple<A1> > {
88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > {
106 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3> > {
125 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4> > {
146 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
168 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > {
190 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> >
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-actions.h 61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod(
gmock-generated-actions.h 47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
51 class InvokeHelper;
54 class InvokeHelper<R, ::testing::tuple<> > {
70 class InvokeHelper<R, ::testing::tuple<A1> > {
86 class InvokeHelper<R, ::testing::tuple<A1, A2> > {
102 class InvokeHelper<R, ::testing::tuple<A1, A2, A3> > {
119 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4> > {
139 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5> > {
159 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6> > {
179 class InvokeHelper<R, ::testing::tuple<A1, A2, A3, A4, A5, A6, A7> >
    [all...]
  /external/libchrome/base/
bind_internal.h 41 // InvokeHelper<> -- Take a Functor + arguments and actully invokes it.
177 // InvokeHelper that will no-op itself in the event the WeakPtr<> for
591 // InvokeHelper<>
593 // There are 2 logical InvokeHelper<> specializations: normal, WeakCalls.
600 struct InvokeHelper;
603 struct InvokeHelper<false, ReturnType> {
613 struct InvokeHelper<true, ReturnType> {
645 // InvokeHelper<>::MakeItSo() call below.
658 // InvokeHelper<>::MakeItSo() call below.
680 return InvokeHelper<is_weak_call, R>::MakeItSo
    [all...]

Completed in 268 milliseconds