Searched refs:Marshal (Results 1 - 13 of 13) sorted by relevance
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
H A D | Marshal.java | 30 public interface Marshal { interface 62 * Register this Marshal with Envelope
|
H A D | MarshalBase64.java | 31 public class MarshalBase64 implements Marshal {
|
H A D | MarshalDate.java | 29 * Marshal class for Dates. 31 public class MarshalDate implements Marshal {
|
H A D | DM.java | 31 class DM implements Marshal {
|
H A D | MarshalHashtable.java | 39 public class MarshalHashtable implements Marshal {
|
H A D | 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. 504 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { 600 * Writes the body of an KvmSerializable object. This method is public for access from Marshal subclasses. 699 ((Marshal) marshal).writeInstance(writer, element);
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
H A D | PString.h | 35 m_p = Marshal::AllocHGlobal(utf8Bytes->Length + 1); 50 Marshal::FreeHGlobal(m_p);
|
/external/clang/test/SemaTemplate/ |
H A D | destructor-template.cpp | 68 template <typename T> struct Marshal { struct in namespace:rdar13140795 73 template <typename T> int Marshal<T>::gc() { 80 Marshal<int>::gc();
|
/external/webrtc/talk/app/webrtc/ |
H A D | proxy.h | 141 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall0 161 R Marshal(rtc::Thread* t) { function in class:webrtc::ConstMethodCall0 181 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall1 202 R Marshal(rtc::Thread* t) { function in class:webrtc::ConstMethodCall1 223 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall2 246 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall3 271 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall4 297 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall5 322 call.Marshal(owner_thread_); \ 333 return call.Marshal(owner_thread [all...] |
H A D | 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/ |
H A D | MarshalFloat.java | 28 public class MarshalFloat implements Marshal {
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream));
|
H A D | Deflater.cs | 40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
|
Completed in 262 milliseconds