get_tag_end_position   58 libcore/SWFStream.cpp     unsigned long int left = get_tag_end_position() - tell();
get_tag_end_position  326 libcore/SWFStream.h 	unsigned long get_tag_end_position();
get_tag_end_position  363 libcore/SWFStream.h 		seek(get_tag_end_position());
get_tag_end_position  392 libcore/SWFStream.h 		unsigned long int bytesLeft = get_tag_end_position() - tell();
get_tag_end_position   41 libcore/parser/SWFParser.cpp     return _stream.get_tag_end_position();
get_tag_end_position  134 libcore/parser/SWFParser.cpp     const std::streamsize end = in.get_tag_end_position();
get_tag_end_position   52 libcore/parser/action_buffer.cpp     assert(endPos <= in.get_tag_end_position());
get_tag_end_position   59 libcore/parser/sprite_definition.cpp     const size_t tag_end = in.get_tag_end_position();
get_tag_end_position  158 libcore/swf/DefineBitsTag.cpp     const std::streampos endPos = in.get_tag_end_position();
get_tag_end_position  337 libcore/swf/DefineBitsTag.cpp                 in.get_tag_end_position()).release());
get_tag_end_position  366 libcore/swf/DefineBitsTag.cpp                     in.get_tag_end_position()).release());
get_tag_end_position  492 libcore/swf/DefineBitsTag.cpp     assert(in.tell() <= in.get_tag_end_position());
get_tag_end_position  607 libcore/swf/DefineBitsTag.cpp     unsigned long endTagPos = in.get_tag_end_position();
get_tag_end_position  118 libcore/swf/DefineButtonTag.cpp     unsigned long endTagPos = in.get_tag_end_position();
get_tag_end_position  165 libcore/swf/DefineButtonTag.cpp     unsigned long tagEndPosition = in.get_tag_end_position();
get_tag_end_position   46 libcore/swf/DoActionTag.h         m_buf.read(in, in.get_tag_end_position());
get_tag_end_position  104 libcore/swf/DoInitActionTag.h         _buf.read(in, in.get_tag_end_position());
get_tag_end_position   70 libcore/swf/PlaceObject2Tag.cpp     if (in.tell() < in.get_tag_end_position())
get_tag_end_position   74 libcore/swf/PlaceObject2Tag.cpp         if (in.tell() < in.get_tag_end_position())
get_tag_end_position  154 libcore/swf/PlaceObject2Tag.cpp             if (in.get_tag_end_position() - in.tell() <  event_length) {
get_tag_end_position  160 libcore/swf/PlaceObject2Tag.cpp                     event_length, in.get_tag_end_position() - in.tell());
get_tag_end_position   91 libcore/swf/StreamSoundBlockTag.cpp     const unsigned int dataLength = in.get_tag_end_position() - in.tell();
get_tag_end_position   81 libcore/swf/VideoFrameTag.cpp     const unsigned int dataLength = in.get_tag_end_position() - in.tell();
get_tag_end_position   79 libcore/swf/tag_loaders.cpp     size_t end_tag = in.get_tag_end_position();
get_tag_end_position  198 libcore/swf/tag_loaders.cpp         const unsigned dataLength = in.get_tag_end_position() - in.tell();
get_tag_end_position  351 libcore/swf/tag_loaders.cpp     unsigned long curPos = in.tell(), endTag=in.get_tag_end_position();