Home
last modified time | relevance | path

Searched refs:current_ (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_valueiterator.h18 ValueIteratorBase::ValueIteratorBase() : current_() {} in ValueIteratorBase()
22 : current_(current), isNull_(false) {} in ValueIteratorBase()
27 void ValueIteratorBase::increment() { ++current_; } in increment()
29 void ValueIteratorBase::decrement() { --current_; } in decrement()
48 for (Value::ObjectValues::iterator it = current_; it != other.current_; in computeDistance()
59 return current_ == other.current_; in isEqual()
63 current_ = other.current_; in copy()
68 const Value::CZString czstring = (*current_).first; in key()
94 const char* cname = (*current_).first.data(); in memberName()
99 const char* cname = (*current_).first.data(); in memberName()
[all …]
A Djson_reader.cpp121 current_ = begin_; in parse()
207 current_--; in readValue()
313 ++current_; in skipSpaces()
400 if (current_ != end_ && *current_ == '\n') in readCppStyleComment()
504 if (current_ != end_ && *current_ == ']') // empty array in readArray()
1013 current_ = begin_; in parse()
1120 current_--; in readValue()
1267 ++current_; in skipSpaces()
1381 if (current_ != end_ && *current_ == '\n') in readCppStyleComment()
1393 current_ = ++p; in readNumber()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc30 if (current_ + num_bytes > size_) { in AllocateFast()
33 void* ret = static_cast<char*>(ptr_) + current_; in AllocateFast()
34 current_ += num_bytes; in AllocateFast()
101 current_ = 0; in FreeAll()
A Dallocator.h92 std::ptrdiff_t current_ = 0; variable
A Dtest.h2018 T* ret = buffers_[current_];
2019 current_ = (current_ + 1) % buffers_.size();
2026 int current_ = 0;
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp449 current_--; in readValue()
555 ++current_; in skipSpaces()
642 if (current_ != end_ && *current_ == '\n') in readCppStyleComment()
746 if (current_ != end_ && *current_ == ']') // empty array in readArray()
1627 if (current_ != end_ && *current_ == '\n') in readCppStyleComment()
1754 if (current_ != end_ && *current_ == ']') // empty array in readArray()
2333 ++current_; in increment()
2337 --current_; in decrement()
2343 return other.current_ - current_; in computeDistance()
2372 return current_ == other.current_; in isEqual()
[all …]
A Djson.h1222 Value::ObjectValues::iterator current_;
1610 Location current_; variable
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h235 Location current_{};
A Dvalue.h806 Value::ObjectValues::iterator current_;

Completed in 73 milliseconds