Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DArgs.h364 UInt64ValueIsValidForByteSize (uint64_t uval64, size_t total_byte_size) in UInt64ValueIsValidForByteSize()
377 SInt64ValueIsValidForByteSize (int64_t sval64, size_t total_byte_size) in SInt64ValueIsValidForByteSize()
/external/lldb/include/lldb/Core/
DScalar.h231 UIntValueIsValidForSize (uint64_t uval64, size_t total_byte_size) in UIntValueIsValidForSize()
244 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp591 size_t total_byte_size = 0; in DoExecute() local
1045 UIntValueIsValidForSize (uint64_t uval64, size_t total_byte_size) in UIntValueIsValidForSize()
1058 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()