Searched refs:kMaxAttributeSize (Results 1 – 1 of 1) sorted by relevance
270 static const uint32 kMaxAttributeSize = 65536; variable1078 if (end > kMaxAttributeSize) { in WriteAt()1079 end = kMaxAttributeSize; in WriteAt()1124 if (size > kMaxAttributeSize) in SetSize()