Searched defs:index_ (Results 1 - 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h250 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
299 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
/external/v8/src/
H A Dcontexts.cc78 int* index_, PropertyAttributes* attributes) {
82 *index_ = -1;
133 *index_ = index;
166 *index_ = param_index;
180 *index_ = index;
77 Lookup(Handle<String> name, ContextLookupFlags flags, int* index_, PropertyAttributes* attributes) argument
H A Ddateparser.h69 : index_(0),
76 void Next() { ch_ = (index_ < buffer_.length()) ? buffer_[index_++] : 0; }
136 int index_; member in class:v8::internal::DateParser::BASE_EMBEDDED
189 TimeComposer() : index_(0), hour_offset_(kNone) {}
190 bool IsEmpty() const { return index_ == 0; }
192 return (index_ == 1 && IsMinute(n)) || (index_ == 2 && IsSecond(n));
195 return index_ < kSize ? (comp_[index_
[all...]
H A Dast.h1014 : var_(var), type_(type), index_(index) {
1028 int index() const { return index_; }
1034 int index_; member in class:v8::internal::Slot
1723 : body_(body), index_(index) { }
1738 int index() { return index_; }
1743 int index_; member in class:v8::internal::RegExpCapture
H A Dobjects.h4352 VectorIterator(T* d, int l) : data_(Vector<const T>(d, l)), index_(0) { }
4353 explicit VectorIterator(Vector<const T> data) : data_(data), index_(0) { }
4354 T GetNext() { return data_[index_++]; }
4355 bool has_more() { return index_ < data_.length(); }
4358 int index_; member in class:v8::internal::VectorIterator
/external/chromium/base/
H A Dobserver_list.h117 index_(0),
133 while (index_ < max_index && !observers[index_])
134 ++index_;
135 return index_ < max_index ? observers[index_++] : NULL;
140 size_t index_; member in class:ObserverList::Iterator
H A Dregistry.h169 int Index() const { return index_; }
175 int index_; // current index of the iteration member in class:RegistryValueIterator
201 int Index() const { return index_; }
207 int index_; // current index of the iteration member in class:RegistryKeyIterator
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc111 index_(NULL) {}
128 disk_cache::Index* index_; member in class:__anon1215::CacheDumper
143 index_ = reinterpret_cast<disk_cache::Index*>(index_file_->Init(
145 if (!index_) {
169 for (int i = current_hash_; i < index_->header.table_len; i++) {
172 if (index_->table[i]) {
174 if (LoadEntry(index_->table[i], entry)) {
180 printf("Unable to load entry at address 0x%x\n", index_->table[i]);
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h200 : file_(file), line_(line), index_(index), status_fd_(status_fd) {}
217 int index() const { return index_; }
223 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h221 : base_(base), value_(value), index_(index), step_(step) {}
229 index_++;
242 CheckedDowncastToActualType<const Iterator>(&other)->index_;
243 return index_ == other_index;
248 : base_(other.base_), value_(other.value_), index_(other.index_),
253 int index_; member in class:testing::internal::RangeGenerator::Iterator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
205 int index() const { return index_; }
211 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h221 : base_(base), value_(value), index_(index), step_(step) {}
229 index_++;
242 CheckedDowncastToActualType<const Iterator>(&other)->index_;
243 return index_ == other_index;
248 : base_(other.base_), value_(other.value_), index_(other.index_),
256 int index_; member in class:testing::internal::RangeGenerator::Iterator
/external/bluetooth/glib/glib/
H A Dgbsearcharray.h74 guint index_);
200 guint index_)
206 g_return_val_if_fail (index_ <= barray->n_nodes, NULL);
217 node = G_BSEARCH_ARRAY_NODES (barray) + index_ * bconfig->sizeof_node;
218 g_memmove (node + bconfig->sizeof_node, node, (barray->n_nodes - index_) * bconfig->sizeof_node);
239 guint index_ = g_bsearch_array_get_index (barray, bconfig, node); local
242 barray = g_bsearch_array_grow (barray, bconfig, index_);
243 node = G_BSEARCH_ARRAY_NODES (barray) + index_ * bconfig->sizeof_node;
266 guint index_)
270 g_return_val_if_fail (index_ < barra
198 g_bsearch_array_grow(GBSearchArray *barray, const GBSearchConfig *bconfig, guint index_) argument
264 g_bsearch_array_remove(GBSearchArray *barray, const GBSearchConfig *bconfig, guint index_) argument
[all...]
H A Dgarray.c167 guint index_,
175 g_memmove (g_array_elt_pos (array, len + index_),
176 g_array_elt_pos (array, index_),
177 g_array_elt_len (array, array->len - index_));
179 memcpy (g_array_elt_pos (array, index_), data, g_array_elt_len (array, len));
212 guint index_)
218 g_return_val_if_fail (index_ < array->len, NULL);
220 if (index_ != array->len - 1)
221 g_memmove (g_array_elt_pos (array, index_),
222 g_array_elt_pos (array, index_
166 g_array_insert_vals(GArray *farray, guint index_, gconstpointer data, guint len) argument
211 g_array_remove_index(GArray *farray, guint index_) argument
236 g_array_remove_index_fast(GArray *farray, guint index_) argument
261 g_array_remove_range(GArray *farray, guint index_, guint length) argument
453 g_ptr_array_remove_index(GPtrArray *farray, guint index_) argument
478 g_ptr_array_remove_index_fast(GPtrArray *farray, guint index_) argument
502 g_ptr_array_remove_range(GPtrArray *farray, guint index_, guint length) argument
675 g_byte_array_remove_index(GByteArray *array, guint index_) argument
683 g_byte_array_remove_index_fast(GByteArray *array, guint index_) argument
692 g_byte_array_remove_range(GByteArray *array, guint index_, guint length) argument
[all...]
/external/chromium/net/disk_cache/
H A Dbackend_impl.h278 scoped_refptr<MappedFile> index_; // The main cache index. member in class:disk_cache::BackendImpl
/external/v8/test/cctest/
H A Dtest-api.cc3355 Snorkel() { index_ = global_index++; }
3356 int index_; member in class:Snorkel

Completed in 485 milliseconds