Searched defs:deprecated (Results 1 – 13 of 13) sorted by relevance
24 private boolean deprecated; field in XsdTag56 public void setDeprecated(boolean deprecated) { in setDeprecated()
106 if (auto deprecated = GetDeprecatedAttribute(type); !deprecated.empty()) { in GenerateDeprecated() local143 bool deprecated; member
64 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments() local
92 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments() local
470 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GetDeprecatedAttribute() local
531 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GenerateDeprecated() local
701 bool deprecated = defined_type.IsDeprecated() || in GenerateClassSource() local
577 bool deprecated = interface.IsDeprecated() || in GenerateServerOnTransact() local
42 boolean deprecated; field in XsdHandler.State677 boolean deprecated) throws XsdParserException { in isDeprecated()705 private static <T extends XsdTag> T setDeprecatedAndFinal(T tag, boolean deprecated, in setDeprecatedAndFinal()
67 bool deprecated = 8; field
990 …id=None, deprecated=False, optional=False, visibility=None, notes=None, sdk_notes=None, ndk_notes=… argument1016 def deprecated(self): member in EnumValue1274 def deprecated(self): member in Entry
152 int32_t __attribute__((deprecated("field"))) deprecated = 0; variable
4040 public int deprecated = 0; field in ITestService.CompilerChecks.HasDeprecated