Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc110 int lastindex = proto_file.find_last_of("."); in StripDotProto() local
111 return proto_file.substr(0, lastindex); in StripDotProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc74 int lastindex = proto_file.find_last_of("."); in GetRequireName() local
75 return proto_file.substr(0, lastindex) + "_pb"; in GetRequireName()