Searched defs:GetByteSize (Results 1 - 25 of 39) sorted by relevance

12

/external/lldb/include/lldb/Core/
H A DAddressRange.h248 GetByteSize () const { return m_byte_size; } function in class:lldb_private::AddressRange
H A DValueObjectChild.h30 GetByteSize() function in class:lldb_private::ValueObjectChild
H A DDataEncoder.h124 GetByteSize () const function in class:lldb_private::DataEncoder
416 return offset < GetByteSize();
435 const uint32_t size = GetByteSize();
H A DDataExtractor.h383 GetByteSize () const function in class:lldb_private::DataExtractor
1249 return offset < GetByteSize();
1277 const lldb::offset_t size = GetByteSize();
H A DVMRange.h79 GetByteSize () const function in class:lldb_private::VMRange
H A DSection.h201 GetByteSize () const function in class:lldb_private::Section
/external/lldb/source/Core/
H A DDataBufferHeap.cpp79 DataBufferHeap::GetByteSize () const function in class:DataBufferHeap
H A DValueObjectCast.cpp78 ValueObjectCast::GetByteSize() function in class:ValueObjectCast
H A DDataBufferMemoryMap.cpp72 DataBufferMemoryMap::GetByteSize() const function in class:DataBufferMemoryMap
257 return GetByteSize ();
H A DValueObjectMemory.cpp160 ValueObjectMemory::GetByteSize() function in class:ValueObjectMemory
163 return m_type_sp->GetByteSize();
164 return m_clang_type.GetByteSize ();
H A DEvent.cpp165 EventDataBytes::GetByteSize() const function in class:EventDataBytes
203 return e->GetByteSize();
H A DUUID.cpp139 UUID::GetByteSize() function in class:lldb_private::UUID
H A DValueObjectDynamicValue.cpp100 ValueObjectDynamicValue::GetByteSize() function in class:ValueObjectDynamicValue
106 return m_parent->GetByteSize();
H A DValueObjectSyntheticFilter.cpp132 ValueObjectSynthetic::GetByteSize() function in class:ValueObjectSynthetic
134 return m_parent->GetByteSize();
H A DValueObjectConstResult.cpp91 DataBufferSP shared_data_buffer(new DataBufferHeap(data.GetDataStart(), data.GetByteSize()));
252 ValueObjectConstResult::GetByteSize() function in class:ValueObjectConstResult
255 m_byte_size = GetClangType().GetByteSize();
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h61 GetByteSize () const function in class:lldb_private::StoppointLocation
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h132 GetByteSize () const function in class:lldb_private::ObjectContainer
H A DObjectFile.h302 GetByteSize () const function in class:lldb_private::ObjectFile
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp48 ClangExpressionVariable::GetByteSize () function in class:ClangExpressionVariable
50 return m_frozen_sp->GetByteSize();
100 const size_t byte_size = m_frozen_sp->GetByteSize();
103 if (m_frozen_sp->GetDataExtractor().GetByteSize() < byte_size)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h30 mach_vm_size_t GetByteSize () const { return m_size; } function in class:MachVMRegion
/external/lldb/include/lldb/Target/
H A DMemory.h103 GetByteSize () const function in class:lldb_private::AllocatedBlock
/external/lldb/source/API/
H A DSBInstruction.cpp130 SBInstruction::GetByteSize () function in class:SBInstruction
133 return m_opaque_sp->GetOpcode().GetByteSize();
H A DSBSection.cpp161 SBSection::GetByteSize () function in class:SBSection
165 return section_sp->GetByteSize();
222 file_size = section_sp->GetByteSize();
229 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0)
281 strm.Printf ("[0x%16.16" PRIx64 "-0x%16.16" PRIx64 ") ", file_addr, file_addr + section_sp->GetByteSize());
H A DSBData.cpp117 SBData::GetByteSize () function in class:SBData
122 value = m_opaque_sp->GetByteSize();
124 log->Printf ("SBData::GetByteSize () => "
450 m_opaque_sp->GetByteSize(),
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py51 def GetByteSize(self): member in class:SerializableType
310 self.sub_type.GetByteSize() * len(value))
325 position = position + self.sub_type.GetByteSize()
342 position += self.sub_type.GetByteSize()
466 def GetByteSize(self): member in class:FieldGroup
490 def GetByteSize(self): member in class:SingleFieldGroup
491 return self.field_type.GetByteSize()
514 def GetByteSize(self): member in class:BooleanGroup

Completed in 3093 milliseconds

12