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