Home
last modified time | relevance | path

Searched refs:Marshal (Results 1 – 25 of 161) sorted by relevance

1234567

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h615 Marshal(UINT8_MARSHAL_REF, (source), (buffer), (size))
619 Marshal(UINT8_MARSHAL_REF, (source), (buffer), (size))
623 Marshal(INT8_MARSHAL_REF, (source), (buffer), (size))
627 Marshal(UINT16_MARSHAL_REF, (source), (buffer), (size))
631 Marshal(INT16_MARSHAL_REF, (source), (buffer), (size))
635 Marshal(UINT32_MARSHAL_REF, (source), (buffer), (size))
639 Marshal(INT32_MARSHAL_REF, (source), (buffer), (size))
643 Marshal(UINT64_MARSHAL_REF, (source), (buffer), (size))
647 Marshal(INT64_MARSHAL_REF, (source), (buffer), (size))
651 Marshal(TPM_ALGORITHM_ID_MARSHAL_REF, (source), (buffer), (size))
[all …]
/external/webrtc/api/
Dproxy.h127 R Marshal(const rtc::Location& posted_from, rtc::Thread* t) { in Marshal() function
155 R Marshal(const rtc::Location& posted_from, rtc::Thread* t) { in Marshal() function
222 call.Marshal(RTC_FROM_HERE, destructor_thread()); \
239 call.Marshal(RTC_FROM_HERE, destructor_thread()); \
296 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
302 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
308 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
314 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
321 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
328 return call.Marshal(RTC_FROM_HERE, signaling_thread_); \
[all …]
/external/golang-protobuf/proto/
Dall_test.go179 err := o.Marshal(pb)
199 err = o.Marshal(pbd)
288 func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } func
347 err := b.Marshal(test.m)
358 m, mErr := Marshal(test.m)
381 err := b.Marshal(msg)
445 err := o.Marshal(pb)
900 d, err := Marshal(pb)
929 d, err := Marshal(pb)
950 o.Marshal(pb)
[all …]
Ddecode_test.go51 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/
Dplugin.pb.go23 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/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs49 …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()
83Marshal.Copy(nativeAuthProperty.Value, valueBytes, 0, (int)nativeAuthProperty.ValueLength); in PtrToAuthProperty()
DNativeLogRedirector.cs60 string severityString = Marshal.PtrToStringAnsi(severityStringPtr); in HandleWrite()
63 Marshal.PtrToStringAnsi(fileStringPtr), in HandleWrite()
65 Marshal.PtrToStringAnsi(msgPtr)); in HandleWrite()
DPlatformApis.cs186 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/
Dwrappers.pb.go13 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/capstone/bindings/powershell/Capstone/
DCapstone.psm1412 $cs_insn_size = [System.Runtime.InteropServices.Marshal]::SizeOf($cs_insn) in Get-CapstoneDisassembly()
428 …$Cast = [System.Runtime.InteropServices.Marshal]::PtrToStructure([System.Intptr]$BuffOffset, [type… in Get-CapstoneDisassembly()
447 …$DetailCast = [System.Runtime.InteropServices.Marshal]::PtrToStructure($Cast.detail, [type]$cs_det… in Get-CapstoneDisassembly()
451 [System.Runtime.InteropServices.Marshal]::PtrToStringAnsi($NamePointer) in Get-CapstoneDisassembly()
458 [System.Runtime.InteropServices.Marshal]::PtrToStringAnsi($NamePointer) in Get-CapstoneDisassembly()
/external/clang/test/SemaTemplate/
Ddestructor-template.cpp68 template <typename T> struct Marshal { struct
73 template <typename T> int Marshal<T>::gc() { in gc()
80 Marshal<int>::gc(); in test()
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go108 return json.Marshal("2.0")
137 return json.Marshal(id.Name)
139 return json.Marshal(id.Number)
/external/llvm-project/clang/test/SemaTemplate/
Ddestructor-template.cpp68 template <typename T> struct Marshal { struct
73 template <typename T> int Marshal<T>::gc() { in gc()
80 Marshal<int>::gc(); in test()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go108 return json.Marshal("2.0")
137 return json.Marshal(id.Name)
139 return json.Marshal(id.Number)
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dwire.go108 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/
Dextension_user.pb.go15 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/
DChannel.cs46 …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()
DDevice.cs171 … 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/
Dmore_test_objects.pb.go13 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)
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go13 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/
Dm1.pb.go13 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/
Dextension_base.pb.go13 var _ = proto.Marshal
51 return xxx_messageInfo_BaseMessage.Marshal(b, m, deterministic)
99 return xxx_messageInfo_OldStyleMessage.Marshal(b, m, deterministic)
/external/starlark-go/lib/proto/cmd/star2proto/
Dstar2proto.go119 marshal = proto.Marshal
122 marshal = prototext.MarshalOptions{Multiline: true, Indent: "\t"}.Marshal
125 marshal = protojson.MarshalOptions{Multiline: true, Indent: "\t"}.Marshal
/external/golang-protobuf/protoc-gen-go/testdata/
Dextension_test.go57 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/
Dproto3.pb.go15 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)

1234567