OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashInterfaceName
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
interface_list_unittest.cc
22
// InterfaceList::
HashInterfaceName
.
23
int
HashInterfaceName
(const std::string& name) {
24
return InterfaceList::
HashInterfaceName
(name);
75
EXPECT_EQ(612625164,
HashInterfaceName
("PPB_InputEvent;1.0"));
76
EXPECT_EQ(79708274,
HashInterfaceName
("PPB_TCPSocket;1.1"));
interface_list.h
80
// Give friendship for
HashInterfaceName
.
95
static int
HashInterfaceName
(const std::string& name);
interface_list.cc
376
int hash = InterfaceList::
HashInterfaceName
(name);
413
int InterfaceList::
HashInterfaceName
(const std::string& name) {
Completed in 141 milliseconds