OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareCStrings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/plugins/
plugin_uma.h
68
static bool
CompareCStrings
(const char* first, const char* second);
plugin_uma.cc
87
bool PluginUMAReporter::
CompareCStrings
(const char* first, const char* second) {
94
return std::binary_search(array, array + array_size, str,
CompareCStrings
);
Completed in 27 milliseconds