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

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
Marshal.java 30 public interface Marshal {
62 * Register this Marshal with Envelope
MarshalBase64.java 31 public class MarshalBase64 implements Marshal {
MarshalDate.java 29 * Marshal class for Dates.
31 public class MarshalDate implements Marshal {
DM.java 31 class DM implements Marshal {
MarshalHashtable.java 39 public class MarshalHashtable implements Marshal {
SoapSerializationEnvelope.java 56 static final Marshal DEFAULT_MARSHAL = new DM();
222 * If the type of the object cannot be determined, and thus no Marshal class can handle the object, this
341 * Builds an object from the XML stream. This method is public for usage in conjuction with Marshal
438 if (obj instanceof Marshal) {
439 return ((Marshal) obj).readInstance(parser, namespace, name, expected);
465 * Returns a string array containing the namespace, name, id and Marshal object for the given java object.
502 * marshal mechanism
504 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) {
506 .put(new SoapPrimitive(namespace, name, null), marshal == null ? (Object) claz
    [all...]
  /external/clang/test/SemaTemplate/
destructor-template.cpp 68 template <typename T> struct Marshal {
73 template <typename T> int Marshal<T>::gc() {
80 Marshal<int>::gc();
  /external/avahi/avahi-sharp/
Utility.cs 49 Marshal.Copy (ptr, bytes, 0, len);
78 Marshal.Copy (bytes, 0, buf, bytes.Length);
79 Marshal.WriteByte (buf, bytes.Length, 0);
RecordBrowser.cs 201 Marshal.Copy (rdata, info.Data, 0, size);
ServiceResolver.cs 194 Marshal.Copy (buf, txtbuf, 0, len);
  /external/webrtc/talk/app/webrtc/
proxy.h 141 R Marshal(rtc::Thread* t) {
161 R Marshal(rtc::Thread* t) {
181 R Marshal(rtc::Thread* t) {
202 R Marshal(rtc::Thread* t) {
223 R Marshal(rtc::Thread* t) {
246 R Marshal(rtc::Thread* t) {
271 R Marshal(rtc::Thread* t) {
297 R Marshal(rtc::Thread* t) {
322 call.Marshal(owner_thread_); \
333 return call.Marshal(owner_thread_);
    [all...]
peerconnectionfactory.cc 88 bool result = call.Marshal(pc_factory->signaling_thread());
116 bool result = call.Marshal(signaling_thread);
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
MarshalFloat.java 28 public class MarshalFloat implements Marshal {
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
wchar.i 30 return System.Runtime.InteropServices.Marshal.PtrToStringUni(cString);
85 string ret = System.Runtime.InteropServices.Marshal.PtrToStringUni($imcall);$excode
  /external/avahi/avahi-ui-sharp/
ServiceDialog.cs 89 IntPtr ptr = Marshal.ReadIntPtr (arr, i * Marshal.SizeOf (typeof (IntPtr)));
181 Marshal.Copy (buf, txtbuf, 0, len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 144 virtual HRESULT WINAPI Marshal(CALLFRAME_MARSHALCONTEXT *pmshlContext,MSHLFLAGS mshlflags,PVOID pBuffer,ULONG cbBuffer,ULONG *pcbBufferUsed,RPCOLEDATAREP *pdataRep,ULONG *prpcFlags) = 0;
170 HRESULT (WINAPI *Marshal)(ICallFrame *This,CALLFRAME_MARSHALCONTEXT *pmshlContext,MSHLFLAGS mshlflags,PVOID pBuffer,ULONG cbBuffer,ULONG *pcbBufferUsed,RPCOLEDATAREP *pdataRep,ULONG *prpcFlags);
198 #define ICallFrame_Marshal(This,pmshlContext,mshlflags,pBuffer,cbBuffer,pcbBufferUsed,pdataRep,prpcFlags) (This)->lpVtbl->Marshal(This,pmshlContext,mshlflags,pBuffer,cbBuffer,pcbBufferUsed,pdataRep,prpcFlags)
oaidl.h     [all...]

Completed in 350 milliseconds