Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_lua.cpp159 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen() function in flatbuffers::lua::LuaGenerator
509 GetVectorLen(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_python.cpp160 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen() function in flatbuffers::python::PythonGenerator
531 GetVectorLen(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_go.cpp246 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen() function in flatbuffers::go::GoGenerator
588 GetVectorLen(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_php.cpp176 static void GetVectorLen(const FieldDef &field, std::string *code_ptr) { in GetVectorLen() function in flatbuffers::php::PhpGenerator
709 GetVectorLen(field, code_ptr); in GenStructAccessor()