Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dcode_generators.h135 virtual const Namespace *CurrentNameSpace() const { return nullptr; } in CurrentNameSpace() function
/third_party/flatbuffers/src/
Didl_gen_java.cpp124 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::java::JavaGenerator
Didl_gen_csharp.cpp124 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::csharp::CSharpGenerator
Didl_gen_go.cpp1356 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::go::GoGenerator
Didl_gen_rust.cpp407 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::rust::RustGenerator
Didl_gen_kotlin.cpp132 const Namespace *CurrentNameSpace() const FLATBUFFERS_OVERRIDE { in CurrentNameSpace() function in flatbuffers::kotlin::KotlinGenerator
Didl_gen_cpp.cpp601 const Namespace *CurrentNameSpace() const { return cur_name_space_; } in CurrentNameSpace() function in flatbuffers::cpp::CppGenerator