Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 auto WriteField = [&](StringRef Field, uint8_t Size) { in yaml2archive() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dencode_proto_op.cc249 Status WriteField(const FieldDescriptor& field_desc, const Tensor& input, in WriteField() function
341 Status WriteField(const FieldDescriptor& field_desc, const Tensor& input, in WriteField() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dsupplement_data.cc133 bool SupplementDataWriter::WriteField(DataType type, const ByteBuffer& data) { in WriteField() function in bt::SupplementDataWriter
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/multipart/
Dwriter.go159 func (w *Writer) WriteField(fieldname, value string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dencode.go50 func (e *Encoder) WriteField(f HeaderField) error { func
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTestSubcase.cpp112 void WriteField(tcu::TestLog &log, const char *title, std::string message) in WriteField() function
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dsource_writer.cc229 SourceWriter& SourceWriter::WriteField(const Variable& field, int modifiers, in WriteField() function in tensorflow::java::SourceWriter