/external/jsoncpp/include/json/ |
D | value.h | 751 using SelfType = ValueIteratorBase; variable 753 bool operator==(const SelfType& other) const { return isEqual(other); } 755 bool operator!=(const SelfType& other) const { return !isEqual(other); } 757 difference_type operator-(const SelfType& other) const { 799 difference_type computeDistance(const SelfType& other) const; 801 bool isEqual(const SelfType& other) const; 803 void copy(const SelfType& other); 829 using SelfType = ValueConstIterator; variable 840 SelfType& operator=(const ValueIteratorBase& other); 842 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/vulkan-deps/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/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/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/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 32 ValueIteratorBase::computeDistance(const SelfType& other) const { 55 bool ValueIteratorBase::isEqual(const SelfType& other) const { 62 void ValueIteratorBase::copy(const SelfType& other) { 151 ValueIterator& ValueIterator::operator=(const SelfType& other) {
|
/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/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 390 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local 392 if (!SelfType) in checkSelfIvarsForInvariantViolation() 395 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
|
D | DynamicTypePropagation.cpp | 778 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument 783 return QualType(SelfType, 0); in getReturnTypeForMethod()
|
/external/rust/crates/syn/src/ |
D | token.rs | 688 "Self" pub struct SelfType /// `Self` 810 [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/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 =()
|
/external/angle/third_party/vulkan-deps/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/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 =()
|