Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: webrtc/pc/typewrapping.h.pump

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Last rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/pc/srtpfilter_unittest.cc ('k') | webrtc/pc/voicechannel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // To generate typewrapping.h from typewrapping.h.pump, execute: 1 // To generate typewrapping.h from typewrapping.h.pump, execute:
2 // /home/build/google3/third_party/gtest/scripts/pump.py typewrapping.h.pump 2 // /home/build/google3/third_party/gtest/scripts/pump.py typewrapping.h.pump
3 3
4 // Copyright 2009 Google Inc. 4 // Copyright 2009 Google Inc.
5 // Author: tschmelcher@google.com (Tristan Schmelcher) 5 // Author: tschmelcher@google.com (Tristan Schmelcher)
6 // 6 //
7 // A template meta-programming framework for customizable rule-based 7 // A template meta-programming framework for customizable rule-based
8 // type-checking of type wrappers and wrapper functions. 8 // type-checking of type wrappers and wrapper functions.
9 // 9 //
10 // This framework is useful in a scenario where there are a set of types that 10 // This framework is useful in a scenario where there are a set of types that
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 SmartFunctionWrapper$i< \ 288 SmartFunctionWrapper$i< \
289 ruleSet::SmartWrapper, \ 289 ruleSet::SmartWrapper, \
290 ruleSet::SmartUnwrapper, \ 290 ruleSet::SmartUnwrapper, \
291 toType$for j [[, \ 291 toType$for j [[, \
292 argType$j]]>::OriginalFunctionType)$for j [[, \ 292 argType$j]]>::OriginalFunctionType)$for j [[, \
293 arg$j]])) 293 arg$j]]))
294 294
295 ]] 295 ]]
296 296
297 #endif // TALK_SESSION_PHONE_TYPEWRAPPINGHELPERS_H_ 297 #endif // TALK_SESSION_PHONE_TYPEWRAPPINGHELPERS_H_
OLDNEW
« no previous file with comments | « webrtc/pc/srtpfilter_unittest.cc ('k') | webrtc/pc/voicechannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698