Home
last modified time | relevance | path

Searched defs:writeGroup (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java113 void writeGroup(int fieldNumber, Object value) throws IOException; in writeGroup() method
121 void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException; in writeGroup() method
DBinaryWriter.java1084 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter
1091 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter
1621 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter
1628 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter
2152 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter
2159 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter
2709 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter
2716 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStreamWriter.java158 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in CodedOutputStreamWriter
163 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in CodedOutputStreamWriter
DCodedOutputStream.java1012 public final void writeGroup(final int fieldNumber, final MessageLite value) throws IOException { in writeGroup() method in CodedOutputStream
1024 final void writeGroup(final int fieldNumber, final MessageLite value, Schema schema) in writeGroup() method in CodedOutputStream
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp548 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthRangeTests.cpp433 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp577 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
Des3fBufferMapTests.cpp607 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name,… in init() local
/third_party/protobuf/js/binary/
Dwriter.js874 jspb.BinaryWriter.prototype.writeGroup = function( method in jspb.BinaryWriter
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js279 function writeGroup(writer, fieldNumber, value) { function