Home
last modified time | relevance | path

Searched defs:WrapInNameSpace (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/src/
Dcode_generators.cpp141 std::string BaseGenerator::WrapInNameSpace(const Namespace *ns, in WrapInNameSpace() function in flatbuffers::BaseGenerator
149 std::string BaseGenerator::WrapInNameSpace(const Definition &def) const { in WrapInNameSpace() function in flatbuffers::BaseGenerator
Didl_gen_rust.cpp459 std::string WrapInNameSpace(const Definition &def) const { in WrapInNameSpace() function in flatbuffers::rust::RustGenerator
462 std::string WrapInNameSpace(const Namespace *ns, in WrapInNameSpace() function in flatbuffers::rust::RustGenerator
/third_party/flatbuffers/grpc/src/compiler/
Dswift_generator.cc32 std::string WrapInNameSpace(const std::vector<std::string> &components, in WrapInNameSpace() function