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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 54 string DotsToUnderscores(const string& name) {
142 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name);
144 return outer->name() + DotsToUnderscores(inner_name);

Completed in 43 milliseconds