Home
last modified time | relevance | path

Searched refs:GetLast (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libwebm/
Dmkvparser.hpp742 const CuePoint* GetLast() const;
789 long GetLast(const BlockEntry*&) const;
897 const Cluster* GetLast() const;
Dmkvparser.cpp2491 const CuePoint* Cues::GetLast() const { in GetLast() function in mkvparser::Cues
2944 const Cluster* Segment::GetLast() const { in GetLast() function in mkvparser::Segment
3158 pResult = GetLast(); in ParseNext()
7246 const long status = GetLast(pEntry); in GetLastTime()
7462 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast() function in mkvparser::Cluster
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp742 const CuePoint* GetLast() const;
789 long GetLast(const BlockEntry*&) const;
897 const Cluster* GetLast() const;
Dmkvparser.cpp2489 const CuePoint* Cues::GetLast() const { in GetLast() function in mkvparser::Cues
2942 const Cluster* Segment::GetLast() const { in GetLast() function in mkvparser::Segment
3156 pResult = GetLast(); in ParseNext()
7248 const long status = GetLast(pEntry); in GetLastTime()
7464 long Cluster::GetLast(const BlockEntry*& pLast) const { in GetLast() function in mkvparser::Cluster
/external/clang/lib/CodeGen/
DCGStmt.cpp266 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() argument
274 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
279 bool GetLast, in EmitCompoundStmtWithoutScope() argument
283 E = S.body_end()-GetLast; I != E; ++I) in EmitCompoundStmtWithoutScope()
287 if (GetLast) { in EmitCompoundStmtWithoutScope()
DCodeGenFunction.h1946 llvm::Value *EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
1949 bool GetLast = false,