Searched refs:file_ostream_representation (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile_ostream.priv.h7 struct file_ostream_representation struct
H A Dfile-ostream.h30 struct file_ostream_representation;
31 /* file_ostream_t is defined as a pointer to struct file_ostream_representation.
38 struct file_ostream_representation *_pointer;
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {}
42 struct file_ostream_representation * operator -> () { return _pointer; }
43 operator struct file_ostream_representation * () { return _pointer; }
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {}
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
106 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_ar
[all...]
H A Dfile-ostream.c32 #define file_ostream_representation any_ostream_representation macro
72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
86 sizeof (struct file_ostream_representation),
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile_ostream.priv.h7 struct file_ostream_representation struct
H A Dfile-ostream.h30 struct file_ostream_representation;
31 /* file_ostream_t is defined as a pointer to struct file_ostream_representation.
38 struct file_ostream_representation *_pointer;
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {}
42 struct file_ostream_representation * operator -> () { return _pointer; }
43 operator struct file_ostream_representation * () { return _pointer; }
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {}
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
106 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_ar
[all...]
H A Dfile-ostream.c32 #define file_ostream_representation any_ostream_representation macro
72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
86 sizeof (struct file_ostream_representation),
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);

Completed in 115 milliseconds