Home
last modified time | relevance | path

Searched defs:separator (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/utils/include/gfxstream/
DStrings.h26 std::string Join(const ContainerT& things, SeparatorT separator) { in Join()
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DHidlSupport.h35 static inline std::vector<std::string> splitString(const std::string& s, char separator) { in splitString()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h122 std::string Join(const ContainerT& things, SeparatorT separator) { in Join()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dio.hpp55 char_type separator; member in glm::io::format_punct
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp66 std::string Join(const std::vector<std::string>& things, const std::string& separator) { in Join()