Lines Matching defs:at
42 // Accessor for returning a character at a given position. The input offset
44 inline char at(int offset) const {
48 // Sets the character at the given position. The given position MUST be less
62 // write many characters at once, it can make sure there is enough capacity,
99 // Grow the buffer to hold at least one more item. Hopefully we won't have
121 // Grows the given buffer so that it can fit at least |min_additional|
244 // the output is empty. The beginning of the host will be at offset 0, and