Home
last modified time | relevance | path

Searched refs:BeginBuilderArgs (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/src/
Didl_gen_lua.cpp342 void BeginBuilderArgs(const StructDef &struct_def, in BeginBuilderArgs() function in flatbuffers::lua::LuaGenerator
647 BeginBuilderArgs(struct_def, code_ptr); in GenStructBuilder()
Didl_gen_python.cpp367 void BeginBuilderArgs(const StructDef &struct_def, in BeginBuilderArgs() function in flatbuffers::python::PythonGenerator
656 BeginBuilderArgs(struct_def, code_ptr); in GenStructBuilder()
Didl_gen_go.cpp420 void BeginBuilderArgs(const StructDef &struct_def, std::string *code_ptr) { in BeginBuilderArgs() function in flatbuffers::go::GoGenerator
804 BeginBuilderArgs(struct_def, code_ptr); in GenStructBuilder()