OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__on_left
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_string_operators.h
152
_STLP_PRIV
__on_left
> _STLP_CALL
157
_STLP_PRIV
__on_left
>(__lhs, __rhs);
204
_STLP_PRIV
__on_left
> _STLP_CALL
210
_STLP_PRIV
__on_left
>(__x, _STLP_PRIV __cstr_wrapper<_CharT>(__s, __n));
265
_STLP_PRIV
__on_left
> _STLP_CALL
268
_STLP_PRIV __char_wrapper<_CharT>, _STLP_PRIV
__on_left
>(__x, __c);
_string_sum.h
80
struct
__on_left
{};
struct
123
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>,
__on_left
> _BStrOnLeft;
126
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>,
__on_left
> _CStrOnLeft;
129
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>,
__on_left
> _CharOnLeft;
259
__on_left
const& /*StorageDir*/)
277
bool __do_init,
__on_left
const& /*StorageDir*/) const
_tree.c
344
// act like
__on_left
and ignore a portion of the if conditions -- specify
345
// __on_right != 0 to bypass comparison as false or
__on_left
!= 0 to bypass
352
_Rb_tree_node_base *
__on_left
,
365
(
__on_left
!= 0 || // If
__on_left
!= 0, the remainder succeeds to true
_tree.h
376
iterator _M_insert(_Base_ptr __parent, const value_type& __val, _Base_ptr
__on_left
= 0, _Base_ptr __on_right = 0);
Completed in 27 milliseconds