OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_back
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/include/flatbuffers/
stl_emulation.h
51
inline char&
string_back
(std::string &value) {
function in namespace:flatbuffers
55
inline char
string_back
(const std::string &value) {
function in namespace:flatbuffers
/external/flatbuffers/src/
util.cpp
150
char &filepath_last_character =
string_back
(filepath);
227
(ch ==
string_back
(s)))
code_generators.cpp
59
if (!text.empty() &&
string_back
(text) == '\\') {
Completed in 61 milliseconds