Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc51 std::string GetRequireName(const std::string& proto_file);
73 std::string GetRequireName(const std::string& proto_file) { in GetRequireName() function
79 return GetRequireName(proto_file) + ".rb"; in GetOutputFilename()
432 "require '$name$'\n", "name", GetRequireName(import->name())); in MaybeEmitDependency()