Searched refs:TypeForName (Results 1 – 3 of 3) sorted by relevance
171 const reflection::Object* TypeForName(const reflection::Schema* schema,
69 const reflection::Object* TypeForName(const reflection::Schema* schema, in TypeForName() function
75 : schema_(schema), root_type_(TypeForName(schema, root_type)) {} in MutableFlatbufferBuilder()83 return NewTable(TypeForName(schema_, table_name)); in NewTable()