Searched refs:Marshal (Results 1 - 13 of 13) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DMarshal.java30 public interface Marshal { interface
62 * Register this Marshal with Envelope
H A DMarshalBase64.java31 public class MarshalBase64 implements Marshal {
H A DMarshalDate.java29 * Marshal class for Dates.
31 public class MarshalDate implements Marshal {
H A DDM.java31 class DM implements Marshal {
H A DMarshalHashtable.java39 public class MarshalHashtable implements Marshal {
H A DSoapSerializationEnvelope.java56 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 DPString.h35 m_p = Marshal::AllocHGlobal(utf8Bytes->Length + 1);
50 Marshal::FreeHGlobal(m_p);
/external/clang/test/SemaTemplate/
H A Ddestructor-template.cpp68 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 Dproxy.h141 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 Dpeerconnectionfactory.cc88 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 DMarshalFloat.java28 public class MarshalFloat implements Marshal {
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream));
H A DDeflater.cs40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));

Completed in 262 milliseconds