SimpleItoa         16 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/string_util.h inline std::string SimpleItoa(int v) {
SimpleItoa         20 third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/string_util.h inline std::string SimpleItoa(int64 v) {
SimpleItoa         70 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     vars["number"] = SimpleItoa(descriptor_->value(i)->number());
SimpleItoa        179 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc   vars["index"] = SimpleItoa(index);
SimpleItoa        221 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc       "number", SimpleItoa(*iter));
SimpleItoa         54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc   (*variables)["default"] = SimpleItoa(default_value->number());
SimpleItoa         97 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc   vars["number"       ] = SimpleItoa(descriptor_->number());
SimpleItoa        100 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc   vars["field_type"   ] = SimpleItoa(static_cast<int>(descriptor_->type()));
SimpleItoa        137 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc   vars["field_type"   ] = SimpleItoa(static_cast<int>(descriptor_->type()));
SimpleItoa        172 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc   vars["number"     ] = SimpleItoa(descriptor_->number());
SimpleItoa        173 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc   vars["field_type" ] = SimpleItoa(static_cast<int>(descriptor_->type()));
SimpleItoa         58 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc   (*variables)["index"] = SimpleItoa(descriptor->index());
SimpleItoa         59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc   (*variables)["number"] = SimpleItoa(descriptor->number());
SimpleItoa         63 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc   (*variables)["tag_size"] = SimpleItoa(
SimpleItoa        127 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc       SimpleItoa(protobuf::internal::kMinHeaderVersionForProtoc),
SimpleItoa        128 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc     "protoc_version", SimpleItoa(GOOGLE_PROTOBUF_VERSION));
SimpleItoa        585 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc       "size", SimpleItoa(file_data.size()));
SimpleItoa        188 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     result += "_" + SimpleItoa(field->number());
SimpleItoa        270 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       return SimpleItoa(field->default_value_int32());
SimpleItoa        272 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       return SimpleItoa(field->default_value_uint32()) + "u";
SimpleItoa        283 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       return "GOOGLE_LONGLONG(" + SimpleItoa(field->default_value_int64()) + ")";
SimpleItoa        285 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       return "GOOGLE_ULONGLONG(" + SimpleItoa(field->default_value_uint64())+ ")";
SimpleItoa        409 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc       vars["has_array_index"] = SimpleItoa(field->index() / 32);
SimpleItoa        457 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   vars["field_count"] = SimpleItoa(descriptor_->field_count());
SimpleItoa        751 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   vars["index"] = SimpleItoa(index);
SimpleItoa        980 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     "field_count", SimpleItoa(max(1, descriptor_->field_count())));
SimpleItoa       1207 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "index", SimpleItoa(field->index()));
SimpleItoa       1279 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc                      "i", SimpleItoa(i));
SimpleItoa       1370 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "index", SimpleItoa(field->index()));
SimpleItoa       1500 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc         "number", SimpleItoa(field->number()));
SimpleItoa       1556 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "tag", SimpleItoa(WireFormat::MakeTag(field)),
SimpleItoa       1565 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "next_tag", SimpleItoa(WireFormat::MakeTag(next_field)),
SimpleItoa       1611 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "start", SimpleItoa(start_tag));
SimpleItoa       1615 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "start", SimpleItoa(start_tag),
SimpleItoa       1616 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "end", SimpleItoa(end_tag));
SimpleItoa       1697 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   vars["start"] = SimpleItoa(range->start);
SimpleItoa       1698 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc   vars["end"] = SimpleItoa(range->end);
SimpleItoa       1879 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc           "index", SimpleItoa(field->index()));
SimpleItoa       1975 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc         "i", SimpleItoa(i),
SimpleItoa         88 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc   (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
SimpleItoa         91 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     (*variables)["fixed_size"] = SimpleItoa(fixed_size);
SimpleItoa        166 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc   vars["index"] = SimpleItoa(index);
SimpleItoa        218 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc     sub_vars["index"] = SimpleItoa(i);
SimpleItoa        248 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc     sub_vars["index"] = SimpleItoa(i);
SimpleItoa        293 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc     sub_vars["index"] = SimpleItoa(i);
SimpleItoa        316 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc     sub_vars["index"] = SimpleItoa(i);
SimpleItoa         54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc       SimpleItoa(descriptor->default_value_string().length());
SimpleItoa         88 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["index"] = SimpleItoa(canonical_values_[i]->index());
SimpleItoa         89 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["number"] = SimpleItoa(canonical_values_[i]->number());
SimpleItoa        114 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["number"] = SimpleItoa(descriptor_->value(i)->number());
SimpleItoa        137 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc       "number", SimpleItoa(canonical_values_[i]->number()));
SimpleItoa        184 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc         "index", SimpleItoa(descriptor_->index()));
SimpleItoa        189 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc         "index", SimpleItoa(descriptor_->index()));
SimpleItoa         64 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc   (*variables)["number"] = SimpleItoa(descriptor->number());
SimpleItoa         67 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc   (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
SimpleItoa         68 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc   (*variables)["tag_size"] = SimpleItoa(
SimpleItoa         98 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc   vars["number"] = SimpleItoa(descriptor->number());
SimpleItoa        100 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc   vars["index"] = SimpleItoa(descriptor->index());
SimpleItoa        204 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc         "index", SimpleItoa(descriptor_->index()));
SimpleItoa        289 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       return SimpleItoa(field->default_value_int32());
SimpleItoa        292 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       return SimpleItoa(static_cast<int32>(field->default_value_uint32()));
SimpleItoa        294 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       return SimpleItoa(field->default_value_int64()) + "L";
SimpleItoa        296 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       return SimpleItoa(static_cast<int64>(field->default_value_uint64())) +
SimpleItoa        433 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc   varName += SimpleItoa(index);
SimpleItoa        173 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     vars["index"] = SimpleItoa(descriptor_->index());
SimpleItoa        212 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     vars["index"] = SimpleItoa(descriptor_->index());
SimpleItoa        429 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc       "number", SimpleItoa(descriptor_->field(i)->number()));
SimpleItoa        676 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     "end", SimpleItoa(range->end));
SimpleItoa       1313 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc       "tag", SimpleItoa(tag));
SimpleItoa       1330 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc         "tag", SimpleItoa(packed_tag));
SimpleItoa         63 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc   (*variables)["number"] = SimpleItoa(descriptor->number());
SimpleItoa        166 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc   (*variables)["number"] = SimpleItoa(descriptor->number());
SimpleItoa        177 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc   (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
SimpleItoa        178 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc   (*variables)["tag_size"] = SimpleItoa(
SimpleItoa        194 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     (*variables)["fixed_size"] = SimpleItoa(fixed_size);
SimpleItoa         81 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     "index", SimpleItoa(descriptor_->index()));
SimpleItoa        195 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     vars["index"] = SimpleItoa(i);
SimpleItoa        240 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     vars["index"] = SimpleItoa(i);
SimpleItoa        285 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     vars["index"] = SimpleItoa(i);
SimpleItoa        337 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     vars["index"] = SimpleItoa(i);
SimpleItoa        401 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc     vars["index"] = SimpleItoa(i);
SimpleItoa         66 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc   (*variables)["number"] = SimpleItoa(descriptor->number());
SimpleItoa         72 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc   (*variables)["tag"] = SimpleItoa(WireFormat::MakeTag(descriptor));
SimpleItoa         73 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc   (*variables)["tag_size"] = SimpleItoa(
SimpleItoa        822 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleItoa(value));
SimpleItoa        844 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleItoa(value));
SimpleItoa        176 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       return SimpleItoa(field.default_value_int32());
SimpleItoa        178 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       return SimpleItoa(field.default_value_uint32());
SimpleItoa        180 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       return SimpleItoa(field.default_value_int64());
SimpleItoa        182 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       return SimpleItoa(field.default_value_uint64());
SimpleItoa        218 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       return SimpleItoa(field.default_value_enum()->number());
SimpleItoa        368 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc                     "value", SimpleItoa(top_level_enum_values[i].second));
SimpleItoa        438 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       "number", SimpleItoa(extension_field.number()));
SimpleItoa        478 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["index"] = SimpleItoa(descriptor.index());
SimpleItoa        499 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc     m["index"] = SimpleItoa(method->index());
SimpleItoa        611 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc                     "start", SimpleItoa(range->start),
SimpleItoa        612 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc                     "end", SimpleItoa(range->end));
SimpleItoa        859 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["index"] = SimpleItoa(descriptor.index());
SimpleItoa        860 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["number"] = SimpleItoa(descriptor.number());
SimpleItoa        891 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["index"] = SimpleItoa(field.index());
SimpleItoa        892 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["number"] = SimpleItoa(field.number());
SimpleItoa        893 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["type"] = SimpleItoa(field.type());
SimpleItoa        894 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["cpp_type"] = SimpleItoa(field.cpp_type());
SimpleItoa        895 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   m["label"] = SimpleItoa(field.label());
SimpleItoa       1031 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc                   "serialized_start", SimpleItoa(offset),
SimpleItoa       1032 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc                   "serialized_end", SimpleItoa(offset + sp.size()));
SimpleItoa       1424 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleItoa(default_value_int32());
SimpleItoa       1427 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleItoa(default_value_int64());
SimpleItoa       1430 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleItoa(default_value_uint32());
SimpleItoa       1433 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleItoa(default_value_uint64());
SimpleItoa        215 third_party/protobuf/src/google/protobuf/reflection_ops.cc     result.append(SimpleItoa(index));
SimpleItoa       1341 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc     *new_data = "name-" + SimpleItoa(i);
SimpleItoa       1345 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc     *new_data = "name-" + SimpleItoa(i);
SimpleItoa         97 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "[libprotobuf INFO "__FILE__":" + SimpleItoa(line + 1) + "] A message.\n"
SimpleItoa         98 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "[libprotobuf WARNING "__FILE__":" + SimpleItoa(line + 2) + "] A warning.\n"
SimpleItoa         99 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "[libprotobuf ERROR "__FILE__":" + SimpleItoa(line + 3) + "] An error.\n",
SimpleItoa        130 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.",
SimpleItoa        133 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
SimpleItoa        156 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
SimpleItoa        159 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc     "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
SimpleItoa        418 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(int i);
SimpleItoa        419 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(unsigned int i);
SimpleItoa        420 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(long i);
SimpleItoa        421 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(unsigned long i);
SimpleItoa        422 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(long long i);
SimpleItoa        423 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleItoa(unsigned long long i);
SimpleItoa        625 third_party/protobuf/src/google/protobuf/text_format.cc           value = SimpleItoa(int_value);        // for error reporting
SimpleItoa       1326 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD( INT32,  Int32, SimpleItoa);
SimpleItoa       1327 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD( INT64,  Int64, SimpleItoa);
SimpleItoa       1328 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD(UINT32, UInt32, SimpleItoa);
SimpleItoa       1329 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD(UINT64, UInt64, SimpleItoa);
SimpleItoa       1429 third_party/protobuf/src/google/protobuf/text_format.cc     string field_number = SimpleItoa(field.number());
SimpleItoa       1435 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(SimpleItoa(field.varint()));
SimpleItoa        742 third_party/protobuf/src/google/protobuf/text_format_unittest.cc     EXPECT_EQ(SimpleItoa(line) + ":" + SimpleItoa(col) + ": " + message + "\n",
SimpleItoa        960 third_party/protobuf/src/google/protobuf/text_format_unittest.cc                SimpleItoa(unittest::TestAllTypes::BAZ));