Home | History | Annotate | Download | only in stubs

Lines Matching refs:cstr

150   const char* cstr[kStringPrintfVectorMaxArgs];
152 cstr[i] = v[i].c_str();
154 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) {
155 cstr[i] = &string_printf_empty_block[0];
165 cstr[0], cstr[1], cstr[2], cstr[3], cstr[4],
166 cstr[5], cstr[6], cstr[7], cstr[8], cstr[9],
167 cstr[10], cstr[11], cstr[12], cstr[13], cstr[14],
168 cstr[15], cstr[16], cstr[17], cstr[18], cstr[19],
169 cstr[20], cstr[21], cstr[22], cstr[23], cstr[24],
170 cstr[25], cstr[26], cstr[27], cstr[28], cstr[29],
171 cstr[30], cstr[31]);