Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dvalue.h915 typedef ValueIteratorBase SelfType; typedef
925 bool operator==(const SelfType& other) const { return isEqual(other); }
927 bool operator!=(const SelfType& other) const { return !isEqual(other); }
929 difference_type operator-(const SelfType& other) const {
951 difference_type computeDistance(const SelfType& other) const;
953 bool isEqual(const SelfType& other) const;
955 void copy(const SelfType& other);
983 typedef ValueConstIterator SelfType; typedef
997 SelfType& operator=(const ValueIteratorBase& other);
999 SelfType operator++(int) {
[all …]
/external/jsoncpp/src/lib_json/
Djson_valueiterator.inl77 ValueIteratorBase::computeDistance(const SelfType& other) const {
111 bool ValueIteratorBase::isEqual(const SelfType& other) const {
124 void ValueIteratorBase::copy(const SelfType& other) {
236 ValueIterator& ValueIterator::operator=(const SelfType& other) {
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp662 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument
667 return QualType(SelfType, 0); in getReturnTypeForMethod()