OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streampos
(Results
1 - 13
of
13
) sorted by null
/external/astl/include/
basic_ios.h
51
typedef std::
streampos
streampos
;
typedef in class:std::basic_ios
ios_pos_types.h
43
// char and wchar and defines 2 types
streampos
and wstreampos. Since
80
typedef fpos
streampos
;
typedef in namespace:std
ios_base.h
89
typedef std::
streampos
streampos
;
typedef in class:std::ios_base
streambuf
54
typedef
streampos
pos_type;
char_traits.h
33
#include <ios_pos_types.h> // For
streampos
55
typedef
streampos
pos_type;
/external/zlib/contrib/iostream/
zfstream.h
24
virtual
streampos
seekoff( streamoff, ios::seek_dir, int );
zfstream.cpp
129
streampos
gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) {
131
return
streampos
(EOF);
/external/stlport/stlport/stl/
char_traits.h
127
typedef fpos<mbstate_t>
streampos
;
typedef
137
typedef
streampos
pos_type;
216
typedef
streampos
pos_type;
_ios_base.h
258
typedef _STLP_STD::
streampos
streampos
;
typedef in class:ios_base
_sstream.c
29
# define __BSB_pos_type__
streampos
_fstream.c
34
# define __BF_pos_type__
streampos
_istream.c
36
# define __BIS_pos_type__
streampos
[
all
...]
/external/stlport/test/unit/
fstream_test.cpp
231
streampos
p = 0;
248
streampos
p = 0;
264
streampos
p = 0;
Completed in 409 milliseconds