Searched refs:index_ (Results 1 - 25 of 204) sorted by last modified time

123456789

/external/vixl/src/a64/
H A Ddebugger-a64.cc397 : args_(args), index_(index), cause_(cause) {}
404 int index_; member in class:vixl::InvalidCommand
1589 if (i == index_) {
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc76 : PODIterator<int32_t, LocaTable>(table), index_(-1) {
80 return index_ <= container()->num_glyphs_;
84 return container()->Loca(index_++);
H A Dloca_table.h38 int32_t index_; member in class:sfntly::LocaTable::LocaIterator
/external/regex-re2/util/
H A Dsparse_array.h66 // For indices present in the array, dense_[sparse_to_dense_[i]].index_ == i.
74 // dense_[sparse_to_dense_[i]].index_ == i.
245 IndexValue(int index, const Value& value) : second(value), index_(index) {}
247 int index() const { return index_; }
255 int index_; member in class:re2::SparseArray::IndexValue
302 dense_[sparse_to_dense_[i]].index_ == i;
325 if (has_index(new_value.index_)) {
326 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
328 p = make_pair(set_new(new_value.index_, new_value.second), true);
403 sparse_to_dense_[dense_[di].index_]
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc264 return index_.AddFile(*file, file);
270 return MaybeCopy(index_.FindFile(filename), output);
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
283 return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
289 return index_.FindAllExtensionNumbers(extendee_type, output);
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
331 return MaybeParse(index_.FindFile(filename), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
373 return MaybeParse(index_
[all...]
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/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/openfst/src/include/fst/
H A Dstate-reachable.h58 index_(state2index->empty() ? 1 : -1),
74 if (index_ < 0) { // Use state2index_ map to set index
89 intervals->push_back(Interval(index_, index_ + 1));
90 (*state2index_)[s] = index_++;
113 if (index_ >= 0 && fst_.Final(s) != Weight::Zero()) {
115 (*intervals)[0].end = index_; // Update tree interval end
130 I index_; member in class:fst::IntervalReachVisitor
/external/mesa3d/include/CL/
H A Dcl.hpp570 int index_; member in class:cl::vector::iterator
574 index_(-1),
577 index_ = -1;
588 i.index_ = 0;
601 i.index_ = vec.size();
611 (index_ == i.index_) &&
622 index_++;
627 index_ += x;
632 index_
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index),
239 int index() const { return index_; }
245 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h227 : file_(a_file), line_(a_line), index_(an_index),
237 int index() const { return index_; }
243 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8397 : file_(a_file), line_(a_line), index_(an_index),
8407 int index() const { return index_; }
8413 int index_; member in class:testing::internal::InternalRunDeathTestFlag
10201 : base_(base), value_(value), index_(index), step_(step) {}
10209 index_++;
10222 CheckedDowncastToActualType<const Iterator>(&other)->index_;
10223 return index_ == other_index;
10229 base_(other.base_), value_(other.value_), index_(other.index_),
10237 int index_; member in class:testing::internal::RangeGenerator::Iterator
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h188 ArrayIndex index_; member in class:Json::Value::CZString
528 ArrayIndex index_; member in class:Json::PathArgument
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp177 // Notes: index_ indicates if the string was allocated when
182 , index_( index )
189 , index_( allocate )
194 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
197 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
198 : other.index_ )
204 if ( cstr_ && index_ == duplicate )
212 std::swap( index_, other.index_ );
[all...]
/external/jsoncpp/include/json/
H A Dvalue.h188 ArrayIndex index_; member in class:Json::Value::CZString
528 ArrayIndex index_; member in class:Json::PathArgument
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp173 // Notes: index_ indicates if the string was allocated when
178 , index_( index )
185 , index_( allocate )
190 : cstr_( other.index_ != noDuplication && other.cstr_ != 0
193 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
194 : other.index_ )
200 if ( cstr_ && index_ == duplicate )
208 std::swap( index_, other.index_ );
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
/external/gtest/test/
H A Dgtest-port_test.cc1154 DestructorTracker() : index_(GetNewIndex()) {}
1156 : index_(GetNewIndex()) {}
1160 g_destroyed[index_] = true;
1168 const int index_; member in class:testing::internal::DestructorTracker
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1018 BasicUniformReportGL (const char* const name_, const int nameLength_, const int size_, const glu::DataType type_, const int index_) argument
1019 : name(name_), nameLength(nameLength_), size(size_), type(type_), index(index_) {}
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1923 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} argument

Completed in 3437 milliseconds

123456789