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

  /external/flatbuffers/src/
code_generators.cpp 80 std::string namespace_dir = path; // Either empty or ends in separator.
83 namespace_dir += *it + kPathSeparator;
84 EnsureDirExists(namespace_dir.c_str());
86 return namespace_dir;
idl_gen_python.cpp 679 std::string namespace_dir = path_;
682 if (it != namespaces.begin()) namespace_dir += kPathSeparator;
683 namespace_dir += *it;
684 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 263 milliseconds