Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dvalue.h751 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/
Djson.h1011 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/
Djson.h1011 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/
Djson.h1011 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/
Djson.h1011 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/
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.inl32 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/
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()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp390 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local
392 if (!SelfType) in checkSelfIvarsForInvariantViolation()
395 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
DDynamicTypePropagation.cpp778 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument
783 return QualType(SelfType, 0); in getReturnTypeForMethod()
/external/rust/crates/syn/src/
Dtoken.rs688 "Self" pub struct SelfType /// `Self`
810 [Self] => { $crate::token::SelfType };
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2241 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/
Djsoncpp.cpp2241 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/
Djsoncpp.cpp2241 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/
Djsoncpp.cpp2241 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 =()