OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opening_brace
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
type_namespace.h
306
const size_t
opening_brace
= type_name.find('<');
local
308
if (
opening_brace
!= std::string::npos ||
324
const size_t
opening_brace
= name.find('<');
local
326
if (
opening_brace
== std::string::npos ||
331
if (
opening_brace
!= name.rfind('<') ||
339
std::string container = Trim(name.substr(0,
opening_brace
));
340
std::string remainder = name.substr(
opening_brace
+ 1,
341
(closing_brace -
opening_brace
) - 1);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
805
, const CharT
opening_brace
, const CharT closing_brace) BOOST_NOEXCEPT
830
if( *begin !=
opening_brace
|| *end != closing_brace) return false; // bad input
[
all
...]
Completed in 645 milliseconds