HomeSort by relevance Sort by last modified time
    Searched refs:message_set_wire_format (Results 1 - 24 of 24) sorted by null

  /external/golang-protobuf/descriptor/
descriptor_test.go 27 fmt.Printf("%v uses option message_set_wire_format.\n", md.GetName())
31 // MyMessageSet uses option message_set_wire_format.
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_extension.cc 85 if (descriptor_->containing_type()->options().message_set_wire_format())
objectivec_message.cc 505 if (descriptor_->options().message_set_wire_format()) {
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
message_set.go 139 // Support for the message_set_wire_format message option.
149 // It is called by generated Marshal methods on protocol buffer messages with the message_set_wire_format option.
186 // It is called by Unmarshal methods on protocol buffer messages with the message_set_wire_format option.
227 // It is called by generated MarshalJSON methods on protocol buffer messages with the message_set_wire_format option.
288 // It is called by generated UnmarshalJSON methods on protocol buffer messages with the message_set_wire_format option.
  /external/golang-protobuf/proto/
message_set.go 133 // Support for the message_set_wire_format message option.
143 // It is called by Unmarshal methods on protocol buffer messages with the message_set_wire_format option.
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 575 if (descriptor_->options().message_set_wire_format()) {
606 if (descriptor_->options().message_set_wire_format()) {
631 if (descriptor_->options().message_set_wire_format()) {
641 if (descriptor_->options().message_set_wire_format()) {
    [all...]
java_message_lite.cc 488 if (descriptor_->options().message_set_wire_format()) {
541 if (descriptor_->options().message_set_wire_format()) {
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 418 descriptor->options().message_set_wire_format() &&
801 if (descriptor->options().message_set_wire_format()) {
822 field->containing_type()->options().message_set_wire_format() &&
    [all...]
descriptor.cc     [all...]
text_format.cc     [all...]
generated_message_reflection.cc     [all...]
descriptor.pb.h 6296 inline bool MessageOptions::message_set_wire_format() const { function in class:google::protobuf::MessageOptions
    [all...]
descriptor.pb.cc 9766 bool MessageOptions::message_set_wire_format() const { function in class:google::protobuf::MessageOptions
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/extension_base/
extension_base.pb.go 72 // Another message that may be extended, using message_set_wire_format.
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
python_message.py 170 descriptor.GetOptions().message_set_wire_format):
273 field.containing_type.GetOptions().message_set_wire_format and
    [all...]
reflection_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 243 if (field.containing_type.GetOptions().message_set_wire_format and
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6921 inline upb::reffed_ptr<const upb::FieldDef> message_set_wire_format() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_MessageOptions_message_set_wire_format) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::MessageOptions
    [all...]

Completed in 757 milliseconds