Searched refs:std (Results 1 – 2 of 2) sorted by relevance
29 char *std = NULL; in test_to_from() local33 ret = mpp_cfg_to_string(obj, fmt, &std); in test_to_from()39 ret = mpp_cfg_from_string(&out, fmt, std); in test_to_from()51 if (strcmp(std, str)) { in test_to_from()54 mpp_cfg_print_string(std); in test_to_from()61 MPP_FREE(std); in test_to_from()
293 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want296 # definitions whose arguments contain STL classes (e.g. func(std::string);297 # versus func(std::string) {}). This also make the inheritance and collaboration