Searched refs:iter_type (Results 1 - 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
H A D_time_facets.h134 typedef _InIt iter_type; typedef in class:time_get
140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str,
143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str,
146 iter_type get_weekday(iter_type __s, iter_type __en
201 typedef _InIt iter_type; typedef in class:time_get_byname
251 typedef _OutIt iter_type; typedef in class:time_put
288 typedef _OutIt iter_type; typedef in class:time_put_byname
[all...]
H A D_num_put.h55 typedef _OutputIter iter_type; typedef in class:num_put
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type pu
[all...]
H A D_monetary.h57 typedef _InputIter iter_type; typedef in class:money_get
61 iter_type get(iter_type __s, iter_type __end, bool __intl,
65 iter_type get(iter_type __s, iter_type __end, bool __intl,
74 virtual iter_type do_get(iter_type __s, iter_type __en
391 typedef _OutputIter iter_type; typedef in class:money_put
[all...]
H A D_monetary.c132 typedef _InputIter iter_type; typedef
168 pair<iter_type, bool> local
304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl,
H A D_num_get.h59 typedef _InputIter iter_type; typedef in class:num_get
H A D_num_get.c595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 );
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef in struct:X5
343 // CHECK: Keyword: "typedef" [100:3 - 100:10] TypedefDecl=iter_type:100:63 (Definition)
344 // CHECK: Keyword: "typename" [100:11 - 100:19] TypedefDecl=iter_type:100:63 (Definition)
346 // CHECK: Punctuation: "::" [100:31 - 100:33] TypedefDecl=iter_type:100:63 (Definition)
348 // CHECK: Punctuation: "::" [100:38 - 100:40] TypedefDecl=iter_type:100:63 (Definition)
350 // CHECK: Punctuation: "<" [100:46 - 100:47] TypedefDecl=iter_type:100:63 (Definition)
352 // CHECK: Punctuation: ">" [100:51 - 100:52] TypedefDecl=iter_type:100:63 (Definition)
353 // CHECK: Punctuation: "::" [100:52 - 100:54] TypedefDecl=iter_type:100:63 (Definition)
354 // CHECK: Identifier: "iterator" [100:54 - 100:62] TypedefDecl=iter_type:100:63 (Definition)
355 // CHECK: Identifier: "iter_type" [10
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h277 #define foreach_iter(iter_type, iter, container) \
278 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())
/external/mesa3d/src/glsl/
H A Dlist.h277 #define foreach_iter(iter_type, iter, container) \
278 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())
/external/stlport/test/unit/
H A Dtime_facets_test.cpp37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
119 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());

Completed in 153 milliseconds