OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamerSM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/tools/flip_server/
streamer_interface.cc
16
std::string
StreamerSM
::forward_ip_header_;
18
StreamerSM
::
StreamerSM
(SMConnection* connection,
28
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Creating
StreamerSM
object";
34
StreamerSM
::~
StreamerSM
() {
35
VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Destroying
StreamerSM
object";
40
void
StreamerSM
::set_is_request() {
45
void
StreamerSM
::InitSMInterface(SMInterface* sm_other_interface,
50
void
StreamerSM
::InitSMConnection(SMConnectionPoolInterface* connection_pool
[
all
...]
streamer_interface.h
23
class
StreamerSM
: public BalsaVisitorInterface, public SMInterface {
25
StreamerSM
(SMConnection* connection,
29
virtual ~
StreamerSM
();
Completed in 683 milliseconds