OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callable_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
1897
:
callable_
(std::move(callable)), matcher_(std::move(matcher)) {
1898
CallableTraits<Callable>::CheckIsValid(
callable_
);
1903
return Matcher<T>(new Impl<const T&>(
callable_
, matcher_));
1917
:
callable_
(callable), matcher_(MatcherCast<ResultType>(matcher)) {}
1936
CallableTraits<Callable>::template Invoke<T>(
callable_
, obj);
1946
mutable CallableStorageType
callable_
;
member in class:testing::internal::ResultOfMatcher::Impl
1952
const CallableStorageType
callable_
;
member in class:testing::internal::ResultOfMatcher
gmock-matchers.h
1897
:
callable_
(std::move(callable)), matcher_(std::move(matcher)) {
1898
CallableTraits<Callable>::CheckIsValid(
callable_
);
1903
return Matcher<T>(new Impl<const T&>(
callable_
, matcher_));
1917
:
callable_
(callable), matcher_(MatcherCast<ResultType>(matcher)) {}
1936
CallableTraits<Callable>::template Invoke<T>(
callable_
, obj);
1946
mutable CallableStorageType
callable_
;
member in class:testing::internal::ResultOfMatcher::Impl
1952
const CallableStorageType
callable_
;
member in class:testing::internal::ResultOfMatcher
Completed in 51 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026