Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc179 uint128_pod pod = { 12345, 67890 }; in TEST() local
435 constexpr uint128_pod pod = {2, 3}; in TEST() local
Dstringpiece.h436 StringPiecePod pod; in CreateFromStringPiece() local
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp64 static const D* pod(const T* op, size_t offset = 0) { in pod() function
497 void* DisplayListData::push(size_t pod, Args&&... args) { in push()
603 void* pod = this->push<DrawAnnotation>(bytes, rect, value); in drawAnnotation() local
634 void* pod = this->push<DrawImageLattice>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds, in drawImageLattice() local
652 void* pod = this->push<DrawPoints>(count * sizeof(SkPoint), mode, count, paint); in drawPoints() local
657 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone), vertices, boneCount, in drawVertices() local
668 void* pod = in drawAtlas() local