Searched refs:_space (Results 1 – 4 of 4) sorted by relevance
34 private int _space; field in FlatBuffers.FlatBufferBuilder65 _space = initialSize; in FlatBufferBuilder()76 _space = buffer.Length; in FlatBufferBuilder()85 _space = _bb.Length; in Clear()106 public int Offset { get { return _bb.Length - _space; } }110 _bb.PutByte(_space -= size, 0, size); in Pad()133 ((~((int)_bb.Length - _space + additionalBytes)) + 1) & in Prep()136 while (_space < alignSize + size + additionalBytes) in Prep()140 _space += (int)_bb.Length - oldBufSize; in Prep()149 _bb.PutByte(_space -= sizeof(byte), (byte)(x ? 1 : 0)); in PutBool()[all …]
1386 _space = " "1415 fmt = _space.join(["%%-%ds"%x for x in colwidth])
358 * **alloc\_space**: how many bytes were allocated (including ones freed at the
85 * **alloc\_space**: how many bytes were allocated (including ones freed at the