Searched defs:CordRep (Results 1 – 7 of 7) sorted by relevance
86 struct CordRep { struct95 char data[1]; // Starting point for flat array: MUST BE LAST FIELD of CordRep argument
88 struct CordRep { struct96 char data[1]; // Starting point for flat array: MUST BE LAST FIELD of CordRep argument
125 struct CordRep { struct127 constexpr CordRep(Refcount::Immortal immortal, size_t l) in CordRep() function137 char data[1]; // Starting point for flat array: MUST BE LAST FIELD of CordRep argument
190 struct CordRep { struct192 constexpr CordRep(Refcount::Immortal immortal, size_t l) in CordRep() argument199 // If tag < FLAT, it represents CordRepKind and indicates the type of node. argument204 // - the starting point for FlatCordRep.Data() [flexible-array-member] argument231 static void Destroy(CordRep* rep); argument
212 explicit CordRep(absl::string_view view) : is_inline_(true), rep_(view) {} in CordRep() function