Searched refs:callable (Results 1 - 3 of 3) sorted by relevance

/gem5/src/python/m5/
H A Devent.py55 """Helper class to wrap callable objects in an Event base class"""
60 if not callable(func):
61 raise RuntimeError("Can't wrap '%s', object is not callable" % \
/gem5/ext/ply/ply/
H A Dyacc.py421 p.callable(pslice)
460 p.callable(pslice)
710 p.callable(pslice)
746 p.callable(pslice)
971 p.callable(pslice)
1001 p.callable(pslice)
1159 self.callable = None
1216 # Bind the production function name to a callable
1219 self.callable = pdict[self.func]
1230 self.callable
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2341 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher) argument
2342 : callable_(callable), matcher_(matcher) {
2357 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher) argument
2358 : callable_(callable), matcher_(matcher) {}
2361 *os << "is mapped by the given callable to a value that ";
2366 *os << "is mapped by the given callable to a value that ";
2371 *listener << "which is mapped by the given callable to ";
2384 // how many times the callable will be invoked.
3926 // a callable to x matches 'matcher'.
3930 // callable paramete
3939 ResultOf( Callable callable, const ResultOfMatcher& matcher) argument
[all...]

Completed in 26 milliseconds