Home
last modified time | relevance | path

Searched defs:isDeprecated (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDeprecatedFieldTest.java78 private boolean isDeprecated(AnnotatedElement annotated) { in isDeprecated() method in DeprecatedFieldTest
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDeprecatedFieldTest.java76 private boolean isDeprecated(AnnotatedElement annotated) { in isDeprecated() method in DeprecatedFieldTest
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h167 bool isDeprecated = descriptor->options().deprecated(); variable
/third_party/node/deps/v8/tools/system-analyzer/log/
Dmap.mjs95 isDeprecated() { method in MapLogEntry
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java118 public boolean isDeprecated() { return getVal(STA) == STA_DEPRECATED; } in isDeprecated() method in APIInfo
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java433 public boolean isDeprecated() { in isDeprecated() method in LanguageTag
/third_party/typescript/src/services/
Dcompletions.ts4554 function isDeprecated(symbol: Symbol, checker: TypeChecker) { function