Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc125 int lastslash = proto_file.find_last_of("/"); in GetFileNameBase() local
126 std::string base = proto_file.substr(lastslash + 1); in GetFileNameBase()