OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colon_pos
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc
168
std::string::size_type
colon_pos
= protocol_field_.find_first_of(":");
local
169
if (
colon_pos
== std::string::npos) {
172
const std::string header_name = protocol_field_.substr(0,
colon_pos
);
173
std::string header_val = protocol_field_.substr(
colon_pos
+ 1);
/external/chromium/chrome/common/net/
x509_certificate_model_nss.cc
115
size_t
colon_pos
= name.find(':');
local
116
if (
colon_pos
!= string::npos)
117
name = name.substr(
colon_pos
+ 1);
/external/oprofile/libpp/
format_output.cpp
78
string::size_type
colon_pos
= info.find(":");
local
80
if (
colon_pos
== string::npos)
83
file = info.substr(0,
colon_pos
);
84
istringstream is_info(info.substr(
colon_pos
+1));
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
1027
string::size_type
colon_pos
= value.find_first_of(':');
local
[
all
...]
Completed in 61 milliseconds