Home | History | Annotate | Download | only in mac

Lines Matching full:char

39 xpc_dictionary_set_int64(xpc_object_t xdict, const char* key, int64_t value);
44 bool xpc_dictionary_get_bool(xpc_object_t xdict, const char* key);
47 xpc_dictionary_get_int64(xpc_object_t xdict, const char* key);
50 const char* xpc_dictionary_get_string(xpc_object_t xdict, const char* key);
53 xpc_dictionary_get_uint64(xpc_object_t xdict, const char* key);
56 xpc_dictionary_set_uint64(xpc_object_t xdict, const char* key, uint64_t value);
59 void xpc_dictionary_set_string(xpc_object_t xdict, const char* key,
60 const char* string);
63 xpc_dictionary_create(const char* const* keys,
71 xpc_object_t xpc_dictionary_get_value(xpc_object_t xdict, const char* key);
74 char* xpc_copy_description(xpc_object_t object);