Home
last modified time | relevance | path

Searched defs:body_end (Results 1 – 3 of 3) sorted by relevance

/external/libwebm/webm_parser/demo/
Ddemo.cc636 const std::uint64_t body_end = body_start + metadata.size; in PrintElementMetadata() local
/external/clang/include/clang/AST/
DStmt.h583 body_iterator body_end() { return Body + size(); } in body_end() function
599 const_body_iterator body_end() const { return Body + size(); } in body_end() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1433 body_iterator body_end() { return body_begin() + size(); } in body_end() function
1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function