Searched refs:getCString (Results 1 – 3 of 3) sorted by relevance
161 return item->getCString(attr, value); in mediametrics_getCString()
298 ASSERT_TRUE(item.getCString("name", &s)); in TEST()302 ASSERT_TRUE(item.getCString("mother", &s)); in TEST()
1018 bool getCString(const char *key, char **value) const { in getCString() function