Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc370 string::size_type slash_pos = name.find_last_of('/'); in Run() local
371 if (slash_pos != string::npos) { in Run()
372 string dir = name.substr(0, slash_pos); in Run()
Dcommand_line_interface.cc1267 string::size_type slash_pos = value.find_last_of('/'); in InterpretArgument() local
1268 if (slash_pos == string::npos) { in InterpretArgument()
1271 plugin_name = value.substr(slash_pos + 1); in InterpretArgument()