Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp599 uint64_t GetObjectSize() const { return m_objSize; } in GetObjectSize() function
796 pBuf = llvm::MemoryBuffer::getNewUninitMemBuffer(size_t(header.GetObjectSize())); in getObject()
798 pBuf = llvm::WritableMemoryBuffer::getNewUninitMemBuffer(size_t(header.GetObjectSize())); in getObject()
800 if (!fread(const_cast<char*>(pBuf->getBufferStart()), header.GetObjectSize(), 1, fpObjIn)) in getObject()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h121 uint32_t GetObjectSize() const { return static_cast<uint32_t>(object_size_); } in GetObjectSize() function
Dgenerated_message_reflection.cc281 size_t total_size = schema_.GetObjectSize(); in SpaceUsedLong()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h124 uint32_t GetObjectSize() const { return static_cast<uint32_t>(object_size_); } in GetObjectSize() function
Dgenerated_message_reflection.cc277 size_t total_size = schema_.GetObjectSize(); in SpaceUsedLong()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1774 jvmtiError (JNICALL *GetObjectSize) (jvmtiEnv* env,
2238 jvmtiError GetObjectSize(jobject object, in GetObjectSize() function
2240 return functions->GetObjectSize(this, object, size_ptr); in GetObjectSize()