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

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 24 typename get_nth_type<0, Args...>::type first_arg(Args...);
31 int *ip1 = first_arg<int *>(0);
32 int *ip2 = first_arg<int *, float*>(0, 0);
33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
40 int *ip1 = first_arg<int *>(0, 0);
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0);
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
44 double *dp1 = first_arg<>(dp);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 30 typename get_nth_type<0, Args...>::type first_arg(Args...);
36 int *ip1 = first_arg(ip);
37 int *ip2 = first_arg(ip, fp);
38 int *ip3 = first_arg(ip, fp, dp);
39 no_type nt1 = first_arg();
  /external/marisa-trie/lib/marisa/
trie-c.cc 11 FindCallback(Func func, void *first_arg)
12 : func_(func), first_arg_(first_arg) {}
32 PredictCallback(Func func, void *first_arg)
33 : func_(func), first_arg_(first_arg) {}
  /external/chromium/chrome/browser/remoting/
setup_flow.cc 220 Value* first_arg = NULL; local
221 if (!args->Get(0, &first_arg)) {
226 current_step_->HandleMessage("SubmitAuth", first_arg);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-c.cc 11 FindCallback(Func func, void *first_arg)
12 : func_(func), first_arg_(first_arg) {}
32 PredictCallback(Func func, void *first_arg)
33 : func_(func), first_arg_(first_arg) {}
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 404 milliseconds