Home | History | Annotate | Download | only in test

Lines Matching full:tuple

49 using ::std::tr1::tuple;
330 virtual int Perform(const tuple<bool, int>& args) {
344 // it a tuple whose size and type are compatible with F's argument
346 // 0-tuple; if F is void(bool, int), then Perform() takes a
347 // tuple<bool, int>, and so on.
394 virtual bool Perform(const tuple<int>& arg) {
438 Result Perform(const tuple<>&) const { return 0; }
542 action.Perform(tuple<>());