Searched refs:_Str (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h66 AsmToken(TokenKind _Kind, StringRef _Str, APInt _IntVal) argument
67 : Kind(_Kind), Str(_Str), IntVal(_IntVal) {}
68 AsmToken(TokenKind _Kind, StringRef _Str, int64_t _IntVal = 0) argument
69 : Kind(_Kind), Str(_Str), IntVal(64, _IntVal, true) {}
/external/stlport/stlport/stl/
H A D_string_operators.h31 typedef basic_string<_CharT,_Traits,_Alloc> _Str; typedef
32 typedef typename _Str::_Reserve_t _Reserve_t;
35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str; typedef
50 typedef typename _Str::_Reserve_t _Reserve_t;
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __resul
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str; typedef
83 typedef basic_string<_CharT,_Traits,_Alloc> _Str; typedef
100 typedef basic_string<_CharT,_Traits,_Alloc> _Str; typedef
[all...]
H A D_monetary.c315 template <class _CharT, class _OutputIter, class _Str_Type, class _Str>
317 _CharT __fill, const _Str& __digits, bool __check_digits,
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h609 IN const char * _Str);
612 IN const wchar_t* _Str);

Completed in 473 milliseconds