Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_python.cpp168 static void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable() function
431 GetStructFieldOfTable(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_go.cpp241 static void GetStructFieldOfTable(const StructDef &struct_def, in GetStructFieldOfTable() function
503 GetStructFieldOfTable(struct_def, field, code_ptr); in GenStructAccessor()
Didl_gen_php.cpp273 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable() function in flatbuffers::php::PhpGenerator
698 GetStructFieldOfTable(field, code_ptr); in GenStructAccessor()