Home | History | Annotate | Download | only in asn1

Lines Matching refs:Symbol

54 #include "symbol.h"
59 void generate_type (const Symbol *);
60 void generate_constant (const Symbol *);
61 void generate_type_encode (const Symbol *);
62 void generate_type_decode (const Symbol *);
63 void generate_type_free (const Symbol *);
64 void generate_type_length (const Symbol *);
65 void generate_type_copy (const Symbol *);
66 void generate_type_seq (const Symbol *);
91 int is_template_compat (const Symbol *);
92 void generate_template(const Symbol *);
93 void gen_template_import(const Symbol *);