OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnRefOfCopy
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/testing/test/
gmock-actions_test.cc
71
using testing::
ReturnRefOfCopy
;
589
// Tests that
ReturnRefOfCopy
(v) works for reference types.
592
const Action<const int&()> ret =
ReturnRefOfCopy
(n);
602
// Tests that
ReturnRefOfCopy
(v) is covariant.
606
Action<Base&()> a =
ReturnRefOfCopy
(base);
609
a =
ReturnRefOfCopy
(derived);
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-actions.h
579
// Implements the polymorphic
ReturnRefOfCopy
(x) action, which can be
589
// This template type conversion operator allows
ReturnRefOfCopy
(x) to be
595
// catches the user error of using
ReturnRefOfCopy
(x) when Return(x)
604
// Implements the
ReturnRefOfCopy
(x) action for a particular function type F.
[
all
...]
Completed in 45 milliseconds