Searched refs:GetValueByteSize (Results 1 – 5 of 5) sorted by relevance
52 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize()
194 uint64_t Value::GetValueByteSize(Status *error_ptr, ExecutionContext *exe_ctx) { in GetValueByteSize() function in Value493 size_t byte_size = GetValueByteSize(&error, exe_ctx); in GetValueAsData()
101 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize()
188 size_t value_size = m_value.GetValueByteSize(&m_error, &exe_ctx); in UpdateValue()
132 uint64_t GetValueByteSize(Status *error_ptr, ExecutionContext *exe_ctx);