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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 123 string inner_name = descriptor->full_name().substr(outer_name.size()); local
126 return "::" + DotsToColons(outer_name) + DotsToUnderscores(inner_name);
128 return outer->name() + DotsToUnderscores(inner_name);