HomeSort by: relevance | last modified time | path
    Searched refs:an_action (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 979 // WithArg<k>(an_action) creates an action that passes the k-th
980 // (0-based) argument of the mock function to an_action and performs
983 // WithArgs<k>(an_action) (defined below) as a synonym.
990 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
991 // the selected arguments of the mock function to an_action and
1121 // Creates an action that performs an_action and throws away its
1122 // result. In other words, it changes the return type of an_action to
1123 // void. an_action MUST NOT return void, or the code won't compile.
1125 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) {
1126 return internal::IgnoreResultAction<A>(an_action);
    [all...]
  /src/sys/dev/ic/
anreg.h 357 u_int16_t an_action; member in struct:an_rid_encap::an_rid_encap_entry
an.c 635 sc->sc_buf.sc_encap.an_entry[i].an_action =

Completed in 46 milliseconds