array_            390 base/containers/small_map.h         if (compare(array_[i]->first, key)) {
array_            391 base/containers/small_map.h           return iterator(array_ + i);
array_            394 base/containers/small_map.h       return iterator(array_ + size_);
array_            404 base/containers/small_map.h         if (compare(array_[i]->first, key)) {
array_            405 base/containers/small_map.h           return const_iterator(array_ + i);
array_            408 base/containers/small_map.h       return const_iterator(array_ + size_);
array_            422 base/containers/small_map.h         if (compare(array_[i]->first, key)) {
array_            423 base/containers/small_map.h           return array_[i]->second;
array_            430 base/containers/small_map.h         array_[size_].Init(key, data_type());
array_            431 base/containers/small_map.h         return array_[size_++]->second;
array_            444 base/containers/small_map.h         if (compare(array_[i]->first, x.first)) {
array_            445 base/containers/small_map.h           return std::make_pair(iterator(array_ + i), false);
array_            453 base/containers/small_map.h         array_[size_].Init(x);
array_            454 base/containers/small_map.h         return std::make_pair(iterator(array_ + size_++), true);
array_            473 base/containers/small_map.h       return iterator(array_);
array_            480 base/containers/small_map.h       return const_iterator(array_);
array_            488 base/containers/small_map.h       return iterator(array_ + size_);
array_            495 base/containers/small_map.h       return const_iterator(array_ + size_);
array_            504 base/containers/small_map.h         array_[i].Destroy();
array_            515 base/containers/small_map.h       int i = position.array_iter_ - array_;
array_            516 base/containers/small_map.h       array_[i].Destroy();
array_            519 base/containers/small_map.h         array_[i].Init(*array_[size_]);
array_            520 base/containers/small_map.h         array_[size_].Destroy();
array_            587 base/containers/small_map.h     ManualConstructor<value_type> array_[kArraySize];
array_            596 base/containers/small_map.h       temp_array[i].Init(*array_[i]);
array_            597 base/containers/small_map.h       array_[i].Destroy();
array_            617 base/containers/small_map.h         array_[i].Init(*src.array_[i]);
array_            627 base/containers/small_map.h         array_[i].Destroy();
array_             78 content/common/indexed_db/indexed_db_key.cc       array_(CopyKeyArray(array)),
array_             99 content/common/indexed_db/indexed_db_key.cc       array_(other.array_),
array_            110 content/common/indexed_db/indexed_db_key.cc   array_ = other.array_;
array_            125 content/common/indexed_db/indexed_db_key.cc     for (size_t i = 0; i < array_.size(); i++) {
array_            126 content/common/indexed_db/indexed_db_key.cc       if (!array_[i].IsValid())
array_            150 content/common/indexed_db/indexed_db_key.cc       for (size_t i = 0; i < array_.size() && i < other.array_.size(); ++i) {
array_            151 content/common/indexed_db/indexed_db_key.cc         int result = array_[i].CompareTo(other.array_[i]);
array_            155 content/common/indexed_db/indexed_db_key.cc       return Compare(array_.size(), other.array_.size());
array_             44 content/common/indexed_db/indexed_db_key.h   const std::vector<IndexedDBKey>& array() const { return array_; }
array_             56 content/common/indexed_db/indexed_db_key.h   std::vector<IndexedDBKey> array_;
array_             27 content/common/indexed_db/indexed_db_key_path.cc   return array_;
array_             45 content/common/indexed_db/indexed_db_key_path.cc       return array_ == other.array_;
array_             34 content/common/indexed_db/indexed_db_key_path.h   std::vector<base::string16> array_;
array_            293 content/renderer/pepper/npapi_glue.cc     array_.reset(new PP_Var[size_]);
array_            295 content/renderer/pepper/npapi_glue.cc       array_[i] = NPVariantToPPVar(instance, &variants[i]);
array_            302 content/renderer/pepper/npapi_glue.cc     var_tracker->ReleaseVar(array_[i]);
array_            160 content/renderer/pepper/npapi_glue.h   PP_Var* array() { return array_.get(); }
array_            164 content/renderer/pepper/npapi_glue.h   scoped_ptr<PP_Var[]> array_;
array_            436 ppapi/proxy/serialized_var.cc     *out.OutParam(dispatcher_) = array_[i];
array_            442 ppapi/proxy/serialized_var.cc   free(array_);
array_            448 ppapi/proxy/serialized_var.cc   return &array_;
array_            476 ppapi/proxy/serialized_var.h   PP_Var* array_;
array_            187 third_party/cld/base/scoped_ptr.h   explicit scoped_array(C* p = NULL) : array_(p) { }
array_            193 third_party/cld/base/scoped_ptr.h     delete[] array_;
array_            200 third_party/cld/base/scoped_ptr.h     if (p != array_) {
array_            202 third_party/cld/base/scoped_ptr.h       delete[] array_;
array_            203 third_party/cld/base/scoped_ptr.h       array_ = p;
array_            211 third_party/cld/base/scoped_ptr.h     assert(array_ != NULL);
array_            212 third_party/cld/base/scoped_ptr.h     return array_[i];
array_            218 third_party/cld/base/scoped_ptr.h     return array_;
array_            224 third_party/cld/base/scoped_ptr.h   bool operator==(const C* p) const { return array_ == p; }
array_            225 third_party/cld/base/scoped_ptr.h   bool operator!=(const C* p) const { return array_ != p; }
array_            229 third_party/cld/base/scoped_ptr.h     C* tmp = array_;
array_            230 third_party/cld/base/scoped_ptr.h     array_ = p2.array_;
array_            231 third_party/cld/base/scoped_ptr.h     p2.array_ = tmp;
array_            240 third_party/cld/base/scoped_ptr.h     C* retVal = array_;
array_            241 third_party/cld/base/scoped_ptr.h     array_ = NULL;
array_            246 third_party/cld/base/scoped_ptr.h   C* array_;
array_            492 third_party/jsoncpp/overrides/include/json/value.h          ValueInternalArray *array_;
array_            781 third_party/jsoncpp/overrides/include/json/value.h             : array_(0)
array_            786 third_party/jsoncpp/overrides/include/json/value.h          ValueInternalArray *array_;
array_            979 third_party/jsoncpp/overrides/include/json/value.h          ValueInternalArray::IteratorState array_;
array_            309 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       value_.array_ = arrayAllocator()->newArray();
array_            492 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       value_.array_ = arrayAllocator()->newArrayCopy( *other.value_.array_ );
array_            535 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       arrayAllocator()->destructArray( value_.array_ );
array_            621 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       return value_.array_->compare( *(other.value_.array_) ) < 0;
array_            683 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       return value_.array_->compare( *(other.value_.array_) ) == 0;
array_           1006 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       return Int( value_.array_->size() );
array_           1047 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       value_.array_->clear();
array_           1079 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.array_->resize( newSize );
array_           1100 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value_.array_->resolveReference( index );
array_           1126 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    Value *value = value_.array_->find( index );
array_           1581 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       if ( value_.array_ )
array_           1584 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp          value_.array_->makeBeginIterator( it );
array_           1616 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       if ( value_.array_ )
array_           1619 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp          value_.array_->makeEndIterator( it );
array_           1652 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       if ( value_.array_ )
array_           1655 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp          value_.array_->makeBeginIterator( it );
array_           1687 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       if ( value_.array_ )
array_           1690 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp          value_.array_->makeEndIterator( it );
array_            557 third_party/protobuf/src/google/protobuf/stubs/common.h   explicit scoped_array(C* p = NULL) : array_(p) { }
array_            563 third_party/protobuf/src/google/protobuf/stubs/common.h     delete[] array_;
array_            570 third_party/protobuf/src/google/protobuf/stubs/common.h     if (p != array_) {
array_            572 third_party/protobuf/src/google/protobuf/stubs/common.h       delete[] array_;
array_            573 third_party/protobuf/src/google/protobuf/stubs/common.h       array_ = p;
array_            581 third_party/protobuf/src/google/protobuf/stubs/common.h     assert(array_ != NULL);
array_            582 third_party/protobuf/src/google/protobuf/stubs/common.h     return array_[i];
array_            588 third_party/protobuf/src/google/protobuf/stubs/common.h     return array_;
array_            594 third_party/protobuf/src/google/protobuf/stubs/common.h   bool operator==(C* p) const { return array_ == p; }
array_            595 third_party/protobuf/src/google/protobuf/stubs/common.h   bool operator!=(C* p) const { return array_ != p; }
array_            599 third_party/protobuf/src/google/protobuf/stubs/common.h     C* tmp = array_;
array_            600 third_party/protobuf/src/google/protobuf/stubs/common.h     array_ = p2.array_;
array_            601 third_party/protobuf/src/google/protobuf/stubs/common.h     p2.array_ = tmp;
array_            610 third_party/protobuf/src/google/protobuf/stubs/common.h     C* retVal = array_;
array_            611 third_party/protobuf/src/google/protobuf/stubs/common.h     array_ = NULL;
array_            616 third_party/protobuf/src/google/protobuf/stubs/common.h   C* array_;
array_            161 third_party/tcmalloc/chromium/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
array_            166 third_party/tcmalloc/chromium/src/packed-cache-inl.h     return KeyMatch(array_[Hash(key)], key);
array_            175 third_party/tcmalloc/chromium/src/packed-cache-inl.h     T entry = array_[Hash(key)];
array_            183 third_party/tcmalloc/chromium/src/packed-cache-inl.h       array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
array_            235 third_party/tcmalloc/chromium/src/packed-cache-inl.h   volatile T array_[1 << kHashbits];
array_             73 third_party/tcmalloc/chromium/src/pagemap.h   void** array_;
array_             79 third_party/tcmalloc/chromium/src/pagemap.h     array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
array_             80 third_party/tcmalloc/chromium/src/pagemap.h     memset(array_, 0, sizeof(void*) << BITS);
array_            101 third_party/tcmalloc/chromium/src/pagemap.h     return array_[k];
array_            109 third_party/tcmalloc/chromium/src/pagemap.h     array_[k] = v;
array_            116 third_party/tcmalloc/chromium/src/pagemap.h       if (array_[k] != NULL) return array_[k];
array_            139 third_party/tcmalloc/chromium/src/pagemap.h   void** array_;
array_            149 third_party/tcmalloc/chromium/src/pagemap.h     return (index * sizeof(*array_)) >> kPageShift;
array_            169 third_party/tcmalloc/chromium/src/pagemap.h     size_t size = sizeof(*array_) << BITS;
array_            170 third_party/tcmalloc/chromium/src/pagemap.h     array_ = reinterpret_cast<void**>(VirtualAlloc(
array_            176 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift);
array_            248 third_party/tcmalloc/chromium/src/pagemap.h     void* start = reinterpret_cast<char*>(array_) + (first_page << kPageShift);
array_            297 third_party/tcmalloc/chromium/src/pagemap.h     return array_[k];
array_            305 third_party/tcmalloc/chromium/src/pagemap.h     array_[k] = v;
array_            311 third_party/tcmalloc/chromium/src/pagemap.h       if (array_[k] != NULL) return array_[k];
array_             65 third_party/tcmalloc/chromium/src/tests/system-alloc_unittest.cc     void *result = &array_[ptr_];
array_             90 third_party/tcmalloc/chromium/src/tests/system-alloc_unittest.cc   char array_[kArraySize];
array_            137 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   DeleteUnsignedCharArray(unsigned char* array) : array_(array) {
array_            141 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc     if (array_) {
array_            142 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc       PreamblePatcher::FreePreambleBlock(array_);
array_            147 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc     unsigned char* temp = array_;
array_            148 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc     array_ = NULL;
array_            153 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   unsigned char* array_;
array_            159 third_party/tcmalloc/vendor/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
array_            164 third_party/tcmalloc/vendor/src/packed-cache-inl.h     return KeyMatch(array_[Hash(key)], key);
array_            173 third_party/tcmalloc/vendor/src/packed-cache-inl.h     T entry = array_[Hash(key)];
array_            181 third_party/tcmalloc/vendor/src/packed-cache-inl.h       array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
array_            233 third_party/tcmalloc/vendor/src/packed-cache-inl.h   volatile T array_[1 << kHashbits];
array_             67 third_party/tcmalloc/vendor/src/pagemap.h   void** array_;
array_             73 third_party/tcmalloc/vendor/src/pagemap.h     array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
array_             74 third_party/tcmalloc/vendor/src/pagemap.h     memset(array_, 0, sizeof(void*) << BITS);
array_             95 third_party/tcmalloc/vendor/src/pagemap.h     return array_[k];
array_            103 third_party/tcmalloc/vendor/src/pagemap.h     array_[k] = v;
array_            110 third_party/tcmalloc/vendor/src/pagemap.h       if (array_[k] != NULL) return array_[k];
array_             65 third_party/tcmalloc/vendor/src/tests/system-alloc_unittest.cc     void *result = &array_[ptr_];
array_             90 third_party/tcmalloc/vendor/src/tests/system-alloc_unittest.cc   char array_[kArraySize];
array_            137 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   DeleteUnsignedCharArray(unsigned char* array) : array_(array) {
array_            141 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc     if (array_) {
array_            142 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc       PreamblePatcher::FreePreambleBlock(array_);
array_            147 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc     unsigned char* temp = array_;
array_            148 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc     array_ = NULL;
array_            153 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   unsigned char* array_;