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

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_util.h74 R ComposeFunction(const base::Callback<T()>& g, function in namespace:sync_file_system::drive_backend
83 return base::Bind(&ComposeFunction<R, S, T>, g, f);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTransformTest.java35 new ComposeFunction());
42 private class ComposeFunction class in class:FuturesTransformTest

Completed in 127 milliseconds