Searched defs:pod (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 179 uint128_pod pod = { 12345, 67890 }; in TEST() local 435 constexpr uint128_pod pod = {2, 3}; in TEST() local
|
D | stringpiece.h | 436 StringPiecePod pod; in CreateFromStringPiece() local
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 64 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
|