Searched defs:do_get (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
H A D_messages_facets.h67 { return do_get(__c, __set, __msgid, __dfault); }
78 virtual string_type do_get(catalog /*__c*/, int /*__set*/, int /*__msgid*/, function in class:messages
100 { return do_get(__c, __set, __msgid, __dfault); }
111 virtual string_type do_get(catalog /*__c*/, int /*__set*/, int /*__msgid*/, function in class:messages
135 virtual string_type do_get(catalog __c, int __set, int __msgid,
163 virtual string_type do_get(catalog __c, int __set, int __msgid,
H A D_monetary.c49 // helper functions for do_get
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, bool __intl, function in class:_InputIter
304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl, function in class:_InputIter
H A D_num_get.c502 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, function in class:_InputIter
526 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
532 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
540 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
546 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
553 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
560 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
567 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
574 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
582 num_get<_CharT, _InputIter>::do_get(_InputIte function in class:_InputIter
590 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
607 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
614 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, function in class:_InputIter
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_size.py299 do_get = (1 << 0) variable in class:PrintGlxSizeStubs_common
309 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
673 which_functions = PrintGlxSizeStubs_common.do_get | PrintGlxSizeStubs_common.do_set
681 which_functions = PrintGlxSizeStubs_common.do_get
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py299 do_get = (1 << 0) variable in class:PrintGlxSizeStubs_common
309 self.emit_get = ((which_functions & PrintGlxSizeStubs_common.do_get) != 0)
673 which_functions = PrintGlxSizeStubs_common.do_get | PrintGlxSizeStubs_common.do_set
681 which_functions = PrintGlxSizeStubs_common.do_get
/external/stlport/src/
H A Dmessages.cpp138 string _Messages::do_get(catalog cat, function in class:_Messages
149 _Messages::do_get(catalog thecat, function in class:_Messages
205 messages_byname<char>::do_get(catalog cat, int set, int p_id, function in class:messages_byname
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
234 messages_byname<wchar_t>::do_get(catalog thecat, function in class:messages_byname
236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
H A Dstrstream.cpp194 bool do_get = false; local
200 do_get = do_put = true;
202 do_get = true;
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
243 if (do_get) {

Completed in 349 milliseconds