Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dcode_generators.cpp158 std::string BaseGenerator::WrapInNameSpace(const Namespace *ns, in WrapInNameSpace() function in flatbuffers::BaseGenerator
166 std::string BaseGenerator::WrapInNameSpace(const Definition &def, in WrapInNameSpace() function in flatbuffers::BaseGenerator
Didl_gen_rust.cpp548 std::string WrapInNameSpace(const Definition &def) const { in WrapInNameSpace() function in flatbuffers::rust::RustGenerator
552 std::string WrapInNameSpace(const Namespace *ns, in WrapInNameSpace() function in flatbuffers::rust::RustGenerator
/external/flatbuffers/grpc/src/compiler/
Dswift_generator.cc33 static std::string WrapInNameSpace(const std::vector<std::string> &components, in WrapInNameSpace() function