/external/angle/third_party/jsoncpp/source/include/json/ |
D | value.h | 734 typedef ValueIteratorBase SelfType; typedef 736 bool operator==(const SelfType& other) const { return isEqual(other); } 738 bool operator!=(const SelfType& other) const { return !isEqual(other); } 740 difference_type operator-(const SelfType& other) const { 775 difference_type computeDistance(const SelfType& other) const; 777 bool isEqual(const SelfType& other) const; 779 void copy(const SelfType& other); 805 typedef ValueConstIterator SelfType; typedef 816 SelfType& operator=(const ValueIteratorBase& other); 818 SelfType operator++(int) { [all …]
|
/external/jsoncpp/include/json/ |
D | value.h | 915 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/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1011 typedef ValueIteratorBase SelfType; typedef 1013 bool operator==(const SelfType& other) const { return isEqual(other); } 1015 bool operator!=(const SelfType& other) const { return !isEqual(other); } 1017 difference_type operator-(const SelfType& other) const { 1050 difference_type computeDistance(const SelfType& other) const; 1052 bool isEqual(const SelfType& other) const; 1054 void copy(const SelfType& other); 1080 typedef ValueConstIterator SelfType; typedef 1089 SelfType& operator=(const ValueIteratorBase& other); 1091 SelfType operator++(int) { [all …]
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1011 typedef ValueIteratorBase SelfType; typedef 1013 bool operator==(const SelfType& other) const { return isEqual(other); } 1015 bool operator!=(const SelfType& other) const { return !isEqual(other); } 1017 difference_type operator-(const SelfType& other) const { 1050 difference_type computeDistance(const SelfType& other) const; 1052 bool isEqual(const SelfType& other) const; 1054 void copy(const SelfType& other); 1080 typedef ValueConstIterator SelfType; typedef 1089 SelfType& operator=(const ValueIteratorBase& other); 1091 SelfType operator++(int) { [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1011 typedef ValueIteratorBase SelfType; typedef 1013 bool operator==(const SelfType& other) const { return isEqual(other); } 1015 bool operator!=(const SelfType& other) const { return !isEqual(other); } 1017 difference_type operator-(const SelfType& other) const { 1050 difference_type computeDistance(const SelfType& other) const; 1052 bool isEqual(const SelfType& other) const; 1054 void copy(const SelfType& other); 1080 typedef ValueConstIterator SelfType; typedef 1089 SelfType& operator=(const ValueIteratorBase& other); 1091 SelfType operator++(int) { [all …]
|
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 1011 typedef ValueIteratorBase SelfType; typedef 1013 bool operator==(const SelfType& other) const { return isEqual(other); } 1015 bool operator!=(const SelfType& other) const { return !isEqual(other); } 1017 difference_type operator-(const SelfType& other) const { 1050 difference_type computeDistance(const SelfType& other) const; 1052 bool isEqual(const SelfType& other) const; 1054 void copy(const SelfType& other); 1080 typedef ValueConstIterator SelfType; typedef 1089 SelfType& operator=(const ValueIteratorBase& other); 1091 SelfType operator++(int) { [all …]
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 1061 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 …]
|
D | jsoncpp.cpp | 2272 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/angle/third_party/jsoncpp/source/src/lib_json/ |
D | json_valueiterator.inl | 31 ValueIteratorBase::computeDistance(const SelfType& other) const { 58 bool ValueIteratorBase::isEqual(const SelfType& other) const { 65 void ValueIteratorBase::copy(const SelfType& other) { 154 ValueIterator& ValueIterator::operator=(const SelfType& other) {
|
/external/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 77 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/rust/crates/syn/0.15.42/src/ |
D | token.rs | 629 "Self" pub struct SelfType /// `Self` 751 (Self) => { $crate::token::SelfType }; 829 pub use self::SelfType as CapSelf;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 411 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local 413 if (!SelfType) in checkSelfIvarsForInvariantViolation() 416 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
|
D | DynamicTypePropagation.cpp | 687 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument 692 return QualType(SelfType, 0); in getReturnTypeForMethod()
|
/external/rust/crates/syn/1.0.7/src/ |
D | token.rs | 629 "Self" pub struct SelfType /// `Self` 751 (Self) => { $crate::token::SelfType };
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2241 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance() 2268 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() 2275 void ValueIteratorBase::copy(const SelfType& other) { in copy() 2359 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2241 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance() 2268 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() 2275 void ValueIteratorBase::copy(const SelfType& other) { in copy() 2359 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
|
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2241 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance() 2268 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() 2275 void ValueIteratorBase::copy(const SelfType& other) { in copy() 2359 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2241 ValueIteratorBase::computeDistance(const SelfType& other) const { in computeDistance() 2268 bool ValueIteratorBase::isEqual(const SelfType& other) const { in isEqual() 2275 void ValueIteratorBase::copy(const SelfType& other) { in copy() 2359 ValueIterator& ValueIterator::operator=(const SelfType& other) { in operator =()
|