Searched defs:CordRepConcat (Results 1 – 1 of 1) sorted by relevance
265 struct CordRepConcat : public CordRep { struct266 CordRep* left;267 CordRep* right;269 uint8_t depth() const { return storage[0]; } in depth()270 void set_depth(uint8_t depth) { storage[0] = depth; } in set_depth()