89 const struct paf_value *value_b);
struct paf_value * paf_value_clone(const struct paf_value *orig)
struct paf_value * paf_value_str_create(const char *value)
bool paf_value_equal(const struct paf_value *value_a, const struct paf_value *value_b)
struct paf_value * paf_value_int64_create(int64_t value)
bool paf_value_is_str(const struct paf_value *value)
const char * paf_value_str(const struct paf_value *value)
bool paf_value_is_int64(const struct paf_value *value)
void paf_value_destroy(struct paf_value *value)
int64_t paf_value_int64(const struct paf_value *value)