HomeSort by relevance Sort by last modified time
    Searched full:escape_dash (Results 1 - 1 of 1) sorted by null

  /external/flatbuffers/src/
flathash.cpp 67 bool escape_dash = false; local
70 if (!escape_dash && arg[0] == '-') {
76 else if (opt == "--") escape_dash = true;

Completed in 64 milliseconds