HomeSort by relevance Sort by last modified time
    Searched refs:ReadOnlyStringRef (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/streams/
memory_containers.cc 120 ReadOnlyStringRef::ReadOnlyStringRef(const std::string& string)
123 const void* ReadOnlyStringRef::GetReadOnlyBuffer(size_t offset,
129 : ReadOnlyStringRef(string_copy_), string_copy_(std::move(string)) {}
memory_containers.h 258 // ReadOnlyStringRef is a read-only container based on external std::string.
259 class BRILLO_EXPORT ReadOnlyStringRef : public ContiguousReadOnlyBufferBase {
261 explicit ReadOnlyStringRef(const std::string& string);
269 DISALLOW_COPY_AND_ASSIGN(ReadOnlyStringRef);
274 class BRILLO_EXPORT ReadOnlyStringCopy : public ReadOnlyStringRef {
memory_stream.cc 39 std::unique_ptr<data_container::ReadOnlyStringRef> container{
40 new data_container::ReadOnlyStringRef{buffer}};

Completed in 163 milliseconds