HomeSort by relevance Sort by last modified time
    Searched refs:Arg1 (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
callback.h 12 #define INVALIDATION_CALLBACK1_TYPE(Arg1) ::base::Callback<void(Arg1)>
56 template <class T1, class T2, typename Arg1>
57 ::base::Callback<void(Arg1)>* NewPermanentCallback(
58 T1* object, void (T2::*method)(Arg1)) {
59 return new ::base::Callback<void(Arg1)>(
63 template <class T1, class T2, typename Arg1>
66 void (T2::*method)(Arg1),
67 typename internal::Identity<Arg1>::type arg1) {
    [all...]
  /external/clang/test/SemaTemplate/
deduction.cpp 36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
37 template<typename T, typename Arg1, typename Arg2>
43 template<typename Arg1, typename Arg2>
44 struct Replace<_1, Arg1, Arg2> {
45 typedef Arg1 type;
48 template<typename Arg1, typename Arg2>
49 struct Replace<_2, Arg1, Arg2> {
54 template<typename T, typename Arg1, typename Arg2>
55 struct Replace<const T, Arg1, Arg2> {
56 typedef typename Replace<T, Arg1, Arg2>::type const type
    [all...]
instantiation-default-1.cpp 82 template<typename R, typename Arg1, typename Arg2 = Arg1,
83 typename FuncType = R (*)(Arg1, Arg2)>
instantiate-c99.cpp 74 template<typename T, typename Arg1, typename Arg2>
76 T f(Arg1 a1, Arg2 a2) {
instantiate-expr-1.cpp 115 template<typename Result, typename F, typename Arg1>
116 Result test_call_operator(F f, Arg1 arg1) {
120 return f(arg1);
instantiate-expr-4.cpp 78 template<typename T, typename Arg1>
80 T* f(bool x, Arg1 a1) {
89 template<typename T, typename Arg1, typename Arg2>
91 T* f(bool x, Arg1 a1, Arg2 a2) {
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.h 39 template <typename Arg1, typename Arg2, typename Param1, typename Param2>
41 Arg1* arg1_out,
43 Param1 arg1,
47 *arg1_out = base::internal::CallbackForward(arg1);
61 template <typename Arg1, typename Arg2>
62 base::Callback<void(typename TypeTraits<Arg1>::ParamType,
64 CreateResultReceiver(Arg1* arg1_out,
66 typedef typename TypeTraits<Arg1>::ParamType Param1;
68 return base::Bind(&ReceiveResult2<Arg1, Arg2, Param1, Param2>,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 918 template <typename Arg1>
921 typedef void (*FunctionType)(Arg1 arg1);
924 Arg1 arg1)
926 arg1_(arg1) {}
938 Arg1 arg1_;
941 template <typename Class, typename Arg1>
944 typedef void (Class::*MethodType)(Arg1 arg1);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-template-callback.cpp 10 template<typename Ret, typename Arg1>
11 class C<Ret(Arg1)> {};
13 template<typename Ret, typename Arg1, typename Arg2>
14 class C<Ret(Arg1, Arg2)> {};
  /external/clang/test/Index/
complete-macros.c 3 #define FOO(Arg1,Arg2) foobar
31 // CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
  /external/chromium_org/v8/src/
arguments.cc 49 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \
51 Arg1 arg1) { \
56 f(arg1, info); \
61 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \
63 Arg1 arg1, \
69 f(arg1, arg2, info); \
74 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \
76 Arg1 arg1,
    [all...]
arguments.h 194 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \
195 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1); \
197 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \
198 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1, Arg2 arg2); \
200 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \
201 void Call(Function f, Arg1 arg1, Arg2 arg2); \
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 90 unsigned short Arg0, Arg1; // Input operands for this value.
178 if (ShufTab[ShufTab[ThisOp].Arg1].Cost == 0) {
179 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg1);
180 PrintMask(ShufTab[ThisOp].Arg1, std::cerr);
184 if (Vals[i] == ShufTab[ThisOp].Arg1) {
209 unsigned Arg0 = ShufTab[Elt].Arg0, Arg1 = ShufTab[Elt].Arg1;
212 if (Arg0 != Arg1 && ShufTab[Arg1].Cost)
213 EvaluateOps(Arg1, Vals, NumVals)
    [all...]
  /external/chromium_org/base/
stl_util.h 212 template <typename ResultType, typename Arg1, typename Arg2>
213 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
224 template <typename ResultType, typename Arg1, typename Arg2>
225 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
237 template <typename ResultType, typename Arg1, typename Arg2>
238 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
250 template <typename Arg1, typename Arg2>
251 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stl_util.h 217 template <typename ResultType, typename Arg1, typename Arg2>
218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
229 template <typename ResultType, typename Arg1, typename Arg2>
230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
242 template <typename ResultType, typename Arg1, typename Arg2>
243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
255 template <typename Arg1, typename Arg2>
256 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /external/llvm/include/llvm/ADT/
STLExtras.h 425 template <class T, class Arg1>
427 make_unique(Arg1 &&arg1) {
428 return std::unique_ptr<T>(new T(std::forward<Arg1>(arg1)));
431 template <class T, class Arg1, class Arg2>
433 make_unique(Arg1 &&arg1, Arg2 &&arg2) {
435 new T(std::forward<Arg1>(arg1), std::forward<Arg2>(arg2)))
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 25 std::vector<ParserValue> Args(const VariantValue &Arg1) {
27 Out[0].Value = Arg1;
30 std::vector<ParserValue> Args(const VariantValue &Arg1,
33 Out[0].Value = Arg1;
55 const VariantValue &Arg1,
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
68 const VariantValue &Arg1,
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 253 Value *Arg1 = CI->getArgOperand(0);
257 if (Arg1->use_empty()) {
258 if (Constant *C = dyn_cast<Constant>(Arg1))
261 RecursivelyDeleteTriviallyDeadInstructions(Arg1);
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 953 const ExprP<float>& arg1);
955 const ExprP<float>& arg1);
957 const ExprP<float>& arg1);
959 const ExprP<float>& arg1);
964 const ExprP<float>& arg1);
967 const ExprP<Vector<float, Size> >& arg1);
970 const ExprP<Vector<float, Size> >& arg1);
1110 typedef P1 Arg1;
1115 typedef typename Traits<Arg1>::IVal IArg1;
1119 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args
1575 const IArg1& arg1 = iargs.b; local
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 277 Value *Arg1 = CI->getArgOperand(1);
281 PointerType::getUnqual(Arg1->getType()),
283 StoreInst *SI = Builder.CreateStore(Arg1, BC);
455 Value *Arg1 = CI->getArgOperand(1);
462 Builder.CreateBitCast(Arg1,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 923 template <typename T, typename Arg1, typename Arg2>
924 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx) {
930 template <typename T, typename Arg1, typename Arg2, typename Arg3>
931 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St,
938 template <typename T, typename Arg1, typename Arg2, typename Arg3,
940 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 578 BasicBlock *UnwindDest, Value *Arg1,
580 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
584 BasicBlock *UnwindDest, Value *Arg1,
587 Value *Args[] = { Arg1, Arg2, Arg3 };
    [all...]
  /external/chromium_org/v8/test/webkit/
apply-varargs.js 34 return "Arg1 is wrong";
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 101 Value *Arg1 = args;
103 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);

Completed in 548 milliseconds

1 2