OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closing_brace
(Results
1 - 2
of
2
) sorted by null
/system/tools/aidl/
type_namespace.h
307
const size_t
closing_brace
= type_name.find('>');
local
309
closing_brace
!= std::string::npos) {
325
const size_t
closing_brace
= name.find('>');
local
327
closing_brace
== std::string::npos) {
332
closing_brace
!= name.rfind('>') ||
333
closing_brace
!= name.length() - 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 353 milliseconds