Searched refs:CommandBuffer (Results 1 – 1 of 1) sorted by relevance
58 using CommandBuffer = ByteBuffer<protocol::kMaxMessageSize * 2>; typedef82 CommandBuffer BuildAsciiMessageCommandWithAdjustments( in BuildAsciiMessageCommandWithAdjustments()113 return CommandBuffer() in BuildAsciiMessageCommandWithAdjustments()120 CommandBuffer BuildAsciiMessageCommand(const std::string& tag, in BuildAsciiMessageCommand()130 const CommandBuffer& command_buffer(BuildAsciiMessageCommandWithAdjustments( in SendAsciiMessageWithAdjustments()149 const auto buf = CommandBuffer().AppendOrDie(&command, sizeof(command)); in SendDumpBuffers()172 const CommandBuffer& command_buffer( in TEST_F()228 const auto buf = CommandBuffer().AppendOrDie(&command, sizeof(command)); in TEST_F()246 const CommandBuffer& command_buf(BuildAsciiMessageCommand("tag", "message")); in TEST_F()450 const CommandBuffer& command_buffer( in TEST_F()[all …]