OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opening_brace
(Results
1 - 1
of
1
) sorted by null
/system/tools/aidl/
type_namespace.h
311
const size_t
opening_brace
= type_name.find('<');
local
313
if (
opening_brace
!= std::string::npos ||
329
const size_t
opening_brace
= name.find('<');
local
331
if (
opening_brace
== std::string::npos ||
336
if (
opening_brace
!= name.rfind('<') ||
344
std::string container = Trim(name.substr(0,
opening_brace
));
345
std::string remainder = name.substr(
opening_brace
+ 1,
346
(closing_brace -
opening_brace
) - 1);
Completed in 89 milliseconds