HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt32 (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/flip/
flip_framer.cc 440 frame.WriteUInt32(0); // Placeholder for the length and flags
441 frame.WriteUInt32(stream_id);
473 frame.WriteUInt32(8);
474 frame.WriteUInt32(stream_id);
475 frame.WriteUInt32(status);
486 frame.WriteUInt32(0); // Placeholder for the length and flags.
487 frame.WriteUInt32(stream_id);
519 frame.WriteUInt32(stream_id);
539 frame.WriteUInt32(0);
flip_framer_test.cc 158 frame.WriteUInt32(0); // Placeholder for the length.
159 frame.WriteUInt32(3); // stream_id
183 frame.WriteUInt32(0); // Placeholder for the length.
184 frame.WriteUInt32(3); // stream_id
209 frame.WriteUInt32(0); // Placeholder for the length.
210 frame.WriteUInt32(3); // stream_id
flip_frame_builder.h 73 bool WriteUInt32(uint32 value) {
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 258 ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->cmd(), output);
263 ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->length_data(), output);
268 ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->status(), output);
  /hardware/ril/mock-ril/src/generated/cpp/
msgheader.pb.cpp 258 ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->cmd(), output);
263 ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->length_data(), output);
268 ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->status(), output);
  /external/chromium/base/
pickle.h 101 bool WriteUInt32(uint32 value) {
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 219 void WireFormatLite::WriteUInt32(int field_number, uint32 value,
wire_format_lite.h 330 static void WriteUInt32 (field_number, uint32 value, output);
extension_set.cc     [all...]

Completed in 4290 milliseconds