Home
last modified time | relevance | path

Searched refs:BeginClass (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/src/
Didl_gen_lua.cpp82 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() function in flatbuffers::lua::LuaGenerator
538 BeginClass(struct_def, code_ptr); in GenStruct()
Didl_gen_python.cpp89 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() function in flatbuffers::python::PythonGenerator
560 BeginClass(struct_def, code_ptr); in GenStruct()
Didl_gen_go.cpp126 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() function in flatbuffers::go::GoGenerator
662 BeginClass(struct_def, code_ptr); in GenStruct()
Didl_gen_php.cpp100 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() function in flatbuffers::php::PhpGenerator
751 BeginClass(struct_def, code_ptr); in GenStruct()