Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_go.cpp1226 std::string NativeName(const StructDef &struct_def) { in NativeName() function in flatbuffers::go::GoGenerator
1231 std::string NativeName(const EnumDef &enum_def) { in NativeName() function in flatbuffers::go::GoGenerator
Didl_gen_rust.cpp449 std::string NativeName(const Definition &def) { in NativeName() function in flatbuffers::rust::RustGenerator
Didl_gen_cpp.cpp705 static std::string NativeName(const std::string &name, const StructDef *sd, in NativeName() function in flatbuffers::cpp::CppGenerator