HomeSort by relevance Sort by last modified time
    Searched defs:extern_type (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_codecvt.h 49 typedef _ExternT extern_type; typedef in class:codecvt
66 extern_type* __to,
67 extern_type* __to_limit,
68 extern_type*& __to_next) const {
77 extern_type* __to,
78 extern_type* __to_limit,
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*& __from_next
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 621 typedef char extern_type; typedef in class:std::codecvt
629 extern_type* __to,
630 extern_type*,
631 extern_type*& __to_next) const
635 const extern_type* __from,
636 const extern_type*,
637 const extern_type*& __from_next,
644 extern_type* __to,
645 extern_type*,
646 extern_type*& __to_next) cons
    [all...]

Completed in 107 milliseconds