HomeSort by relevance Sort by last modified time
    Searched full:messageset (Results 1 - 25 of 28) sorted by null

1 2

  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 333 TestMessageSet messageSet =
350 ByteString data = messageSet.toByteString();
409 TestMessageSet messageSet =
412 assertEquals(123, messageSet.getExtension(
414 assertEquals("foo", messageSet.getExtension(
419 UnknownFieldSet unknownFields = messageSet.getUnknownFields();
TextFormatTest.java 267 TestMessageSet messageSet =
277 assertEquals(messageSetText, messageSet.toString());
348 TestMessageSet messageSet = builder.build();
350 assertTrue(messageSet.hasExtension(
352 assertEquals(123, messageSet.getExtension(
354 assertTrue(messageSet.hasExtension(
356 assertEquals("foo", messageSet.getExtension(
  /external/protobuf/src/google/protobuf/
unittest_mset.proto 65 // MessageSet wire format is equivalent to this.
wire_format.cc 239 // The only unknown fields that are allowed to exist in a MessageSet are
268 // The only unknown fields that are allowed to exist in a MessageSet are
352 // The only unknown fields that are allowed to exist in a MessageSet are
402 // If that failed, but we're a MessageSet, and this is the tag for a
403 // MessageSet item, then parse that.
646 // as no MessageSet encoder I know of writes the message before the type ID.
    [all...]
wire_format_lite.h 182 // These are the tags for the old MessageSet format, which was defined as:
183 // message MessageSet {
205 // Byte size of all tags of a MessageSet::Item combined.
extension_set.h 332 // Parse an entire message in MessageSet format. Such messages have no
363 // Like above but serializes in MessageSet format.
370 // Like ByteSize() but uses MessageSet format.
459 // Parse a single MessageSet item -- called just after the item group start
    [all...]
wire_format.h 203 // Parse/serialize a MessageSet::Item group. Used with messages that use
descriptor.proto 283 // Set true to use the old proto1 MessageSet wire format for extensions.
284 // This is provided for backwards-compatibility with the MessageSet wire
extension_set.cc     [all...]
extension_set_heavy.cc 433 // Not a valid MessageSet extension, but serialize it the normal way.
wire_format_unittest.cc 380 // Serialize a MessageSet to a stream and to a flat array using generated
descriptor_unittest.cc     [all...]
generated_message_reflection.cc     [all...]
text_format.cc 1009 // We special-case MessageSet elements for compatibility with proto1.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 73 // Field numbers for feilds in MessageSet wire format.
CodedOutputStreamMicro.java 258 * Write a MessageSet extension field to the stream. For historical reasons,
271 * Write an unparsed MessageSet extension field to the stream. For
565 * MessageSet extension to the stream. For historical reasons,
577 * unparsed MessageSet extension field to the stream. For
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 305 # MessageSet is special.
309 """Returns a sizer for extensions of MessageSet.
312 message MessageSet {
658 # As before, MessageSet is special.
662 """Encoder for extensions of MessageSet.
665 message MessageSet {
decoder.py 484 """Returns a decoder for a MessageSet item.
489 message MessageSet {
530 raise _DecodeError('MessageSet item missing type_id.')
532 raise _DecodeError('MessageSet item missing message.')
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 427 /** Called by {@code #mergeFieldFrom()} to parse a MessageSet extension. */
435 // The wire format for MessageSet is:
436 // message MessageSet {
446 // In practice, we will probably never see a MessageSet item in which
UnknownFieldSet.java 207 * {@code MessageSet} wire format.
219 * {@code MessageSet} wire format.
776 * {@code output}, using {@code MessageSet} wire format.
789 * number, using {@code MessageSet} wire format.
WireFormat.java 149 // Field numbers for feilds in MessageSet wire format.
CodedOutputStream.java 277 * Write a MessageSet extension field to the stream. For historical reasons,
290 * Write an unparsed MessageSet extension field to the stream. For
595 * MessageSet extension to the stream. For historical reasons,
607 * unparsed MessageSet extension field to the stream. For
    [all...]
ExtensionRegistry.java 236 // This is an extension of a MessageSet type defined within the extension
FieldSet.java 478 * Like {@link #writeTo} but uses MessageSet wire format.
604 * Like {@link #getSerializedSize} but uses MessageSet wire format.
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]

Completed in 441 milliseconds

1 2