Searched defs:WriteAt (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_packet.h | 189 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/ |
D | io.go | 250 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 D | http2_frame_builder.cc | 145 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/ |
D | errors.rs | 37 WriteAt, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | macho_combine_dwarf.go | 80 func (r loadCmdReader) WriteAt(offset int64, data interface{}) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | file.go | 219 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 D | bindings.rs | 224639 pub WriteAt: ::std::option::Option< field
|