OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerInformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/jingle/notifier/base/
server_information.cc
11
ServerInformation
::
ServerInformation
(
18
ServerInformation
::
ServerInformation
()
21
ServerInformation
::~
ServerInformation
() {}
23
bool
ServerInformation
::Equals(const
ServerInformation
& other) const {
server_information.h
18
struct
ServerInformation
{
19
ServerInformation
(const net::HostPortPair& server,
21
ServerInformation
();
22
~
ServerInformation
();
24
bool Equals(const
ServerInformation
& other) const;
30
typedef std::vector<
ServerInformation
> ServerList;
Completed in 29 milliseconds