Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dem_meta.c461 static int print_object(FILE *fd, struct tcf_meta_val *obj, struct rtattr *rta) in print_object() function
522 if (print_object(fd, &meta_hdr->left, tb[TCA_EM_META_LVALUE]) < 0) in meta_print_eopt()
537 return print_object(fd, &meta_hdr->right, tb[TCA_EM_META_RVALUE]); in meta_print_eopt()
/external/python/pybind11/tests/
Dtest_smart_ptr.py289 a.print_object()
/external/iperf3/src/
Dcjson.c1040 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer);
1438 return print_object(item, output_buffer); in print_value()
1711 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer) in print_object() function