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

  /external/libbrillo/brillo/streams/
memory_containers.cc 128 ReadOnlyStringCopy::ReadOnlyStringCopy(std::string string)
memory_containers.h 272 // ReadOnlyStringCopy is a read-only container based on a copy of a std::string.
274 class BRILLO_EXPORT ReadOnlyStringCopy : public ReadOnlyStringRef {
276 explicit ReadOnlyStringCopy(std::string string);
282 DISALLOW_COPY_AND_ASSIGN(ReadOnlyStringCopy);
memory_stream.cc 45 std::unique_ptr<data_container::ReadOnlyStringCopy> container{
46 new data_container::ReadOnlyStringCopy{std::move(buffer)}};

Completed in 83 milliseconds