Searched defs:Marshal (Results 1 - 3 of 3) 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
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy.h102 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall0
122 R Marshal(rtc::Thread* t) { function in class:webrtc::ConstMethodCall0
142 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall1
163 R Marshal(rtc::Thread* t) { function in class:webrtc::ConstMethodCall1
184 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall2
207 R Marshal(rtc::Thread* t) { function in class:webrtc::MethodCall3
232 call.Marshal(owner_thread_);\
243 return call.Marshal(owner_thread_);\
249 return call.Marshal(owner_thread_);\
255 return call.Marshal(owner_thread
[all...]
/external/clang/test/SemaTemplate/
H A Ddestructor-template.cpp64 template <typename T> struct Marshal { struct in namespace:rdar13140795
69 template <typename T> int Marshal<T>::gc() {
76 Marshal<int>::gc();

Completed in 156 milliseconds