Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java91 void writeGroup(int fieldNumber, Object value) throws IOException; in writeGroup() method
99 void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException; in writeGroup() method
DBinaryWriter.java1066 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter
1073 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter
1603 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter
1610 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter
2135 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter
2142 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter
2694 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter
2701 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStreamWriter.java137 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in CodedOutputStreamWriter
142 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in CodedOutputStreamWriter
DCodedOutputStream.java1010 public final void writeGroup(final int fieldNumber, final MessageLite value) throws IOException { in writeGroup() method in CodedOutputStream
1022 final void writeGroup(final int fieldNumber, final MessageLite value, Schema schema) in writeGroup() method in CodedOutputStream
/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/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/libabigail/tests/lib/
Dcatch.hpp16915 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() function in Catch::JunitReporter