Searched defs:pump (Results 1 – 11 of 11) sorted by relevance
8 private final Pump pump; field in CoffeeMaker10 @Inject CoffeeMaker(Lazy<Heater> heater, Pump pump) { in CoffeeMaker()
4 void pump(); in pump() method
8 @Provides Pump providePump(Thermosiphon pump) { in providePump()
13 @Override public void pump() { in pump() method in Thermosiphon
236 MessageLoopCurrentForUI(MessageLoop* current, MessagePumpForUI* pump) in MessageLoopCurrentForUI()287 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO()
88 MessagePumpGlib* pump; member126 MessagePumpGlib* pump; member139 void CheckThread(MessagePumpGlib* pump) { in CheckThread()151 void PumpDestroyed(MessagePumpGlib* pump) { in PumpDestroyed()
48 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()49 MessagePumpLibevent* pump() const { return pump_; } in pump() function
85 MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking()95 MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking()315 MessagePumpLibevent* pump = controller->pump(); in OnLibeventNotification() local
35 std::unique_ptr<MessagePump> ReturnPump(std::unique_ptr<MessagePump> pump) { in ReturnPump()168 MessageLoop::MessageLoop(std::unique_ptr<MessagePump> pump) in MessageLoop()
47 public void pump(MappingProcessor mappingProcessor) throws IOException in pump() method in MappingReader
118 bool SendAnswerToLife(bool pump, bool succeed) { in SendAnswerToLife()128 bool SendDouble(bool pump, bool succeed) { in SendDouble()