Home
last modified time | relevance | path

Searched refs:WriteUInt32 (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/flip/
Dflip_framer_test.cc158 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()
Dflip_framer.cc440 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()
Dflip_frame_builder.h73 bool WriteUInt32(uint32 value) { in WriteUInt32() function
/external/chromium/base/
Dpickle.h101 bool WriteUInt32(uint32 value) { in WriteUInt32() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h330 static void WriteUInt32 (field_number, uint32 value, output);
Dextension_set.cc1218 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()