Home
last modified time | relevance | path

Searched defs:_Scan_for_int_val (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c145 struct _Scan_for_int_val { struct
154 _Scan_for_int_val(int_type __val) : _M_val(__val) {} in _Scan_for_int_val() argument
157 operator()(const char_type* __first, const char_type* __last) const { in operator()