difference_type   198 ash/shelf/shelf_model.cc                    static_cast<ShelfItems::difference_type>(index));
difference_type   201 ash/shelf/shelf_model.cc                    static_cast<ShelfItems::difference_type>(index));
difference_type   228 base/containers/small_map.h     typedef typename NormalMap::iterator::difference_type difference_type;
difference_type   308 base/containers/small_map.h     typedef typename NormalMap::const_iterator::difference_type difference_type;
difference_type    24 base/memory/scoped_vector.h   typedef typename std::vector<T*>::difference_type difference_type;
difference_type   161 chrome/browser/autocomplete/autocomplete_result.h   typedef ACMatches::iterator::difference_type matches_difference_type;
difference_type   944 third_party/jsoncpp/overrides/include/json/value.h       difference_type operator -( const SelfType &other ) const
difference_type   965 third_party/jsoncpp/overrides/include/json/value.h       difference_type computeDistance( const SelfType &other ) const;
difference_type  1189 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef typename superclass::difference_type difference_type;
difference_type  1226 third_party/protobuf/src/google/protobuf/repeated_field.h   iterator& operator+=(difference_type d) {
difference_type  1230 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator+(iterator it, difference_type d) {
difference_type  1234 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator+(difference_type d, iterator it) {
difference_type  1238 third_party/protobuf/src/google/protobuf/repeated_field.h   iterator& operator-=(difference_type d) {
difference_type  1242 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator-(iterator it, difference_type d) {
difference_type  1248 third_party/protobuf/src/google/protobuf/repeated_field.h   reference operator[](difference_type d) const { return *(*this + d); }
difference_type  1251 third_party/protobuf/src/google/protobuf/repeated_field.h   difference_type operator-(const iterator& x) const { return it_ - x.it_; }
difference_type  1280 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef typename superclass::difference_type difference_type;
difference_type  1306 third_party/protobuf/src/google/protobuf/repeated_field.h   iterator& operator+=(difference_type d) {
difference_type  1310 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator+(iterator it, difference_type d) {
difference_type  1314 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator+(difference_type d, iterator it) {
difference_type  1318 third_party/protobuf/src/google/protobuf/repeated_field.h   iterator& operator-=(difference_type d) {
difference_type  1322 third_party/protobuf/src/google/protobuf/repeated_field.h   friend iterator operator-(iterator it, difference_type d) {
difference_type  1328 third_party/protobuf/src/google/protobuf/repeated_field.h   reference operator[](difference_type d) const { return *(*this + d); }
difference_type  1331 third_party/protobuf/src/google/protobuf/repeated_field.h   difference_type operator-(const iterator& x) const { return it_ - x.it_; }