/external/jsoncpp/include/json/ |
D | value.h | 134 typedef Json::ArrayIndex ArrayIndex; typedef 170 CZString(ArrayIndex index); 177 ArrayIndex index() const; 184 ArrayIndex index_; 292 ArrayIndex size() const; 311 void resize(ArrayIndex size); 319 Value& operator[](ArrayIndex index); 332 const Value& operator[](ArrayIndex index) const; 342 Value get(ArrayIndex index, const Value& defaultValue) const; 344 bool isValidIndex(ArrayIndex index) const; [all …]
|
D | forwards.h | 26 typedef unsigned int ArrayIndex; typedef
|
/external/webrtc/webrtc/base/ |
D | json_unittest.cc | 191 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) { in TEST() 198 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) { in TEST() 207 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) { in TEST() 214 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) { in TEST() 223 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) { in TEST() 230 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) { in TEST() 239 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) { in TEST() 246 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) { in TEST() 255 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) { in TEST() 262 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) { in TEST() [all …]
|
D | json.cc | 132 for (Json::Value::ArrayIndex i = 0; i < value.size(); ++i) { in JsonArrayToVector() 220 *out = in[static_cast<Json::Value::ArrayIndex>(n)]; in GetValueFromJsonArray()
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 192 ArrayIndex index) const { 213 for (ArrayIndex index = 0; index < size_; ++index, increment(itOther)) { 250 ArrayIndex tempSize = size_; 263 void ValueInternalArray::resize(ArrayIndex newSize) { 284 void ValueInternalArray::makeIndexValid(ArrayIndex index) { 294 ArrayIndex nextPageIndex = (size_ % itemsPerPage) != 0 316 Value& ValueInternalArray::resolveReference(ArrayIndex index) { 322 Value* ValueInternalArray::find(ArrayIndex index) const { 328 ValueInternalArray::ArrayIndex ValueInternalArray::size() const { 337 ValueInternalArray::ArrayIndex [all …]
|
D | json_value.cpp | 167 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 178 ? static_cast<ArrayIndex>(other.index_ == noDuplication in CZString() 209 ArrayIndex Value::CZString::index() const { return index_; } in index() 754 ArrayIndex Value::size() const { in size() 772 return ArrayIndex(value_.map_->size()); in size() 818 void Value::resize(ArrayIndex newSize) { in resize() 824 ArrayIndex oldSize = size(); in resize() 830 for (ArrayIndex index = newSize; index < oldSize; ++index) { in resize() 840 Value& Value::operator[](ArrayIndex index) { in operator []() 864 return (*this)[ArrayIndex(index)]; in operator []() [all …]
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 261 typedef unsigned int ArrayIndex; typedef 518 typedef Json::ArrayIndex ArrayIndex; typedef 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 577 ArrayIndex index_; 698 ArrayIndex size() const; 717 void resize(ArrayIndex size); 725 Value& operator[](ArrayIndex index); 738 const Value& operator[](ArrayIndex index) const; 748 Value get(ArrayIndex index, const Value& defaultValue) const; [all …]
|
D | json-forwards.h | 234 typedef unsigned int ArrayIndex; typedef
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 261 typedef unsigned int ArrayIndex; typedef 518 typedef Json::ArrayIndex ArrayIndex; typedef 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 577 ArrayIndex index_; 698 ArrayIndex size() const; 717 void resize(ArrayIndex size); 725 Value& operator[](ArrayIndex index); 738 const Value& operator[](ArrayIndex index) const; 748 Value get(ArrayIndex index, const Value& defaultValue) const; [all …]
|
D | json-forwards.h | 234 typedef unsigned int ArrayIndex; typedef
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 261 typedef unsigned int ArrayIndex; typedef 518 typedef Json::ArrayIndex ArrayIndex; typedef 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 577 ArrayIndex index_; 698 ArrayIndex size() const; 717 void resize(ArrayIndex size); 725 Value& operator[](ArrayIndex index); 738 const Value& operator[](ArrayIndex index) const; 748 Value get(ArrayIndex index, const Value& defaultValue) const; [all …]
|
D | json-forwards.h | 234 typedef unsigned int ArrayIndex; typedef
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 289 typedef unsigned int ArrayIndex; typedef 561 typedef Json::ArrayIndex ArrayIndex; typedef 597 CZString(ArrayIndex index); 607 ArrayIndex index() const; 623 ArrayIndex index_; 748 ArrayIndex size() const; 767 void resize(ArrayIndex size); 775 Value& operator[](ArrayIndex index); 788 const Value& operator[](ArrayIndex index) const; 798 Value get(ArrayIndex index, const Value& defaultValue) const; [all …]
|
D | jsoncpp.cpp | 2632 Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} in CZString() 2698 ArrayIndex Value::CZString::index() const { return index_; } in index() 3265 ArrayIndex Value::size() const { in size() 3282 return ArrayIndex(value_.map_->size()); in size() 3313 void Value::resize(ArrayIndex newSize) { in resize() 3318 ArrayIndex oldSize = size(); in resize() 3324 for (ArrayIndex index = newSize; index < oldSize; ++index) { in resize() 3331 Value& Value::operator[](ArrayIndex index) { in operator []() 3351 return (*this)[ArrayIndex(index)]; in operator []() 3354 const Value& Value::operator[](ArrayIndex index) const { in operator []() [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyOps.def | 37 TIL_OPCODE_DEF(ArrayIndex)
|
D | ThreadSafetyTIL.h | 1094 class ArrayIndex : public SExpr { 1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} in ArrayIndex() function 1099 ArrayIndex(const ArrayIndex &E, SExpr *A, SExpr *N) in ArrayIndex() function 1116 typename C::CType compare(const ArrayIndex* E, C& Cmp) const { in compare()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2674 ArrayIndex Value::CZString::index() const { return index_; } in index() 3232 ArrayIndex Value::size() const { in size() 3249 return ArrayIndex(value_.map_->size()); in size() 3280 void Value::resize(ArrayIndex newSize) { in resize() 3285 ArrayIndex oldSize = size(); in resize() 3291 for (ArrayIndex index = newSize; index < oldSize; ++index) { in resize() 3298 Value& Value::operator[](ArrayIndex index) { in operator []() 3318 return (*this)[ArrayIndex(index)]; in operator []() 3321 const Value& Value::operator[](ArrayIndex index) const { in operator []() [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2674 ArrayIndex Value::CZString::index() const { return index_; } in index() 3232 ArrayIndex Value::size() const { in size() 3249 return ArrayIndex(value_.map_->size()); in size() 3280 void Value::resize(ArrayIndex newSize) { in resize() 3285 ArrayIndex oldSize = size(); in resize() 3291 for (ArrayIndex index = newSize; index < oldSize; ++index) { in resize() 3298 Value& Value::operator[](ArrayIndex index) { in operator []() 3318 return (*this)[ArrayIndex(index)]; in operator []() 3321 const Value& Value::operator[](ArrayIndex index) const { in operator []() [all …]
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2613 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {} in CZString() 2674 ArrayIndex Value::CZString::index() const { return index_; } in index() 3232 ArrayIndex Value::size() const { in size() 3249 return ArrayIndex(value_.map_->size()); in size() 3280 void Value::resize(ArrayIndex newSize) { in resize() 3285 ArrayIndex oldSize = size(); in resize() 3291 for (ArrayIndex index = newSize; index < oldSize; ++index) { in resize() 3298 Value& Value::operator[](ArrayIndex index) { in operator []() 3318 return (*this)[ArrayIndex(index)]; in operator []() 3321 const Value& Value::operator[](ArrayIndex index) const { in operator []() [all …]
|
/external/webrtc/talk/app/webrtc/ |
D | androidvideocapturer.cc | 147 for (Json::ArrayIndex i = 0; i < json_values.size(); ++i) { in AndroidVideoCapturer()
|
/external/clang/include/clang/AST/ |
D | APValue.h | 63 uint64_t ArrayIndex; member
|
/external/jsoncpp/ |
D | NEWS.txt | 125 - The type Json::ArrayIndex is used for indexes of a JSON value array. It
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 224 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize) in isOnePastTheEnd() 242 Entry.ArrayIndex = 0; in addArrayUnchecked() 270 Entry.ArrayIndex = Imag; in addComplexUnchecked() 286 Entries.back().ArrayIndex += N; in adjustIndex() 287 if (Entries.back().ArrayIndex > MostDerivedArraySize) { in adjustIndex() 288 diagnosePointerArithmetic(Info, E, Entries.back().ArrayIndex); in adjustIndex() 2416 uint64_t Index = Sub.Entries[I].ArrayIndex; in findSubobject() 2451 uint64_t Index = Sub.Entries[I].ArrayIndex; in findSubobject() 2640 if (A.Entries[I].ArrayIndex != B.Entries[I].ArrayIndex) { in FindDesignatorMismatch() 6657 uint64_t Index = LVal.Designator.Entries[I].ArrayIndex; in isDesignatorAtObjectEnd() [all …]
|
D | APValue.cpp | 459 Out << '[' << Path[I].ArrayIndex << ']'; in printPretty()
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 579 llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar); in EmitAggMemberInitializer() local 580 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress"); in EmitAggMemberInitializer() 581 llvm::Value *Next = llvm::ConstantInt::get(ArrayIndex->getType(), 1); in EmitAggMemberInitializer() 582 Next = CGF.Builder.CreateAdd(ArrayIndex, Next, "inc"); in EmitAggMemberInitializer()
|