Home
last modified time | relevance | path

Searched defs:CurrentNameSpace (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dcode_generators.h129 virtual const Namespace *CurrentNameSpace() const { return nullptr; } in CurrentNameSpace() function
/external/flatbuffers/src/
Didl_gen_java.cpp126 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::java::JavaGenerator
Didl_gen_rust.cpp303 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::rust::RustGenerator
Didl_gen_csharp.cpp119 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::csharp::CSharpGenerator
Didl_gen_kotlin.cpp132 const Namespace *CurrentNameSpace() const FLATBUFFERS_OVERRIDE { in CurrentNameSpace() function in flatbuffers::kotlin::KotlinGenerator
Didl_gen_go.cpp1341 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::go::GoGenerator
Didl_gen_cpp.cpp599 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::cpp::CppGenerator