Searched refs:SpdyPingControlFrameBlock (Results 1 – 1 of 1) sorted by relevance
288 struct SpdyPingControlFrameBlock : SpdyFrameBlock { struct682 static size_t size() { return sizeof(SpdyPingControlFrameBlock); } in size()685 const struct SpdyPingControlFrameBlock* block() const { in block()686 return static_cast<SpdyPingControlFrameBlock*>(frame_); in block()688 struct SpdyPingControlFrameBlock* mutable_block() { in mutable_block()689 return static_cast<SpdyPingControlFrameBlock*>(frame_); in mutable_block()