Home
last modified time | relevance | path

Searched refs:_CA_STRINGIFY_EXPAND (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dcore_analytics.c55 const char *core_analytics_ca_bool_c_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
62 static const char *ca_str_prefix = _CA_STRINGIFY_EXPAND(CA_STATIC_STRING()); in core_analytics_field_is_string()
76 if (strcmp(*field_spec, _CA_STRINGIFY_EXPAND(CA_INT)) == 0) { in event_field_size()
/xnu-10002.1.13/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp82 const char *core_analytics_ca_bool_cpp_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
94 if (strcmp(*field_spec, _CA_STRINGIFY_EXPAND(CA_INT)) == 0) { in serialize_event_field()
/xnu-10002.1.13/libkern/libkern/coreanalytics/
H A Dcoreanalytics_internal.h138 #define _CA_STRINGIFY_EXPAND(T) _CA_STRINGIFY(T) macro