HomeSort by relevance Sort by last modified time
    Searched refs:GetLast (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libwebm/
mkvparser.hpp 668 const CuePoint* GetLast() const;
720 long GetLast(const BlockEntry*&) const;
841 const Cluster* GetLast() const;
mkvparser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 190 /// EmitCompoundStmt - Emit a compound statement {..} node. If GetLast is true,
193 RValue CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
201 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
204 RValue CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast,
208 E = S.body_end()-GetLast; I != E; ++I)
212 if (!GetLast)
    [all...]
CodeGenFunction.h     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 367 pCP = pCues->GetLast();

Completed in 138 milliseconds