HomeSort by relevance Sort by last modified time
    Searched refs:first_arg (Results 1 - 11 of 11) 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/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 421 base::Value* first_arg = NULL; local
422 if (!args_->Get(0, &first_arg))
425 switch (first_arg->GetType()) {
427 CHECK(first_arg->GetAsInteger(&tab_id_));
432 details_ = static_cast<base::DictionaryValue*>(first_arg);
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 891 Register first_arg = returns_handle ? a1 : a0; local
1442 Register first_arg = returns_handle ? a1 : a0; local
    [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 713 milliseconds