Searched defs:WrapInNameSpace (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/src/ | ||
D | code_generators.cpp | 158 std::string BaseGenerator::WrapInNameSpace(const Namespace *ns, in WrapInNameSpace() function in flatbuffers::BaseGenerator |
D | idl_gen_rust.cpp | 548 std::string WrapInNameSpace(const Definition &def) const { in WrapInNameSpace() function in flatbuffers::rust::RustGenerator |
/external/flatbuffers/grpc/src/compiler/ | ||
D | swift_generator.cc | 33 static std::string WrapInNameSpace(const std::vector<std::string> &components, in WrapInNameSpace() function |