Home
last modified time | relevance | path

Searched defs:since (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
Dmacros.h43 # define OSSL_DEPRECATED(since) \ argument
45 # define OSSL_DEPRECATED_FOR(since, message) \ argument
48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument
49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument
57 # define OSSL_DEPRECATED(since) \ argument
59 # define OSSL_DEPRECATED_FOR(since, message) \ argument
62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) argument
63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) argument
67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) argument
68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated)) argument
[all …]
/third_party/openssl/include/openssl/
Dmacros.h43 # define OSSL_DEPRECATED(since) \ argument
45 # define OSSL_DEPRECATED_FOR(since, message) \ argument
48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument
49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument
57 # define OSSL_DEPRECATED(since) \ argument
59 # define OSSL_DEPRECATED_FOR(since, message) \ argument
62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) argument
63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) argument
67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) argument
68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated)) argument
[all …]
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1028 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument
1029 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument
1043 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) argument
1044 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… argument
1046 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… argument
1047 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… argument
1065 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) argument
1066 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) argument
1071 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) argument
1072 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) argument
[all …]
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/util/timezone/
DBasicTimeZoneExample.java93 long since = 1104537600000L; // 2005-01-01 0:00 UTC in timeZoneRulesExample() local
/third_party/typescript/src/compiler/
Ddebug.ts18 since?: Version | string; property
749 …const since = typeof options.since === "string" ? new Version(options.since) : options.since ?? wa… constant
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.h56 time_t since; /* Since this time */ member
Dntfsundelete.c541 static int parse_time(const char *value, time_t *since) in parse_time()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c531 pa_usec_t since = now - last_timing; in thread_func() local
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp1207 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument
1208 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument
1222 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) argument
1223 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… argument
1225 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… argument
1226 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… argument
1244 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) argument
1245 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) argument
1250 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) argument
1251 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) argument
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp1344 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument
1345 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument
/third_party/typescript/lib/
Dtsc.js2650 function formatDeprecationMessage(name, error, errorAfter, since, message) { argument
2658 function createErrorDeprecation(name, errorAfter, since, message) { argument
2664 function createWarningDeprecation(name, errorAfter, since, message) { argument
DtypingsInstaller.js3088 function formatDeprecationMessage(name, error, errorAfter, since, message) { argument
3096 function createErrorDeprecation(name, errorAfter, since, message) { argument
3102 function createWarningDeprecation(name, errorAfter, since, message) { argument