Home | History | Annotate | Download | only in src

Lines Matching defs:at

66   // Accessor for returning a character at a given position. The input offset
68 inline char at(int offset) const {
72 // Sets the character at the given position. The given position MUST be less
86 // write many characters at once, it can make sure there is enough capacity,
123 // Grow the buffer to hold at least one more item. Hopefully we won't have
145 // Grows the given buffer so that it can fit at least |min_additional|
266 // the output is empty. The beginning of the host will be at offset 0, and