Searched refs:ArrayIndex (Results 1 – 9 of 9) sorted by relevance
208 using ArrayIndex = Json::ArrayIndex; variable263 CZString(ArrayIndex index);273 ArrayIndex index() const;289 ArrayIndex index_;418 ArrayIndex size() const;437 void resize(ArrayIndex newSize);445 Value& operator[](ArrayIndex index);453 const Value& operator[](ArrayIndex index) const;461 bool isValidIndex(ArrayIndex index) const;695 PathArgument(ArrayIndex index);[all …]
32 using ArrayIndex = unsigned int; variable
410 ArrayIndex size = value.size(); in writeValue()411 for (ArrayIndex index = 0; index < size; ++index) { in writeValue()555 ArrayIndex const size = value.size(); in isMultilineArray()558 for (ArrayIndex index = 0; index < size && !isMultiLine; ++index) { in isMultilineArray()568 for (ArrayIndex index = 0; index < size; ++index) { in isMultilineArray()776 ArrayIndex const size = value.size(); in isMultilineArray()779 for (ArrayIndex index = 0; index < size && !isMultiLine; ++index) { in isMultilineArray()789 for (ArrayIndex index = 0; index < size; ++index) { in isMultilineArray()1056 ArrayIndex const size = value.size(); in isMultilineArray()1059 for (ArrayIndex index = 0; index < size && !isMultiLine; ++index) { in isMultilineArray()[all …]
859 ArrayIndex Value::size() const { in size()876 return ArrayIndex(value_.map_->size()); in size()906 void Value::resize(ArrayIndex newSize) { in resize()911 ArrayIndex oldSize = size(); in resize()924 Value& Value::operator[](ArrayIndex index) { in operator []()944 return (*this)[ArrayIndex(index)]; in operator []()964 return (*this)[ArrayIndex(index)]; in operator []()1143 ArrayIndex length = size(); in insert()1208 ArrayIndex oldSize = size(); in removeIndex()1504 PathArgument::PathArgument(ArrayIndex index) in PathArgument()[all …]
353 typedef unsigned int ArrayIndex; typedef653 typedef Json::ArrayIndex ArrayIndex; typedef694 CZString(ArrayIndex index);709 ArrayIndex index() const;725 ArrayIndex index_;859 ArrayIndex size() const;878 void resize(ArrayIndex size);886 Value& operator[](ArrayIndex index);911 bool isValidIndex(ArrayIndex index) const;1113 PathArgument(ArrayIndex index);[all …]
3439 ArrayIndex Value::size() const { in size()3487 void Value::resize(ArrayIndex newSize) { in resize()3492 ArrayIndex oldSize = size(); in resize()3525 return (*this)[ArrayIndex(index)]; in operator []()3545 return (*this)[ArrayIndex(index)]; in operator []()3719 ArrayIndex oldSize = size(); in removeIndex()4063 ArrayIndex index = 0; in makePath()4567 ArrayIndex size = value.size(); in writeValue()4712 ArrayIndex const size = value.size(); in isMultilineArray()4931 ArrayIndex const size = value.size(); in isMultilineArray()[all …]
320 typedef unsigned int ArrayIndex; typedef
102 Json::ArrayIndex size = value.size(); in printValueTree()103 for (Json::ArrayIndex index = 0; index < size; ++index) { in printValueTree()
327 for (Json::ArrayIndex i = 0; i < 10; i++) in JSONTEST_FIXTURE_LOCAL()343 for (Json::ArrayIndex i = 0; i < 10; i++) in JSONTEST_FIXTURE_LOCAL()352 for (Json::ArrayIndex i = 0; i < 5; i++) in JSONTEST_FIXTURE_LOCAL()357 Json::ArrayIndex index = 0; in JSONTEST_FIXTURE_LOCAL()390 for (Json::ArrayIndex i = 0; i < 3; i++) { in JSONTEST_FIXTURE_LOCAL()404 for (Json::ArrayIndex i = 0; i < 3; i++) { in JSONTEST_FIXTURE_LOCAL()416 for (Json::ArrayIndex i = 0; i < 4; i++) { in JSONTEST_FIXTURE_LOCAL()429 for (Json::ArrayIndex i = 0; i < 5; i++) { in JSONTEST_FIXTURE_LOCAL()2285 for (Json::ArrayIndex i = 0; i < 21; i++) in JSONTEST_FIXTURE_LOCAL()2294 for (Json::ArrayIndex i = 0; i < 10; i++) in JSONTEST_FIXTURE_LOCAL()[all …]
Completed in 36 milliseconds