Home
last modified time | relevance | path

Searched defs:getByteSize (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp145 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::OpAtomicBuffer
301 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::Buffer
DvktSpvAsmUtils.hpp158 virtual size_t getByteSize (void) const { return buffer->getByteSize(); } in getByteSize() function in vkt::SpirVAssembly::Resource