/external/chromium_org/third_party/re2/util/ |
strutil.cc | 63 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 64 char* dest = new char[dest_length]; 66 dest, dest_length);
|
/external/regex-re2/util/ |
strutil.cc | 63 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 64 char* dest = new char[dest_length]; 66 dest, dest_length);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 526 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 527 scoped_array<char> dest(new char[dest_length]); 529 dest.get(), dest_length, false, false); 537 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 538 scoped_array<char> dest(new char[dest_length]); 540 dest.get(), dest_length, false, true); 546 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 547 scoped_array<char> dest(new char[dest_length]); 549 dest.get(), dest_length, true, false); [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 488 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 489 scoped_array<char> dest(new char[dest_length]); 491 dest.get(), dest_length, false, false); 499 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 500 scoped_array<char> dest(new char[dest_length]); 502 dest.get(), dest_length, false, true); 508 const int dest_length = src.size() * 4 + 1; // Maximum possible expansion local 509 scoped_array<char> dest(new char[dest_length]); 511 dest.get(), dest_length, true, false); [all...] |