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

  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 45 static int CountSubstituteArgs(const SubstituteArg* const* args_array) {
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/
references.cpp 172 // CHECK: %args_array = alloca
173 const int* const args_array[] = { &arg }; local
  /external/v8/src/compiler/
graph-assembler.h 438 Node* args_array[] = {args..., current_effect_, current_control_}; local
441 Node* call = graph()->NewNode(op, size, args_array);
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 197 milliseconds