Searched defs:buffer_str (Results 1 – 5 of 5) sorted by relevance
54 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error>; in buffer_str() method77 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error> { in buffer_str() method
116 …auto buffer_str = "(float16_t *)" + MemoryAllocator::GetInstance()->GetRuntimeAddr(line_buffer_) +… in DoCode() local
110 auto buffer_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(static_cast<float16 *>(buffer_)); in DoCode() local
197 auto buffer_str = "(float *)" + MemoryAllocator::GetInstance()->GetRuntimeAddr(line_buffer_); in DoCode() local
1028 const char* buffer_str = reinterpret_cast<const char*>(buffer_); in TEST_P() local