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

  /external/flatbuffers/src/
code_generators.cpp 74 std::string namespace_dir = path; // Either empty or ends in separator.
77 namespace_dir += *it + kPathSeparator;
78 EnsureDirExists(namespace_dir.c_str());
80 return namespace_dir;
idl_gen_python.cpp 645 std::string namespace_dir = path_;
648 if (it != namespaces.begin()) namespace_dir += kPathSeparator;
649 namespace_dir += *it;
650 std::string init_py_filename = namespace_dir + "/__init__.py";
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 371 string namespace_dir = StringReplace(namespace_suffix, ".", "/", true); local
372 if (!namespace_dir.empty()) {
373 namespace_dir += "/";
375 return namespace_dir + relative_filename;

Completed in 735 milliseconds