Home
last modified time | relevance | path

Searched refs:Marshaller (Results 26 – 50 of 1044) sorted by relevance

12345678910>>...42

/dports/net/avahi-header/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs94 values.Add (GLib.Marshaller.Utf8PtrToString (ptr));
106 types[i] = GLib.Marshaller.StringToPtrGStrdup (value[i]);
118 GLib.Marshaller.Free (types[i]);
127 IntPtr type = GLib.Marshaller.StringToPtrGStrdup (value);
129 GLib.Marshaller.Free (type);
137 IntPtr name = GLib.Marshaller.StringToPtrGStrdup (value);
139 GLib.Marshaller.Free (name);
163 return GLib.Marshaller.Utf8PtrToString (aui_service_dialog_get_domain (Raw));
165 IntPtr domain = GLib.Marshaller.StringToPtrGStrdup (value);
167 GLib.Marshaller.Free (domain);
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DLayout.cs52 IntPtr native_markup = GLib.Marshaller.StringToPtrGStrdup (markup); in SetMarkupWithAccel()
53 …pango_layout_set_markup_with_accel (Handle, native_markup, -1, GLib.Marshaller.CharToGUnichar (acc… in SetMarkupWithAccel()
54 GLib.Marshaller.Free (native_markup); in SetMarkupWithAccel()
55 accel_char = GLib.Marshaller.GUnicharToChar (ucs4_accel_char); in SetMarkupWithAccel()
74 GLib.Marshaller.Free (array_ptr);
84 IntPtr native_text = GLib.Marshaller.StringToPtrGStrdup (text); in SetText()
86 GLib.Marshaller.Free (native_text); in SetText()
94 IntPtr native_markup = GLib.Marshaller.StringToPtrGStrdup (markup); in SetMarkup()
96 GLib.Marshaller.Free (native_markup); in SetMarkup()
H A DGlobal.cs33 IntPtr native = GLib.Marshaller.StringToPtrGStrdup (pos); in ScanInt()
35 GLib.Marshaller.Free (native); in ScanInt()
48 IntPtr native_markup = GLib.Marshaller.StringToPtrGStrdup (markup); in ParseMarkup()
49 …bool result = pango_parse_markup (native_markup, -1, GLib.Marshaller.CharToGUnichar (accel_marker)… in ParseMarkup()
50 GLib.Marshaller.Free (native_markup); in ParseMarkup()
51 accel_char = GLib.Marshaller.GUnicharToChar (ucs4_accel_char); in ParseMarkup()
52 text = GLib.Marshaller.Utf8PtrToString (text_as_native); in ParseMarkup()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DGlobal.cs53 return GLib.Marshaller.Utf8PtrToString (g_get_prgname());
56 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (value);
58 GLib.Marshaller.Free (native_name);
70 return GLib.Marshaller.Utf8PtrToString (g_get_application_name());
73 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (value);
75 GLib.Marshaller.Free (native_name);
90 return Marshaller.PtrToStringGFree (g_format_size_for_display (size)); in FormatSizeForDisplay()
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/calmh/xdr/
H A Dmarshaller.go14 type Marshaller struct { struct
24 func (m *Marshaller) MarshalRaw(bs []byte) { argument
38 func (m *Marshaller) MarshalString(s string) { argument
54 func (m *Marshaller) MarshalBytes(bs []byte) { argument
69 func (m *Marshaller) MarshalBool(v bool) { argument
78 func (m *Marshaller) MarshalUint8(v uint8) { argument
83 func (m *Marshaller) MarshalUint16(v uint16) { argument
88 func (m *Marshaller) MarshalUint32(v uint32) { argument
105 func (m *Marshaller) MarshalUint64(v uint64) { argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
194 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
312 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
345 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
380 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
403 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot,
79 Marshaller::fromProtobuf(const LookupRequest *Message) {
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) {
113 Marshaller::fromProtobuf(const RefsRequest *Message) {
129 Marshaller::fromProtobuf(const RelationsRequest *Message) {
195 Marshaller::fromProtobuf(const Relation &Message) {
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) {
346 Marshaller::fromProtobuf(const Position &Message) {
381 Marshaller::fromProtobuf(const SymbolLocation &Message) {
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf(
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DGlobal.cs50 return GLib.Marshaller.Utf8PtrToString (g_get_prgname());
53 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (value);
55 GLib.Marshaller.Free (native_name);
67 return GLib.Marshaller.Utf8PtrToString (g_get_application_name());
70 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (value);
72 GLib.Marshaller.Free (native_name);
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/ImageFormats/
H A DGdkPixbufFormat.cs126 IntPtr native_filename = GLib.Marshaller.StringToPtrGStrdup (filename); in SaveUtf8()
127 IntPtr native_type = GLib.Marshaller.StringToPtrGStrdup (type); in SaveUtf8()
129 GLib.Marshaller.Free (native_filename); in SaveUtf8()
130 GLib.Marshaller.Free (native_type); in SaveUtf8()
146 IntPtr native_filename = GLib.Marshaller.StringToPtrGStrdup (filename); in SavevUtf8()
147 IntPtr native_type = GLib.Marshaller.StringToPtrGStrdup (type); in SavevUtf8()
152 native_keys[i] = GLib.Marshaller.StringToPtrGStrdup (option_keys[i]); in SavevUtf8()
158 native_values[j] = GLib.Marshaller.StringToPtrGStrdup (option_values[j]); in SavevUtf8()
164 GLib.Marshaller.Free (native_filename); in SavevUtf8()
165 GLib.Marshaller.Free (native_type); in SavevUtf8()
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dgtk-marshallers.ads134 type Marshaller is record type
150 function To_Marshaller (Cb : Handler) return Marshaller;
185 function To_Marshaller (Cb : Handler) return Marshaller;
206 function To_Marshaller (Cb : Handler) return Marshaller;
238 type Marshaller is record type
254 function To_Marshaller (Cb : Handler) return Marshaller;
290 function To_Marshaller (Cb : Handler) return Marshaller;
313 function To_Marshaller (Cb : Handler) return Marshaller;
344 type Marshaller is record type
360 function To_Marshaller (Cb : Handler) return Marshaller;
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-marshallers.ads139 type Marshaller is record type
155 function To_Marshaller (Cb : Handler) return Marshaller;
190 function To_Marshaller (Cb : Handler) return Marshaller;
211 function To_Marshaller (Cb : Handler) return Marshaller;
243 type Marshaller is record type
259 function To_Marshaller (Cb : Handler) return Marshaller;
295 function To_Marshaller (Cb : Handler) return Marshaller;
318 function To_Marshaller (Cb : Handler) return Marshaller;
349 type Marshaller is record type
365 function To_Marshaller (Cb : Handler) return Marshaller;
[all …]
/dports/mail/gmime26-sharp/gmime-2.6.23/mono/
H A DHeaderList.custom12 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name);
14 string ret = GLib.Marshaller.Utf8PtrToString (raw_ret);
15 GLib.Marshaller.Free (native_name);
24 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name);
25 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
27 GLib.Marshaller.Free (native_value);
28 GLib.Marshaller.Free (native_name);
/dports/mail/gmime26/gmime-2.6.23/mono/
H A DHeaderList.custom12 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name);
14 string ret = GLib.Marshaller.Utf8PtrToString (raw_ret);
15 GLib.Marshaller.Free (native_name);
24 IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name);
25 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
27 GLib.Marshaller.Free (native_value);
28 GLib.Marshaller.Free (native_name);
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Api/
H A DMethod.cs79 readonly Marshaller<TRequest> requestMarshaller;
80 readonly Marshaller<TResponse> responseMarshaller;
91 …(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshal… in Method()
137 public Marshaller<TRequest> RequestMarshaller
148 public Marshaller<TResponse> ResponseMarshaller
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Api/
H A DMethod.cs79 readonly Marshaller<TRequest> requestMarshaller;
80 readonly Marshaller<TResponse> responseMarshaller;
91 …(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshal… in Method()
137 public Marshaller<TRequest> RequestMarshaller
148 public Marshaller<TResponse> ResponseMarshaller
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Api/
H A DMethod.cs79 readonly Marshaller<TRequest> requestMarshaller;
80 readonly Marshaller<TResponse> responseMarshaller;
91 …(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshal… in Method()
137 public Marshaller<TRequest> RequestMarshaller
148 public Marshaller<TResponse> ResponseMarshaller
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core.Api/
H A DMethod.cs79 readonly Marshaller<TRequest> requestMarshaller;
80 readonly Marshaller<TResponse> responseMarshaller;
91 …(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarshaller, Marshal… in Method()
137 public Marshaller<TRequest> RequestMarshaller
148 public Marshaller<TResponse> ResponseMarshaller
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DIconTheme.cs36 IntPtr native = GLib.Marshaller.StringToPtrGStrdup (context); in ListIcons()
38 GLib.Marshaller.Free (native); in ListIcons()
85 return GLib.Marshaller.NullTermPtrToStringArray (raw_ret, true);
93 native_path = GLib.Marshaller.StringArrayToNullTermPointer (value);
100 GLib.Marshaller.Free (native_path);
115 IntPtr icon_name_as_native = GLib.Marshaller.StringToPtrGStrdup (icon_name); in GetIconSizes()
125 GLib.Marshaller.Free (icon_name_as_native); in GetIconSizes()
126 GLib.Marshaller.Free (raw_ret); in GetIconSizes()
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/relay/protocol/
H A Dpackets_xdr.go40 m := &xdr.Marshaller{Data: buf}
52 func (o header) MarshalXDRInto(m *xdr.Marshaller) error { argument
92 func (o Ping) MarshalXDRInto(m *xdr.Marshaller) error { argument
126 func (o Pong) MarshalXDRInto(m *xdr.Marshaller) error { argument
160 func (o JoinRelayRequest) MarshalXDRInto(m *xdr.Marshaller) error { argument
194 func (o RelayFull) MarshalXDRInto(m *xdr.Marshaller) error { argument
231 m := &xdr.Marshaller{Data: buf}
289 m := &xdr.Marshaller{Data: buf}
301 func (o Response) MarshalXDRInto(m *xdr.Marshaller) error { argument
342 m := &xdr.Marshaller{Data: buf}
[all …]

12345678910>>...42