OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_separator
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c
106
static const char*
next_separator
(const char* str);
247
next_separator
(const char* str)
function
255
str =
next_separator
(str);
263
const char* end =
next_separator
(start);
/external/webrtc/src/system_wrappers/source/
data_log_unittest.cc
99
size_t
next_separator
= line.find(',', *line_position);
local
100
EXPECT_NE(
next_separator
, std::string::npos);
101
if (
next_separator
== std::string::npos)
104
next_separator
- *line_position + 1);
105
*line_position =
next_separator
+ 1;
Completed in 5608 milliseconds