OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Perform
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h
334
virtual Result
Perform
(const ArgumentTuple& args) = 0;
357
return impl_->
Perform
(
397
Result
Perform
(ArgumentTuple args) const {
417
// implementation class that has a
Perform
() method template:
422
// Result
Perform
(const ArgumentTuple& args) const {
452
Result
Perform
(const ArgumentTuple& args) override {
453
return impl_.template
Perform
<Result>(args);
571
Result
Perform
(const ArgumentTuple&) override { return value_; }
595
Result
Perform
(const ArgumentTuple&) override {
621
static Result
Perform
(const ArgumentTuple&)
[
all
...]
gmock-generated-actions.h
75
static Result
Perform
(Impl* impl, const ::std::tuple<>& args) {
83
static Result
Perform
(Impl* impl, const ::std::tuple<A0>& args) {
91
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1>& args) {
99
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2>& args) {
107
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3>& args) {
115
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3,
125
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4,
135
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5,
145
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5,
155
static Result
Perform
(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026