Home | History | Annotate | Download | only in include

Lines Matching refs:buffer_policy

1034     CachedData() : data(NULL), length(0), buffer_policy(BufferNotOwned) {}
1036 // If buffer_policy is BufferNotOwned, the caller keeps the ownership of
1041 BufferPolicy buffer_policy = BufferNotOwned);
1047 BufferPolicy buffer_policy;