Searched refs:pByteSize (Results 1 – 5 of 5) sorted by relevance
765 int32_t const* pByteSize) { in ReadString() argument773 int32_t iBytes = pByteSize == NULL ? iMaxLength * 2 : *pByteSize; in ReadString()792 int32_t iBytes = pByteSize == NULL ? iMaxLength : *pByteSize; in ReadString()1045 int32_t const* pByteSize) { in ReadString() argument1052 if (pByteSize != NULL) { in ReadString()1053 iLen = std::min(iLen, *pByteSize); in ReadString()
195 int32_t const* pByteSize = NULL);236 int32_t const* pByteSize = NULL);
36 int32_t const* pByteSize = NULL);
610 int32_t const* pByteSize) { in ReadString() argument
58 int32_t const* pByteSize = NULL) = 0;