HomeSort by relevance Sort by last modified time
    Searched refs:iter_type (Results 1 - 19 of 19) sorted by null

  /external/stlport/stlport/stl/
_time_facets.h 134 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 __end, ios_base& __str
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...]
_num_put.h 55 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 put(iter_type __s, ios_base& __f, char_type __fill
    [all...]
_monetary.h 57 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 __end, bool __intl
391 typedef _OutputIter iter_type; typedef in class:money_put
    [all...]
_monetary.c 132 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,
_num_get.h 59 typedef _InputIter iter_type; typedef in class:num_get
_num_get.c 595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 );
  /ndk/sources/android/stlport/stlport/stl/
_time_facets.h 134 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 __end, ios_base& __str
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...]
_num_put.h 55 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 put(iter_type __s, ios_base& __f, char_type __fill
    [all...]
_monetary.h 57 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 __end, bool __intl
391 typedef _OutputIter iter_type; typedef in class:money_put
    [all...]
_monetary.c 132 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,
_num_get.h 59 typedef _InputIter iter_type; typedef in class:num_get
_num_get.c 595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 );
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 779 gcc_assert (ptr->iter_type == ssa_op_iter_use);
821 gcc_assert (ptr->iter_type == ssa_op_iter_def);
845 gcc_assert (ptr->iter_type == ssa_op_iter_tree);
904 ptr->iter_type = ssa_op_iter_none;
938 ptr->iter_type = ssa_op_iter_use;
949 ptr->iter_type = ssa_op_iter_def;
959 ptr->iter_type = ssa_op_iter_tree;
970 gcc_assert (ptr->iter_type == ssa_op_iter_vdef);
1011 ptr->iter_type = ssa_op_iter_vdef;
1193 ptr->iter_type = ssa_op_iter_use
    [all...]
tree-ssa-operands.h 241 enum ssa_op_iter_type iter_type; member in struct:ssa_operand_iterator_d
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 779 gcc_assert (ptr->iter_type == ssa_op_iter_use);
821 gcc_assert (ptr->iter_type == ssa_op_iter_def);
845 gcc_assert (ptr->iter_type == ssa_op_iter_tree);
904 ptr->iter_type = ssa_op_iter_none;
938 ptr->iter_type = ssa_op_iter_use;
949 ptr->iter_type = ssa_op_iter_def;
959 ptr->iter_type = ssa_op_iter_tree;
970 gcc_assert (ptr->iter_type == ssa_op_iter_vdef);
1011 ptr->iter_type = ssa_op_iter_vdef;
1193 ptr->iter_type = ssa_op_iter_use
    [all...]
tree-ssa-operands.h 241 enum ssa_op_iter_type iter_type; member in struct:ssa_operand_iterator_d
  /external/dbus/dbus/
dbus-message.c 75 dbus_uint32_t iter_type : 3; /**< whether this is a reader or writer iter */ member in struct:DBusMessageRealIter
592 if (iter->iter_type == DBUS_MESSAGE_ITER_TYPE_READER)
602 else if (iter->iter_type == DBUS_MESSAGE_ITER_TYPE_WRITER)
    [all...]
  /external/stlport/test/unit/
time_facets_test.cpp 37 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());
  /ndk/sources/android/stlport/test/unit/
time_facets_test.cpp 37 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 252 milliseconds