Home
last modified time | relevance | path

Searched refs:SelfType (Results 1 – 6 of 6) 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/protobuf/conformance/third_party/jsoncpp/
Djson.h1061 typedef ValueIteratorBase SelfType; typedef
1063 bool operator==(const SelfType& other) const { return isEqual(other); }
1065 bool operator!=(const SelfType& other) const { return !isEqual(other); }
1067 difference_type operator-(const SelfType& other) const {
1100 difference_type computeDistance(const SelfType& other) const;
1102 bool isEqual(const SelfType& other) const;
1104 void copy(const SelfType& other);
1130 typedef ValueConstIterator SelfType; typedef
1140 SelfType& operator=(const ValueIteratorBase& other);
1142 SelfType operator++(int) {
[all …]
Djsoncpp.cpp2272 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance()
2299 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual()
2306 void ValueIteratorBase::copy(const SelfType& other) { in copy()
2395 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
/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/
DNullabilityChecker.cpp411 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local
413 if (!SelfType) in checkSelfIvarsForInvariantViolation()
416 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
DDynamicTypePropagation.cpp687 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument
692 return QualType(SelfType, 0); in getReturnTypeForMethod()