amf0_type_e       674 cygnal/http_server.cpp     cygnal::Element::amf0_type_e type = static_cast<cygnal::Element::amf0_type_e>(*data);
amf0_type_e       941 cygnal/libamf/amf.cpp     Element::amf0_type_e type = static_cast<Element::amf0_type_e>(*tmpptr);
amf0_type_e      1258 cygnal/libamf/amf.cpp     Element::amf0_type_e type = static_cast<Element::amf0_type_e>(c);
amf0_type_e       345 cygnal/libamf/amf.h     static Element::amf0_type_e extractElementHeader(boost::uint8_t *in)
amf0_type_e       346 cygnal/libamf/amf.h                          { return *(reinterpret_cast<Element::amf0_type_e *>(in)); };
amf0_type_e       203 cygnal/libamf/buffer.h     Buffer &operator=(cygnal::Element::amf0_type_e type);
amf0_type_e       269 cygnal/libamf/buffer.h     Buffer &operator+=(cygnal::Element::amf0_type_e type);
amf0_type_e       606 cygnal/libamf/element.h     amf0_type_e getType() const { return _type; };
amf0_type_e       613 cygnal/libamf/element.h     void setType(amf0_type_e type) { _type = type; };
amf0_type_e       777 cygnal/libamf/element.h     amf0_type_e		_type;
amf0_type_e      1181 cygnal/libnet/http.cpp     cygnal::Element::amf0_type_e type = static_cast<cygnal::Element::amf0_type_e>(*data);
amf0_type_e       292 cygnal/testsuite/libamf.all/test_buffer.cpp     amf::Element::amf0_type_e type = Element::NUMBER_AMF0;