Home
last modified time | relevance | path

Searched refs:JsonVariantType (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Djson.h49 typedef enum JsonVariantType { enum
61 } JsonVariantType; typedef
101 JsonVariantType json_variant_type(JsonVariant *v);
102 bool json_variant_has_type(JsonVariant *v, JsonVariantType type);
351 JsonVariantType type;
423 const char *json_variant_type_to_string(JsonVariantType t);
424 JsonVariantType json_variant_type_from_string(const char *s);
Djson.c70 JsonVariantType type:8;
291 static int json_variant_new(JsonVariant **ret, JsonVariantType type, size_t space) { in json_variant_new()
1077 JsonVariantType json_variant_type(JsonVariant *v) { in json_variant_type()
1113 bool json_variant_has_type(JsonVariant *v, JsonVariantType type) { in json_variant_has_type()
1114 JsonVariantType rt; in json_variant_has_type()
1293 JsonVariantType t; in json_variant_equal()
2142 JsonVariantType t; in json_variant_copy()
4741 DEFINE_STRING_TABLE_LOOKUP(json_variant_type, JsonVariantType);