/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{})
|
/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/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/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/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/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 108 return json.Marshal("2.0") 137 return json.Marshal(id.Name) 139 return json.Marshal(id.Number)
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 108 return json.Marshal("2.0") 137 return json.Marshal(id.Name) 139 return json.Marshal(id.Number)
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 108 return json.Marshal("2.0") 137 return json.Marshal(id.Name) 139 return json.Marshal(id.Number)
|
/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/libiio/src/bindings/csharp/ |
D | Channel.cs | 46 …public ChannelAttr(IntPtr chn, string name) : base(name, Marshal.PtrToStringAnsi(iio_channel_attr_… in ChannelAttr() 142 sample_size = (uint)Marshal.ReadInt32(iio_channel_get_data_format(this.chn)) / 8; in Channel() 146 … attrs.Add(new ChannelAttr(this.chn, Marshal.PtrToStringAnsi(iio_channel_get_attr(chn, i)))); in Channel() 152 name = Marshal.PtrToStringAnsi(name_ptr); in Channel() 154 id = Marshal.PtrToStringAnsi(iio_channel_get_id(this.chn)); in Channel()
|
D | Device.cs | 171 … attrs.Add(new DeviceAttr(dev, Marshal.PtrToStringAnsi(iio_device_get_attr(dev, i)))); in Device() 173 …debug_attrs.Add(new DeviceDebugAttr(dev, Marshal.PtrToStringAnsi(iio_device_get_debug_attr(dev, i)… in Device() 175 id = Marshal.PtrToStringAnsi(iio_device_get_id(dev)); in Device() 181 name = Marshal.PtrToStringAnsi(name_ptr); in Device() 219 ptr = Marshal.ReadIntPtr(ptr); in get_trigger()
|
/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/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/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/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/mdnsresponder/mDNSWindows/DLL.NET/ |
D | PString.h | 35 m_p = Marshal::AllocHGlobal(utf8Bytes->Length + 1); in PString() 50 Marshal::FreeHGlobal(m_p); in ~PString()
|
/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)
|