Searched refs:new_push_promise (Results 1 – 1 of 1) sorted by relevance
163 auto new_push_promise = std::make_unique<SpdyPushPromiseIR>( in CloneSpdyPushPromiseIR() local166 new_push_promise->set_fin(push_promise.fin()); in CloneSpdyPushPromiseIR()168 new_push_promise->set_padding_len(push_promise.padding_payload_len() + 1); in CloneSpdyPushPromiseIR()170 return new_push_promise; in CloneSpdyPushPromiseIR()