Searched defs:args_array (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc45 static int CountSubstituteArgs(const SubstituteArg* const* args_array) { argument
47 while (args_array[count] != NULL && args_array[count]->size() != -1) {
73 const SubstituteArg* const args_array[] = { local
83 if (args_array[index]->size() == -1) {
86 << index << "\", but only " << CountSubstituteArgs(args_array)
91 size += args_array[index]->size();
116 const SubstituteArg* src = args_array[format[i+1] - '0'];
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp172 // CHECK: %args_array = alloca
173 const int* const args_array[] = { &arg }; local

Completed in 508 milliseconds