Searched defs:Callable (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DCallable.java20 * Emulation of Callable.
24 public interface Callable<V> { interface
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp163 struct Callable { struct
175 struct DerivesCallable : public Callable {
178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c,
183 c(); // expected-error{{no matching function for call to object of type 'Callable'}}

Completed in 151 milliseconds