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

  /external/clang/test/SemaTemplate/
destructor-template.cpp 64 template <typename T> struct Marshal {
69 template <typename T> int Marshal<T>::gc() {
76 Marshal<int>::gc();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 102 R Marshal(talk_base::Thread* t) {
122 R Marshal(talk_base::Thread* t) {
142 R Marshal(talk_base::Thread* t) {
163 R Marshal(talk_base::Thread* t) {
184 R Marshal(talk_base::Thread* t) {
207 R Marshal(talk_base::Thread* t) {
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/chromium_org/tools/stats_viewer/
stats_table.cs 174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader));
188 Marshal.SizeOf(typeof(int)));
201 Marshal.SizeOf(typeof(int)));
241 header_ = (StatsFileHeader)Marshal.PtrToStructure(memory_, header_.GetType());
260 Marshal.WriteInt32((IntPtr) offset, 0);
261 offset += Marshal.SizeOf(typeof(int));
276 Marshal.SizeOf(typeof(int)));
280 int pid = Marshal.ReadInt32((IntPtr)pid_offset);
283 rv += Marshal.ReadInt32((IntPtr)data_offset);
285 data_offset += Marshal.SizeOf(typeof(int));
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 91 'Logger::ShiftingError', 'Marshal', 'MatchData',
rails.php 84 'Logger::ShiftingError', 'Marshal', 'MatchData',

Completed in 4629 milliseconds