Searched refs:WriteUInt32 (Results 1 – 7 of 7) sorted by relevance
158 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()159 frame.WriteUInt32(3); // stream_id in TEST_F()183 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()184 frame.WriteUInt32(3); // stream_id in TEST_F()209 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()210 frame.WriteUInt32(3); // stream_id in TEST_F()
440 frame.WriteUInt32(0); // Placeholder for the length and flags in CreateSynStream()441 frame.WriteUInt32(stream_id); in CreateSynStream()473 frame.WriteUInt32(8); in CreateFinStream()474 frame.WriteUInt32(stream_id); in CreateFinStream()475 frame.WriteUInt32(status); in CreateFinStream()486 frame.WriteUInt32(0); // Placeholder for the length and flags. in CreateSynReply()487 frame.WriteUInt32(stream_id); in CreateSynReply()519 frame.WriteUInt32(stream_id); in CreateDataFrame()539 frame.WriteUInt32(0); in CreateNopFrame()
73 bool WriteUInt32(uint32 value) { in WriteUInt32() function
101 bool WriteUInt32(uint32 value) { in WriteUInt32() function
219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
330 static void WriteUInt32 (field_number, uint32 value, output);
1218 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()