HomeSort by relevance Sort by last modified time
    Searched defs:Rewind (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
list-inl.h 141 void List<T, P>::Rewind(int pos) {
small-pointer-list.h 108 void Rewind(int pos) {
120 list()->Rewind(pos);
unicode-inl.h 206 void InputBuffer<R, I, s>::Rewind() {
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 60 int FileWrapperImpl::Rewind()
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 89 void Rewind(CheckerContext &C, const CallExpr *CE) const;
141 II_rewind = &Ctx.Idents.get("rewind");
184 Rewind(C, CE);
299 void StreamChecker::Rewind(CheckerContext &C, const CallExpr *CE) const {
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 204 inline bool Rewind() { return SetPosition(0); }
  /external/webrtc/src/
common_types.h 34 virtual int Rewind() {return -1;}
44 virtual int Rewind() {return -1;}

Completed in 317 milliseconds