Home
last modified time | relevance | path

Searched refs:SelfType (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h842 SelfType operator++(int) {
843 SelfType temp(*this);
848 SelfType operator--(int) {
849 SelfType temp(*this);
854 SelfType& operator--() {
859 SelfType& operator++() {
892 SelfType& operator=(const SelfType& other);
895 SelfType temp(*this);
901 SelfType temp(*this);
906 SelfType& operator--() {
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h1257 SelfType operator++(int) {
1258 SelfType temp(*this);
1263 SelfType operator--(int) {
1264 SelfType temp(*this);
1269 SelfType& operator--() {
1274 SelfType& operator++() {
1306 SelfType& operator=(const SelfType& other);
1309 SelfType temp(*this);
1315 SelfType temp(*this);
1320 SelfType& operator--() {
[all …]
A Djsoncpp.cpp2341 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance()
2368 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual()
2375 void ValueIteratorBase::copy(const SelfType& other) { in copy()
2464 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_valueiterator.h32 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance()
55 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual()
62 void ValueIteratorBase::copy(const SelfType& other) { in copy()
151 ValueIterator& ValueIterator::operator=(const SelfType& other) {

Completed in 22 milliseconds