Home
last modified time | relevance | path

Searched refs:separator_string (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/filesystem/src/
Dpath.cpp72 const wchar_t* separator_string = L"/"; variable
85 const char* separator_string = "/"; variable
729 itr.m_element.m_pathname = separator_string; // needed for Windows, harmless on POSIX in begin()
832 it.m_element.m_pathname = separator_string; // generic format; see docs in m_path_iterator_decrement()
/third_party/flatbuffers/src/
Didl_gen_python.cpp884 std::string separator_string = ", "; in GenUnionInit() local
904 field_types += field_type + separator_string; in GenUnionInit()
908 field_types.erase(field_types.length() - separator_string.size()); in GenUnionInit()
1016 std::string separator_string = ", "; in GenInitialize() local
1020 typing_imports += im + separator_string; in GenInitialize()
1023 typing_imports.erase(typing_imports.length() - separator_string.size()); in GenInitialize()