Home
last modified time | relevance | path

Searched defs:WriteToBuffer (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
H A Dtrt_plugin.h58 void WriteToBuffer(const T& val, char** buffer) const { in WriteToBuffer() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dstring_util.cc71 int DynamicBuffer::WriteToBuffer(char** buffer) { in WriteToBuffer() function in tflite::DynamicBuffer
/aosp_15_r20/external/openscreen/cast/common/channel/
H A Dmessage_framer_unittest.cc48 void WriteToBuffer(const std::vector<uint8_t>& data) { in WriteToBuffer() function in openscreen::cast::message_serialization::CastFramerTest
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_headers.h728 void WriteToBuffer(Buffer* buffer) const { in WriteToBuffer() function
1345 void BalsaHeaders::WriteToBuffer(Buffer* buffer, CaseOption case_option, in WriteToBuffer() function
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_hdlc.cpp64 otError WriteToBuffer(const uint8_t *aText, Spinel::FrameWritePointer &aWritePointer) in WriteToBuffer() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A Dobject_accessor_test.cc116 TEST(Preprocessor, WriteToBuffer) { in TEST() argument
/aosp_15_r20/external/libchrome/mojo/core/test/
H A Dmojo_test_base.cc218 void MojoTestBase::WriteToBuffer(MojoHandle h, in WriteToBuffer() function in mojo::core::test::MojoTestBase
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dutil.cc81 MutableBufferView WriteToBuffer(InputType data, in WriteToBuffer() function
/aosp_15_r20/external/skia/src/core/
H A DSkRRect.cpp612 void SkRRectPriv::WriteToBuffer(const SkRRect& rr, SkWBuffer* buffer) { in WriteToBuffer() function in SkRRectPriv