/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonAutoDetect.java | 171 Visibility getters, Visibility isGetters, Visibility setters, in Value() argument 174 _getterVisibility = getters; in Value() 202 Visibility getters = Visibility.DEFAULT; in construct() local 214 getters = visibility; in construct() 225 fields = getters = isGetters = setters = creators = visibility; in construct() 228 return construct(fields, getters, isGetters, setters, creators); in construct() 232 Visibility getters, Visibility isGetters, Visibility setters, in construct() argument 235 Value v = _predefined(fields, getters, isGetters, setters, creators); in construct() 237 v = new Value(fields, getters, isGetters, setters, creators); in construct() 284 Visibility getters = overrides._getterVisibility; in withOverrides() local [all …]
|
/external/llvm-project/clang-tools-extra/clangd/quality/ |
D | CompletionModelCodegen.py | 123 getters = [] 143 getters = [ 177 nline.join(getters),
|
/external/llvm-project/clang/test/SemaObjC/ |
D | unused.m | 24 … purposes".length; // expected-warning {{property access result unused - getters should not be use… 117 …self.getOrCreateGroup; // expected-warning {{property access result unused - getters should not be… 118 …self.group; // expected-warning {{property access result unused - getters should not be used for s…
|
D | access-property-getter.m | 8 …object.method; // expected-warning {{property access result unused - getters should not be used fo…
|
/external/clang/test/SemaObjC/ |
D | unused.m | 24 … purposes".length; // expected-warning {{property access result unused - getters should not be use… 117 …self.getOrCreateGroup; // expected-warning {{property access result unused - getters should not be… 118 …self.group; // expected-warning {{property access result unused - getters should not be used for s…
|
D | access-property-getter.m | 8 …object.method; // expected-warning {{property access result unused - getters should not be used fo…
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageLiteToString.java | 78 Set<String> getters = new TreeSet<String>(); in reflectivePrintWithIndent() local 85 getters.add(method.getName()); in reflectivePrintWithIndent() 90 for (String getter : getters) { in reflectivePrintWithIndent()
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/ |
D | CodeGenerationUtilsTest.java | 16 void getters() { in getters() method in CodeGenerationUtilsTest
|
/external/clang/test/SemaObjCXX/ |
D | property-invalid-type.mm | 22 …i.helper; // expected-warning{{property access result unused - getters should not be used for side…
|
/external/python/cpython2/Lib/ |
D | uuid.py | 545 getters = _NODE_GETTERS_WIN32 547 getters = _NODE_GETTERS_UNIX 549 for getter in getters + [_random_getnode]:
|
/external/clang/test/CodeGenObjC/ |
D | debug-property-synth.m | 5 // synthesized getters/setters.
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | debug-property-synth.m | 5 // synthesized getters/setters.
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | property-invalid-type.mm | 22 …i.helper; // expected-warning{{property access result unused - getters should not be used for side…
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | AutoValueProcessor.java | 460 ImmutableSet.Builder<ExecutableElement> getters = ImmutableSet.builder(); in prefixedGettersIn() local 470 getters.add(method); in prefixedGettersIn() 473 return getters.build(); in prefixedGettersIn()
|
D | AutoValueOrOneOfProcessor.java | 587 ImmutableSet.Builder<ExecutableElement> getters = ImmutableSet.builder(); in prefixedGettersIn() local 597 getters.add(method); in prefixedGettersIn() 600 return getters.build(); in prefixedGettersIn()
|
/external/python/cpython3/Lib/ |
D | operator.py | 249 getters = tuple(map(attrgetter, self._attrs)) 251 return tuple(getter(obj) for getter in getters)
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ParserRuleReturnScope.as | 17 * I do not use getters for fields of objects that are used simply to
|
/external/kmod/ |
D | TODO | 27 * review API, maybe unify all of these getters:
|
/external/proguard/examples/annotations/lib/ |
D | annotations.pro | 95 # all public, getters and setters of the annotated class from being shrunk,
|
/external/llvm-project/clang/test/Misc/ |
D | pragma-attribute-objc.m | 40 // Implicit getters/setters shouldn't receive the attributes.
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 117 * Don't use getters in timeout.
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.proto | 86 // This field should not conflict with any getters.
|
/external/rust/crates/paste/ |
D | README.md | 74 // Build an impl block with getters. This expands to:
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 211 ## Setters and getters
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | icv_tracking.ll | 62 ; FIXME: this value should be tracked and the rest of the getters deduplicated and replaced with it. 91 ; FIXME: this value should be tracked and the rest of the getters deduplicated and replaced with it. 116 ; FIXME: getters can be replaced with %4
|