OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnAction
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/testing/include/gmock/
gmock-actions.h
451
class
ReturnAction
{
453
// Constructs a
ReturnAction
object from the value to be returned.
456
explicit
ReturnAction
(R value) : value_(value) {}
507
GTEST_DISALLOW_ASSIGN_(
ReturnAction
);
943
internal::
ReturnAction
<R> Return(R value) {
944
return internal::
ReturnAction
<R>(value);
[
all
...]
/external/google-breakpad/src/testing/scripts/
gmock_doctor.py
169
gcc_regex = (r'In member function \'testing::internal::
ReturnAction
<R>.*\n'
176
r'\'testing::internal::
ReturnAction
<(?P<type>.*)>'
219
r'\'testing::internal::
ReturnAction
<R>::Impl<F>::value_\' '
226
r'\'testing::internal::
ReturnAction
<(?P<return_type>.*)>'
415
gcc_regex = ('instantiated from \'testing::internal::
ReturnAction
<R>'
425
r'\'testing::internal::
ReturnAction
<(int|long)>::operator '
Completed in 219 milliseconds