Home | History | Annotate | Download | only in Core

Lines Matching refs:cstr

1201                 const char *cstr = data.PeekCStr(0);
1202 size_t len = strlen_or_inf (cstr, k_max_buf_size, k_max_buf_size+1);
1205 if (cstr && cstr_len_displayed < 0)
1635 const char *cstr = NULL;
1637 // this is a local stream that we are using to ensure that the data pointed to by cstr survives
1648 cstr = GetValueAsCString();
1652 cstr = GetSummaryAsCString();
1656 cstr = GetObjectDescription();
1660 cstr = GetLocationAsCString();
1665 cstr = strm.GetString().c_str();
1669 cstr = GetTypeName().AsCString();
1673 cstr = GetName().AsCString();
1678 cstr = strm.GetString().c_str();
1682 if (!cstr)
1685 cstr = GetSummaryAsCString();
1691 cstr = strm.GetString().c_str();
1694 cstr = GetValueAsCString();
1698 if (cstr)
1699 s.PutCString(cstr);