remove            285 cygnal/libamf/buffer.h     boost::uint8_t *remove(boost::uint8_t c);
remove            295 cygnal/libamf/buffer.h     boost::uint8_t *remove(int index);
remove            310 cygnal/libamf/buffer.h     boost::uint8_t *remove(int start, int range);
remove             67 cygnal/libnet/cque.h     void remove(boost::shared_ptr<cygnal::Buffer> begin, boost::shared_ptr<cygnal::Buffer> end);
remove             70 cygnal/libnet/cque.h     void remove(boost::shared_ptr<cygnal::Buffer> it);
remove            494 cygnal/libnet/rtmp.cpp     boost::uint8_t *end = buf.remove(0xc3);
remove            486 cygnal/testsuite/libamf.all/test_buffer.cpp     buf1.remove(byte);
remove            496 cygnal/testsuite/libamf.all/test_buffer.cpp     buf2.remove(6);
remove            510 cygnal/testsuite/libamf.all/test_buffer.cpp     buf3.remove(6, 8);
remove            126 cygnal/testsuite/libnet.all/test_cque.cpp      que.remove(buf);
remove            196 libbase/rc.cpp             l.remove(*i);
remove            952 libcore/asobj/Array_as.cpp     size_t remove = size - start;
remove            963 libcore/asobj/Array_as.cpp         remove = clamp<int>(remval, 0, size - start);
remove            981 libcore/asobj/Array_as.cpp     for (size_t i = 0; i < remove; ++i) {
remove            988 libcore/asobj/Array_as.cpp     for (size_t i = 0; i < static_cast<size_t>(size - remove); ++i) {
remove            990 libcore/asobj/Array_as.cpp         const size_t index = started ? i + remove : i;
remove           1002 libcore/asobj/Array_as.cpp     array->set_member(propLen, size + newelements - remove);
remove            359 libcore/asobj/SharedObject_as.cpp         std::remove(filespec.c_str());
remove            206 libcore/asobj/XMLNode_as.cpp     _children.remove(node);
remove           1600 librender/opengl/Renderer_ogl.cpp         path_refs.remove(tmp);