Home
last modified time | relevance | path

Searched defs:pobject (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dsigslot.h1739 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) in _connection0()
1784 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) in _connection1()
1829 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection2()
1875 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection3()
1923 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection4()
1973 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection5()
2027 _connection6(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection6()
2081 _connection7(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection7()
2136 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection8()
/external/toolchain-utils/cros_utils/
Dcommand_executer.py545 def __init__(self, pobject, fd, name, line_consumer): argument