Searched refs:vtable (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dostream.priv.h6 const void *vtable; member in struct:ostream_representation
H A Dfile-ostream.c74 stream->base.vtable = &file_ostream_vtable;
99 const struct file_ostream_implementation *vtable = local
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
101 vtable->write_mem (first_arg,data,len);
107 const struct file_ostream_implementation *vtable = local
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
109 vtable->flush (first_arg);
115 const struct file_ostream_implementation *vtable = local
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
117 vtable
[all...]
H A Dmoo.h184 defined, referring to the vtable of the superclass. For root classes,
200 - Objects have as their first field, called 'vtable', a pointer to a table
203 - One of the first fields of the vtable is a pointer to the
231 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
233 && ((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
234 [((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
244 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
H A Dostream.c98 const struct ostream_implementation *vtable = local
99 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
100 vtable->write_mem (first_arg,data,len);
106 const struct ostream_implementation *vtable = local
107 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
108 vtable->flush (first_arg);
114 const struct ostream_implementation *vtable = local
115 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
116 vtable->free (first_arg);
H A Dfile-ostream.h74 const struct file_ostream_implementation *vtable; member in struct:file_ostream_representation_header
87 const struct file_ostream_implementation *vtable = local
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
96 const struct file_ostream_implementation *vtable = local
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
105 const struct file_ostream_implementation *vtable = local
106 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
107 vtable
[all...]
H A Dostream.h73 const struct ostream_implementation *vtable; member in struct:ostream_representation_header
86 const struct ostream_implementation *vtable = local
87 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
88 vtable->write_mem (first_arg,data,len);
95 const struct ostream_implementation *vtable = local
96 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
97 vtable->flush (first_arg);
104 const struct ostream_implementation *vtable = local
105 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
106 vtable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dostream.priv.h6 const void *vtable; member in struct:ostream_representation
H A Dstyled-ostream.c101 const struct styled_ostream_implementation *vtable = local
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
103 vtable->write_mem (first_arg,data,len);
109 const struct styled_ostream_implementation *vtable = local
110 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
111 vtable->flush (first_arg);
117 const struct styled_ostream_implementation *vtable = local
118 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
119 vtable->free (first_arg);
125 const struct styled_ostream_implementation *vtable local
133 const struct styled_ostream_implementation *vtable = local
[all...]
H A Dterm-ostream.h120 const struct term_ostream_implementation *vtable; member in struct:term_ostream_representation_header
133 const struct term_ostream_implementation *vtable = local
134 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
135 vtable->write_mem (first_arg,data,len);
142 const struct term_ostream_implementation *vtable = local
143 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
144 vtable->flush (first_arg);
151 const struct term_ostream_implementation *vtable = local
152 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
153 vtable
160 const struct term_ostream_implementation *vtable = local
169 const struct term_ostream_implementation *vtable = local
178 const struct term_ostream_implementation *vtable = local
187 const struct term_ostream_implementation *vtable = local
196 const struct term_ostream_implementation *vtable = local
205 const struct term_ostream_implementation *vtable = local
214 const struct term_ostream_implementation *vtable = local
223 const struct term_ostream_implementation *vtable = local
232 const struct term_ostream_implementation *vtable = local
241 const struct term_ostream_implementation *vtable = local
250 const struct term_ostream_implementation *vtable = local
[all...]
H A Dfile-ostream.c74 stream->base.vtable = &file_ostream_vtable;
99 const struct file_ostream_implementation *vtable = local
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
101 vtable->write_mem (first_arg,data,len);
107 const struct file_ostream_implementation *vtable = local
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
109 vtable->flush (first_arg);
115 const struct file_ostream_implementation *vtable = local
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
117 vtable
[all...]
H A Dmoo.h184 defined, referring to the vtable of the superclass. For root classes,
200 - Objects have as their first field, called 'vtable', a pointer to a table
203 - One of the first fields of the vtable is a pointer to the
231 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
233 && ((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
234 [((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
244 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
H A Dhtml-ostream.h74 const struct html_ostream_implementation *vtable; member in struct:html_ostream_representation_header
87 const struct html_ostream_implementation *vtable = local
88 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
96 const struct html_ostream_implementation *vtable = local
97 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
105 const struct html_ostream_implementation *vtable = local
106 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
107 vtable
114 const struct html_ostream_implementation *vtable = local
123 const struct html_ostream_implementation *vtable = local
[all...]
H A Dhtml-styled-ostream.h77 const struct html_styled_ostream_implementation *vtable; member in struct:html_styled_ostream_representation_header
90 const struct html_styled_ostream_implementation *vtable = local
91 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
92 vtable->write_mem (first_arg,data,len);
99 const struct html_styled_ostream_implementation *vtable = local
100 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
101 vtable->flush (first_arg);
108 const struct html_styled_ostream_implementation *vtable = local
109 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
110 vtable
117 const struct html_styled_ostream_implementation *vtable = local
126 const struct html_styled_ostream_implementation *vtable = local
[all...]
H A Dostream.c98 const struct ostream_implementation *vtable = local
99 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
100 vtable->write_mem (first_arg,data,len);
106 const struct ostream_implementation *vtable = local
107 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
108 vtable->flush (first_arg);
114 const struct ostream_implementation *vtable = local
115 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
116 vtable->free (first_arg);
H A Dstyled-ostream.h79 const struct styled_ostream_implementation *vtable; member in struct:styled_ostream_representation_header
92 const struct styled_ostream_implementation *vtable = local
93 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
94 vtable->write_mem (first_arg,data,len);
101 const struct styled_ostream_implementation *vtable = local
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
103 vtable->flush (first_arg);
110 const struct styled_ostream_implementation *vtable = local
111 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
112 vtable
119 const struct styled_ostream_implementation *vtable = local
128 const struct styled_ostream_implementation *vtable = local
[all...]
H A Dterm-styled-ostream.h77 const struct term_styled_ostream_implementation *vtable; member in struct:term_styled_ostream_representation_header
90 const struct term_styled_ostream_implementation *vtable = local
91 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
92 vtable->write_mem (first_arg,data,len);
99 const struct term_styled_ostream_implementation *vtable = local
100 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
101 vtable->flush (first_arg);
108 const struct term_styled_ostream_implementation *vtable = local
109 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
110 vtable
117 const struct term_styled_ostream_implementation *vtable = local
126 const struct term_styled_ostream_implementation *vtable = local
[all...]
H A Dgl_list.c55 return ((const struct gl_list_impl_base *) list)->vtable
62 return ((const struct gl_list_impl_base *) list)->vtable
69 return ((const struct gl_list_impl_base *) list)->vtable
76 return ((const struct gl_list_impl_base *) list)->vtable
83 return ((const struct gl_list_impl_base *) list)->vtable
90 return ((const struct gl_list_impl_base *) list)->vtable
97 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
98 return ((const struct gl_list_impl_base *) list)->vtable
105 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
106 return ((const struct gl_list_impl_base *) list)->vtable
[all...]
H A Dfd-ostream.h74 const struct fd_ostream_implementation *vtable; member in struct:fd_ostream_representation_header
87 const struct fd_ostream_implementation *vtable = local
88 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
96 const struct fd_ostream_implementation *vtable = local
97 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
105 const struct fd_ostream_implementation *vtable = local
106 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
107 vtable
[all...]
H A Dfile-ostream.h74 const struct file_ostream_implementation *vtable; member in struct:file_ostream_representation_header
87 const struct file_ostream_implementation *vtable = local
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
96 const struct file_ostream_implementation *vtable = local
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
105 const struct file_ostream_implementation *vtable = local
106 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
107 vtable
[all...]
H A Dostream.h73 const struct ostream_implementation *vtable; member in struct:ostream_representation_header
86 const struct ostream_implementation *vtable = local
87 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
88 vtable->write_mem (first_arg,data,len);
95 const struct ostream_implementation *vtable = local
96 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
97 vtable->flush (first_arg);
104 const struct ostream_implementation *vtable = local
105 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
106 vtable
[all...]
H A Dhtml-styled-ostream.c108 stream->base.base.vtable = &html_styled_ostream_vtable;
190 const struct html_styled_ostream_implementation *vtable = local
191 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
192 vtable->write_mem (first_arg,data,len);
198 const struct html_styled_ostream_implementation *vtable = local
199 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
200 vtable->flush (first_arg);
206 const struct html_styled_ostream_implementation *vtable = local
207 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
208 vtable
214 const struct html_styled_ostream_implementation *vtable = local
222 const struct html_styled_ostream_implementation *vtable = local
[all...]
H A Dhtml-ostream.c269 stream->base.vtable = &html_ostream_vtable;
301 const struct html_ostream_implementation *vtable = local
302 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
303 vtable->write_mem (first_arg,data,len);
309 const struct html_ostream_implementation *vtable = local
310 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
311 vtable->flush (first_arg);
317 const struct html_ostream_implementation *vtable = local
318 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
319 vtable
325 const struct html_ostream_implementation *vtable = local
333 const struct html_ostream_implementation *vtable = local
[all...]
H A Dfd-ostream.c164 stream->base.vtable = &fd_ostream_vtable;
198 const struct fd_ostream_implementation *vtable = local
199 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
200 vtable->write_mem (first_arg,data,len);
206 const struct fd_ostream_implementation *vtable = local
207 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
208 vtable->flush (first_arg);
214 const struct fd_ostream_implementation *vtable = local
215 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
216 vtable
[all...]
H A Dgl_list.h264 const struct gl_list_implementation *vtable; member in struct:__anon2243
438 const struct gl_list_implementation *vtable; member in struct:gl_list_impl_base
480 return ((const struct gl_list_impl_base *) list)->vtable
488 return ((const struct gl_list_impl_base *) list)->vtable
496 return ((const struct gl_list_impl_base *) list)->vtable
504 return ((const struct gl_list_impl_base *) list)->vtable
512 return ((const struct gl_list_impl_base *) list)->vtable
520 return ((const struct gl_list_impl_base *) list)->vtable
528 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
529 return ((const struct gl_list_impl_base *) list)->vtable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dmoo.h184 defined, referring to the vtable of the superclass. For root classes,
200 - Objects have as their first field, called 'vtable', a pointer to a table
203 - One of the first fields of the vtable is a pointer to the
231 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
233 && ((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
234 [((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses_length \
244 (((const struct rootclassname##_representation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \

Completed in 200 milliseconds

12