OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteUInt32
(Results
1 - 17
of
17
) sorted by null
/external/chromium/webkit/glue/
webcursor_unittest.cc
26
ok_custom_pickle.
WriteUInt32
(0);
28
ok_custom_pickle.
WriteUInt32
(0);
43
short_custom_pickle.
WriteUInt32
(0);
45
ok_custom_pickle.
WriteUInt32
(0);
62
large_custom_pickle.
WriteUInt32
(0);
64
ok_custom_pickle.
WriteUInt32
(0);
79
neg_custom_pickle.
WriteUInt32
(0);
81
neg_custom_pickle.
WriteUInt32
(0);
112
ok_custom_pickle.
WriteUInt32
(0);
114
ok_custom_pickle.
WriteUInt32
(0)
[
all
...]
webcursor_win.cc
216
return pickle->
WriteUInt32
(reinterpret_cast<uint32>(external_cursor_));
/external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h
60
void
WriteUInt32
(uint32 val);
bytebuffer.cc
158
void ByteBuffer::
WriteUInt32
(uint32 val) {
socketadapters.cc
696
request.
WriteUInt32
(dest_.ip()); // Destination IP
834
response.
WriteUInt32
(addr.ip());
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc
51
buf->
WriteUInt32
(start_sec);
52
buf->
WriteUInt32
(start_usec);
53
buf->
WriteUInt32
(source);
275
buffer.
WriteUInt32
(timestamp);
312
buf.
WriteUInt32
(elapsed);
/external/chromium/net/spdy/
spdy_framer.cc
545
frame.
WriteUInt32
(0); // Placeholder for the length and flags
546
frame.
WriteUInt32
(stream_id);
547
frame.
WriteUInt32
(associated_stream_id);
586
frame.
WriteUInt32
(0); // Placeholder for the length and flags.
587
frame.
WriteUInt32
(stream_id);
628
frame.
WriteUInt32
(8);
629
frame.
WriteUInt32
(stream_id);
630
frame.
WriteUInt32
(status);
642
frame.
WriteUInt32
(settings_size);
643
frame.
WriteUInt32
(values.size())
[
all
...]
spdy_frame_builder.h
70
bool
WriteUInt32
(uint32 value) {
spdy_framer_test.cc
255
frame.
WriteUInt32
(0); // Placeholder for the length.
256
frame.
WriteUInt32
(3); // stream_id
257
frame.
WriteUInt32
(0); // associated stream id
283
frame1.
WriteUInt32
(0); // Placeholder for the length.
284
frame1.
WriteUInt32
(3); // stream_id
298
frame2.
WriteUInt32
(0); // Placeholder for the length.
299
frame2.
WriteUInt32
(3); // stream_id
324
frame.
WriteUInt32
(0); // Placeholder for the length.
325
frame.
WriteUInt32
(3); // stream_id
326
frame.
WriteUInt32
(0); // associated stream i
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
343
buf->
WriteUInt32
(ip_);
368
buf->
WriteUInt32
(bits_);
452
buf->
WriteUInt32
(error_code());
548
buf->
WriteUInt32
((preallocate_ ? 4 : 0) | prefs_);
/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);
/external/chromium/base/
pickle.h
105
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
...]
/external/chromium/net/socket/
dns_cert_provenance_checker.cc
265
p.
WriteUInt32
(pad_bytes);
/external/chromium/base/metrics/
histogram.cc
221
pickle.
WriteUInt32
(histogram.range_checksum());
[
all
...]
Completed in 2880 milliseconds