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

  /external/libbrillo/brillo/streams/
memory_containers.cc 121 : string_ref_(string) {}
125 return string_ref_.data() + offset;
memory_containers.h 263 size_t GetSize() const override { return string_ref_.size(); }
266 const std::string& string_ref_; member in class:brillo::data_container::ReadOnlyStringRef

Completed in 2431 milliseconds