Add a http performance test script based on wrk
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / host / tools / emugen / tests / t.001 / expected / decoder / foo_dec.h
1 // Generated Code - DO NOT EDIT !!
2 // generated by 'emugen'
3
4 #ifndef GUARD_foo_decoder_context_t
5 #define GUARD_foo_decoder_context_t
6
7 #include "IOStream.h" 
8 #include "foo_server_context.h"
9
10
11
12 struct foo_decoder_context_t : public foo_server_context_t {
13
14         size_t decode(void *buf, size_t bufsize, IOStream *stream);
15
16 };
17
18 #endif  // GUARD_foo_decoder_context_t