Home
last modified time | relevance | path

Searched refs:WriteUint32 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/
Drtp_file_writer.cc47 RTC_CHECK(WriteUint32(offset)); in WritePacket()
56 RTC_CHECK(WriteUint32(0)); in Init()
57 RTC_CHECK(WriteUint32(0)); in Init()
58 RTC_CHECK(WriteUint32(0)); in Init()
65 bool WriteUint32(uint32_t in) { in WriteUint32() function in webrtc::test::RtpDumpWriter
/external/v8/src/parsing/
Dpreparsed-scope-data.cc94 void ProducedPreParsedScopeData::ByteData::WriteUint32(uint32_t data) { in WriteUint32() function in v8::internal::ProducedPreParsedScopeData::ByteData
173 byte_data_->WriteUint32(0); in ProducedPreParsedScopeData()
237 byte_data_->WriteUint32(start_position); in AddSkippableFunction()
238 byte_data_->WriteUint32(end_position); in AddSkippableFunction()
239 byte_data_->WriteUint32(num_parameters); in AddSkippableFunction()
240 byte_data_->WriteUint32(num_inner_functions); in AddSkippableFunction()
274 byte_data_->WriteUint32(kMagicValue); in SaveScopeAllocationData()
275 byte_data_->WriteUint32(scope->start_position()); in SaveScopeAllocationData()
276 byte_data_->WriteUint32(scope->end_position()); in SaveScopeAllocationData()
401 byte_data_->WriteUint32(name->length()); in SaveDataForVariable()
Dpreparsed-scope-data.h74 void WriteUint32(uint32_t data);
/external/flatbuffers/go/
Dencode.go160 func WriteUint32(buf []byte, n uint32) { func
217 WriteUint32(buf, math.Float32bits(n))
237 WriteUint32(buf, uint32(n))
Dtable.go323 WriteUint32(t.Bytes[off:], n)
Dbuilder.go704 WriteUint32(b.Bytes[b.head:], x)
/external/v8/src/
Dvalue-serializer.h87 void WriteUint32(uint32_t value);
Dvalue-serializer.cc321 void ValueSerializer::WriteUint32(uint32_t value) { in WriteUint32() function in v8::internal::ValueSerializer
Dapi.cc3170 void ValueSerializer::WriteUint32(uint32_t value) { in WriteUint32() function in v8::ValueSerializer
3171 private_->serializer.WriteUint32(value); in WriteUint32()
/external/v8/include/
Dv8.h2108 void WriteUint32(uint32_t value);