Home
last modified time | relevance | path

Searched refs:MessageSet (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set_test.js9 const MessageSet = goog.require('protobuf.runtime.MessageSet'); constant
22 const messageSet = MessageSet.createEmpty();
28 const messageSet = MessageSet.createEmpty();
33 const messageSet = MessageSet.createEmpty();
41 const messageSet = MessageSet.createEmpty();
49 const messageSet = MessageSet.createEmpty();
54 const messageSet = MessageSet.createEmpty();
61 const messageSet = MessageSet.createEmpty();
69 const messageSet = MessageSet.createEmpty();
75 const messageSet = MessageSet.createEmpty();
[all …]
Dmessage_set.js68 class MessageSet { class
75 return new MessageSet(kernel, itemMap);
82 return MessageSet.fromKernel(Kernel.createEmpty());
285 exports = MessageSet;
/third_party/protobuf/python/google/protobuf/internal/
Dmessage_set_extensions.proto31 // This file contains messages that extend MessageSet.
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_mset.proto65 // MessageSet wire format is equivalent to this.
Ddescriptor.proto308 // Set true to use the old proto1 MessageSet wire format for extensions.
309 // This is provided for backwards-compatibility with the MessageSet wire
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_mset.proto65 // MessageSet wire format is equivalent to this.
Ddescriptor.proto308 // Set true to use the old proto1 MessageSet wire format for extensions.
309 // This is provided for backwards-compatibility with the MessageSet wire
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_mset.proto65 // MessageSet wire format is equivalent to this.
Ddescriptor.proto308 // Set true to use the old proto1 MessageSet wire format for extensions.
309 // This is provided for backwards-compatibility with the MessageSet wire
/third_party/protobuf/src/google/protobuf/
Dunittest_mset.proto78 // MessageSet wire format is equivalent to this.
Ddescriptor.proto468 // Set true to use the old proto1 MessageSet wire format for extensions.
469 // This is provided for backwards-compatibility with the MessageSet wire
/third_party/protobuf/objectivec/
DGPBExtensionInternals.m375 // For MessageSet fields the message length will have already been
/third_party/protobuf/
DCHANGES.txt230 * Skip extension tag validation for MessageSet if unknown dependencies are allowed