/external/golang-protobuf/proto/ |
D | all_test.go | 177 err := o.Marshal(pb) 197 err = o.Marshal(pbd) 286 func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } func 345 err := b.Marshal(test.m) 356 m, mErr := Marshal(test.m) 379 err := b.Marshal(msg) 443 err := o.Marshal(pb) 898 d, err := Marshal(pb) 927 d, err := Marshal(pb) 948 o.Marshal(pb) [all …]
|
D | decode_test.go | 51 raw, err := proto.Marshal(&tpb.Message{ 76 raw, err := proto.Marshal(&tpb.Message{ 101 raw, err := proto.Marshal(&tpb.Message{ 126 raw, err := proto.Marshal(&tpb.Message{ 159 raw, err := proto.Marshal(msg) 245 raw, err := proto.Marshal(&tpb.Message{})
|
D | size_test.go | 58 Marshal(messageWithExtension3) 69 func (m nonptrMessage) Marshal() ([]byte, error) { func 82 func (m *messageWithEmbedding) Marshal() ([]byte, error) { func 181 b, err := Marshal(tc.pb)
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
D | plugin.pb.go | 23 var _ = proto.Marshal 53 func (m *Version) Marshal(b []byte, deterministic bool) ([]byte, error) { func 54 return xxx_messageInfo_Version.Marshal(b, m, deterministic) 133 func (m *CodeGeneratorRequest) Marshal(b []byte, deterministic bool) ([]byte, error) { func 134 return xxx_messageInfo_CodeGeneratorRequest.Marshal(b, m, deterministic) 200 func (m *CodeGeneratorResponse) Marshal(b []byte, deterministic bool) ([]byte, error) { func 201 return xxx_messageInfo_CodeGeneratorResponse.Marshal(b, m, deterministic) 295 func (m *CodeGeneratorResponse_File) Marshal(b []byte, deterministic bool) ([]byte, error) { func 296 return xxx_messageInfo_CodeGeneratorResponse_File.Marshal(b, m, deterministic)
|
/external/webrtc/talk/app/webrtc/ |
D | proxy.h | 141 R Marshal(rtc::Thread* t) { in Marshal() function 161 R Marshal(rtc::Thread* t) { in Marshal() function 181 R Marshal(rtc::Thread* t) { in Marshal() function 202 R Marshal(rtc::Thread* t) { in Marshal() function 223 R Marshal(rtc::Thread* t) { in Marshal() function 246 R Marshal(rtc::Thread* t) { in Marshal() function 271 R Marshal(rtc::Thread* t) { in Marshal() function 297 R Marshal(rtc::Thread* t) { in Marshal() function 322 call.Marshal(owner_thread_); \ 333 return call.Marshal(owner_thread_); \ [all …]
|
/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 13 var _ = proto.Marshal 47 return xxx_messageInfo_DoubleValue.Marshal(b, m, deterministic) 92 return xxx_messageInfo_FloatValue.Marshal(b, m, deterministic) 137 return xxx_messageInfo_Int64Value.Marshal(b, m, deterministic) 182 return xxx_messageInfo_UInt64Value.Marshal(b, m, deterministic) 227 return xxx_messageInfo_Int32Value.Marshal(b, m, deterministic) 272 return xxx_messageInfo_UInt32Value.Marshal(b, m, deterministic) 317 return xxx_messageInfo_BoolValue.Marshal(b, m, deterministic) 362 return xxx_messageInfo_StringValue.Marshal(b, m, deterministic) 407 return xxx_messageInfo_BytesValue.Marshal(b, m, deterministic)
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | AuthContextSafeHandle.cs | 49 …var peerIdentityPropertyName = Marshal.PtrToStringAnsi(Native.grpcsharp_auth_context_peer_identity… in ToAuthContext() 79 …var nativeAuthProperty = (NativeAuthProperty) Marshal.PtrToStructure(authPropertyPtr, typeof(Nativ… in PtrToAuthProperty() 81 var name = Marshal.PtrToStringAnsi(nativeAuthProperty.Name); in PtrToAuthProperty() 83 … Marshal.Copy(nativeAuthProperty.Value, valueBytes, 0, (int)nativeAuthProperty.ValueLength); in PtrToAuthProperty()
|
D | NativeLogRedirector.cs | 60 string severityString = Marshal.PtrToStringAnsi(severityStringPtr); in HandleWrite() 63 Marshal.PtrToStringAnsi(fileStringPtr), in HandleWrite() 65 Marshal.PtrToStringAnsi(msgPtr)); in HandleWrite()
|
D | PlatformApis.cs | 186 var buffer = Marshal.AllocHGlobal(8192); in GetUname() 191 return Marshal.PtrToStringAnsi(buffer); in GetUname() 203 Marshal.FreeHGlobal(buffer); in GetUname()
|
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/ |
D | extension_user.pb.go | 15 var _ = proto.Marshal 44 return xxx_messageInfo_UserMessage.Marshal(b, m, deterministic) 99 return xxx_messageInfo_LoudMessage.Marshal(b, m, deterministic) 140 return xxx_messageInfo_LoginMessage.Marshal(b, m, deterministic) 181 return xxx_messageInfo_Detail.Marshal(b, m, deterministic) 221 return xxx_messageInfo_Announcement.Marshal(b, m, deterministic) 271 return xxx_messageInfo_OldStyleParcel.Marshal(b, m, deterministic)
|
/external/clang/test/SemaTemplate/ |
D | destructor-template.cpp | 68 template <typename T> struct Marshal { struct 73 template <typename T> int Marshal<T>::gc() { in gc() 80 Marshal<int>::gc(); in test()
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/ |
D | policy.pb.go | 12 var _ = proto.Marshal 116 return xxx_messageInfo_Policy.Marshal(b, m, deterministic) 196 return xxx_messageInfo_Binding.Marshal(b, m, deterministic) 243 return xxx_messageInfo_PolicyDelta.Marshal(b, m, deterministic) 293 return xxx_messageInfo_BindingDelta.Marshal(b, m, deterministic)
|
/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/ |
D | proto.go | 59 if err := cb.Marshal(protoMsg); err != nil { 67 func (codec) Marshal(v interface{}) ([]byte, error) { func 70 return pm.Marshal()
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | more_test_objects.pb.go | 13 var _ = proto.Marshal 69 return xxx_messageInfo_Simple3.Marshal(b, m, deterministic) 108 return xxx_messageInfo_SimpleSlice3.Marshal(b, m, deterministic) 147 return xxx_messageInfo_SimpleMap3.Marshal(b, m, deterministic) 186 return xxx_messageInfo_SimpleNull3.Marshal(b, m, deterministic) 234 return xxx_messageInfo_Mappy.Marshal(b, m, deterministic)
|
D | test_objects.pb.go | 18 var _ = proto.Marshal 108 return xxx_messageInfo_Simple.Marshal(b, m, deterministic) 279 return xxx_messageInfo_NonFinites.Marshal(b, m, deterministic) 364 return xxx_messageInfo_Repeats.Marshal(b, m, deterministic) 479 return xxx_messageInfo_Widget.Marshal(b, m, deterministic) 554 return xxx_messageInfo_Maps.Marshal(b, m, deterministic) 606 return xxx_messageInfo_MsgWithOneof.Marshal(b, m, deterministic) 734 return xxx_messageInfo_Real.Marshal(b, m, deterministic) 782 return xxx_messageInfo_Complex.Marshal(b, m, deterministic) 844 return xxx_messageInfo_KnownTypes.Marshal(b, m, deterministic) [all …]
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 13 var _ = proto.Marshal 367 return xxx_messageInfo_FileDescriptorSet.Marshal(b, m, deterministic) 429 return xxx_messageInfo_FileDescriptorProto.Marshal(b, m, deterministic) 557 return xxx_messageInfo_DescriptorProto.Marshal(b, m, deterministic) 661 return xxx_messageInfo_DescriptorProto_ExtensionRange.Marshal(b, m, deterministic) 718 return xxx_messageInfo_DescriptorProto_ReservedRange.Marshal(b, m, deterministic) 774 return xxx_messageInfo_ExtensionRangeOptions.Marshal(b, m, deterministic) 843 return xxx_messageInfo_FieldDescriptorProto.Marshal(b, m, deterministic) 947 return xxx_messageInfo_OneofDescriptorProto.Marshal(b, m, deterministic) 1003 return xxx_messageInfo_EnumDescriptorProto.Marshal(b, m, deterministic) [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 11 var _ = proto.Marshal 340 return xxx_messageInfo_FileDescriptorSet.Marshal(b, m, deterministic) 401 return xxx_messageInfo_FileDescriptorProto.Marshal(b, m, deterministic) 528 return xxx_messageInfo_DescriptorProto.Marshal(b, m, deterministic) 631 return xxx_messageInfo_DescriptorProto_ExtensionRange.Marshal(b, m, deterministic) 687 return xxx_messageInfo_DescriptorProto_ReservedRange.Marshal(b, m, deterministic) 742 return xxx_messageInfo_ExtensionRangeOptions.Marshal(b, m, deterministic) 810 return xxx_messageInfo_FieldDescriptorProto.Marshal(b, m, deterministic) 913 return xxx_messageInfo_OneofDescriptorProto.Marshal(b, m, deterministic) 968 return xxx_messageInfo_EnumDescriptorProto.Marshal(b, m, deterministic) [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | codec.go | 30 Marshal(v interface{}) ([]byte, error) methodSpec 44 Marshal(v interface{}) ([]byte, error) methodSpec
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.pb.go | 16 var _ = proto.Marshal 232 return xxx_messageInfo_Request.Marshal(b, m, deterministic) 382 return xxx_messageInfo_Request_SomeGroup.Marshal(b, m, deterministic) 431 return xxx_messageInfo_Reply.Marshal(b, m, deterministic) 479 return xxx_messageInfo_Reply_Entry.Marshal(b, m, deterministic) 543 return xxx_messageInfo_OtherBase.Marshal(b, m, deterministic) 581 return xxx_messageInfo_ReplyExtensions.Marshal(b, m, deterministic) 640 return xxx_messageInfo_OtherReplyExtensions.Marshal(b, m, deterministic) 687 return xxx_messageInfo_OldReply.Marshal(b, m, deterministic) 733 return xxx_messageInfo_Communique.Marshal(b, m, deterministic) [all …]
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 15 var _ = proto.Marshal 92 return xxx_messageInfo_Message.Marshal(b, m, deterministic) 258 return xxx_messageInfo_Nested.Marshal(b, m, deterministic) 304 return xxx_messageInfo_MessageWithMap.Marshal(b, m, deterministic) 343 return xxx_messageInfo_IntMap.Marshal(b, m, deterministic) 382 return xxx_messageInfo_IntMaps.Marshal(b, m, deterministic) 427 return xxx_messageInfo_TestUTF8.Marshal(b, m, deterministic)
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 13 var _ = proto.Marshal 322 return xxx_messageInfo_GoEnum.Marshal(b, m, deterministic) 362 return xxx_messageInfo_GoTestField.Marshal(b, m, deterministic) 496 return xxx_messageInfo_GoTest.Marshal(b, m, deterministic) 1121 return xxx_messageInfo_GoTest_RequiredGroup.Marshal(b, m, deterministic) 1160 return xxx_messageInfo_GoTest_RepeatedGroup.Marshal(b, m, deterministic) 1199 return xxx_messageInfo_GoTest_OptionalGroup.Marshal(b, m, deterministic) 1239 return xxx_messageInfo_GoTestRequiredGroupField.Marshal(b, m, deterministic) 1278 return xxx_messageInfo_GoTestRequiredGroupField_Group.Marshal(b, m, deterministic) 1324 return xxx_messageInfo_GoSkipTest.Marshal(b, m, deterministic) [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/ |
D | m1.pb.go | 13 var _ = proto.Marshal 62 return xxx_messageInfo_M1.Marshal(b, m, deterministic) 94 return xxx_messageInfo_M1_1.Marshal(b, m, deterministic)
|
/external/golang-protobuf/protoc-gen-go/testdata/extension_base/ |
D | extension_base.pb.go | 13 var _ = proto.Marshal 51 return xxx_messageInfo_BaseMessage.Marshal(b, m, deterministic) 99 return xxx_messageInfo_OldStyleMessage.Marshal(b, m, deterministic)
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | extension_test.go | 57 buf, err := proto.Marshal(bm) 95 buf, err := proto.Marshal(bm) 132 buf, err := proto.Marshal(bm) 168 buf, err := proto.Marshal(osm)
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 13 var _ = proto.Marshal 81 return xxx_messageInfo_Struct.Marshal(b, m, deterministic) 137 return xxx_messageInfo_Value.Marshal(b, m, deterministic) 276 return xxx_messageInfo_ListValue.Marshal(b, m, deterministic)
|