HomeSort by relevance Sort by last modified time
    Searched defs:ReadOnlyStringCopy (Results 1 - 2 of 2) 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);

Completed in 1093 milliseconds