Home
last modified time | relevance | path

Searched refs:writeGroup (Results 1 – 25 of 34) sorted by relevance

12

/external/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
DCodedOutputStreamWriter.java158 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in CodedOutputStreamWriter
159 output.writeGroup(fieldNumber, (MessageLite) value); in writeGroup()
163 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in CodedOutputStreamWriter
164 output.writeGroup(fieldNumber, (MessageLite) value, schema); in writeGroup()
567 writeGroup(fieldNumber, value.get(i)); in writeGroupList()
574 writeGroup(fieldNumber, value.get(i), schema); in writeGroupList()
DBinaryWriter.java814 writeGroup(fieldNumber, list.get(i)); in writeGroupList()
822 writeGroup(fieldNumber, list.get(i), schema); in writeGroupList()
1084 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
DExtensionSchemaLite.java486 writer.writeGroup( in serializeExtension()
DExtensionSchemaFull.java487 writer.writeGroup(descriptor.getNumber(), extension.getValue()); in serializeExtension()
DFieldSet.java623 output.writeGroup(number, (MessageLite) value); in writeElement()
DUnknownFieldSet.java813 output.writeGroup(fieldNumber, value); in writeTo()
DMessageSchema.java2670 writer.writeGroup( in writeFieldsInAscendingOrderProto2()
2902 writer.writeGroup( in writeFieldsInAscendingOrderProto2()
3031 writer.writeGroup( in writeFieldsInAscendingOrderProto3()
3354 writer.writeGroup( in writeFieldsInAscendingOrderProto3()
3486 writer.writeGroup( in writeFieldsInDescendingOrder()
3808 writer.writeGroup( in writeFieldsInDescendingOrder()
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
/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp51 writeGroup(*m_testGroups.back()); in testGroupEnded()
58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup() function
Dcatch_reporter_junit.h40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
Dcatch_reporter_junit.cpp109 writeGroup( *m_testGroups.back(), suiteTime ); in testGroupEnded()
116 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup() function in Catch::JunitReporter
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp51 writeGroup(*m_testGroups.back()); in testGroupEnded()
58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup() function
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp433 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
434 addChild(writeGroup); in init()
436writeGroup->addChild(new DepthRangeWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[nd… in init()
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp577 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
578 addChild(writeGroup); in init()
580writeGroup->addChild(new FragDepthWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx… in init()
Des3fBufferMapTests.cpp607 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name,… in init() local
608 mapReadGroup->addChild(writeGroup); in init()
618writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_ful… in init()
619writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_par… in init()
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp548 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write te… in init() local
549 addChild(writeGroup); in init()
551writeGroup->addChild(new FragDepthWriteCase(m_context, cases[ndx].name, cases[ndx].desc, m_glslVer… in init()
/external/protobuf/objectivec/
DGPBCodedOutputStream.h586 - (void)writeGroup:(int32_t)fieldNumber
DGPBCodedOutputStream.m331 - (void)writeGroup:(int32_t)fieldNumber value:(GPBMessage *)value {
863 [self writeGroup:fieldNumber value:value];
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java156 public void writeGroup(final int fieldNumber, final MessageNano value) in writeGroup() method in CodedOutputByteBufferNano
1207 writeGroup(number, groupValue); in writeField()
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js681 writer.writeGroup(5, dummyMessage, function() {
683 writer.writeGroup(6, dummyMessage, function() {
/external/protobuf/js/binary/
Dreader_test.js681 writer.writeGroup(5, dummyMessage, function() {
695 writer.writeGroup(6, dummyMessage, function() {
Dwriter.js852 jspb.BinaryWriter.prototype.writeGroup = function( method in jspb.BinaryWriter
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js681 writer.writeGroup(5, dummyMessage, function() {
683 writer.writeGroup(6, dummyMessage, function() {
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java183 public void writeGroup(final int fieldNumber, final MessageMicro value) in writeGroup() method in CodedOutputStreamMicro

12