Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.h171 const reflection::Object* TypeForName(const reflection::Schema* schema,
Dreflection.cc69 const reflection::Object* TypeForName(const reflection::Schema* schema, in TypeForName() function
Dmutable.cc75 : schema_(schema), root_type_(TypeForName(schema, root_type)) {} in MutableFlatbufferBuilder()
83 return NewTable(TypeForName(schema_, table_name)); in NewTable()