Searched refs:InOutCountedBuffer (Results 1 – 4 of 4) sorted by relevance
243 class InOutCountedBuffer : public CountedBuffer {245 InOutCountedBuffer(void* buffer, uint32 size) : CountedBuffer(buffer, size) {} in InOutCountedBuffer() function251 class CopyHelper<InOutCountedBuffer> {253 CopyHelper(const InOutCountedBuffer t) : t_(t) {} in CopyHelper()289 const InOutCountedBuffer t_;
190 InOutCountedBuffer file_info(file_attributes, in TargetNtQueryAttributesFile()251 InOutCountedBuffer file_info(file_attributes, in TargetNtQueryFullAttributesFile()337 InOutCountedBuffer io_status_buffer(io_status, sizeof(IO_STATUS_BLOCK)); in TargetNtSetInformationFile()340 InOutCountedBuffer file_info_buffer(file_info, length); in TargetNtSetInformationFile()
302 InOutCountedBuffer proc_info(process_information, in TargetCreateProcessW()380 InOutCountedBuffer proc_info(process_information, in TargetCreateProcessA()
143 InOutCountedBuffer counted_buffer(&cookie, sizeof(cookie)); in TestIPCPing()