Home
last modified time | relevance | path

Searched defs:WriteAt (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet.h189 uint8_t* WriteAt(size_t offset) { return buffer_.MutableData() + offset; } in WriteAt() function
190 void WriteAt(size_t offset, uint8_t byte) { in WriteAt() function
/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dio.go250 WriteAt(p []byte, off int64) (n int, err error) methodSpec
588 func (o *OffsetWriter) WriteAt(p []byte, off int64) (n int, err error) { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_frame_builder.cc145 void Http2FrameBuilder::WriteAt(absl::string_view s, size_t offset) { in WriteAt() function in http2::test::Http2FrameBuilder
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Derrors.rs37 WriteAt, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dmacho_combine_dwarf.go80 func (r loadCmdReader) WriteAt(offset int64, data interface{}) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dfile.go219 func (f *File) WriteAt(b []byte, off int64) (n int, err error) { func
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs224639 pub WriteAt: ::std::option::Option< field