Home
last modified time | relevance | path

Searched refs:IntToConstPtr (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_containers_unittest.cc49 inline static const void* IntToConstPtr(int addr) { in IntToConstPtr() function in brillo::MemoryContainerTest
56 const void* const test_write_buffer_ = IntToConstPtr(67890);
60 const void* const const_buffer_ = IntToConstPtr(123);
Dmemory_stream_unittest.cc62 inline static const void* IntToConstPtr(int addr) { in IntToConstPtr() function in brillo::MemoryStreamTest
70 const void* const test_write_buffer_ = IntToConstPtr(67890);
Dfile_stream_unittest.cc173 inline static const char* IntToConstPtr(int addr) { in IntToConstPtr() function in brillo::FileStreamTest
189 const char* const test_write_buffer_ = IntToConstPtr(67890);