Searched refs:proper_string (Results 1 – 1 of 1) sorted by relevance
123 auto proper_string = std::make_unique<char[]>(proper_string_size); in TEST() local124 count = pcm_params_to_string(params, proper_string.get(), proper_string_size); in TEST()127 ASSERT_EQ(std::strlen(proper_string.get()), proper_string_len); in TEST()