Home
last modified time | relevance | path

Searched refs:PendingCall (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp41 : MipsELFStreamer(Context, TAB, OS, Emitter), PendingCall(false) {} in MipsNaClELFStreamer()
48 bool PendingCall; member in __anon39d610e60111::MipsNaClELFStreamer
142 if (PendingCall) in EmitInstruction()
160 if (PendingCall) in EmitInstruction()
172 if (PendingCall) in EmitInstruction()
182 PendingCall = true; in EmitInstruction()
185 if (PendingCall) { in EmitInstruction()
189 PendingCall = false; in EmitInstruction()
/external/dbus/
DChangeLog.pre-1-03079 (PendingCall::__del__): Remove and replace with __dealloc__ method
3080 (PendingCall::set_notify): ref the pending call because we will
3251 (Connection::send_with_reply_handlers): return a PendingCall object
5730 * python/dbus_bindings.pyx.in (PendingCall::get_reply):