OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:substring_begin
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_traffic_detector.cc
157
const char*
substring_begin
= kPrivetDeviceTypeDnsString;
local
158
const char* substring_end =
substring_begin
+
161
return std::search(buffer_begin, buffer_end,
substring_begin
,
Completed in 77 milliseconds