Searched refs:PushFlatbuffer (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/utils/ |
D | lua-utils.cc | 73 void LuaEnvironment::PushFlatbuffer(const char *name, in PushFlatbuffer() function in libtextclassifier3::LuaEnvironment 152 PushFlatbuffer(field->name()->c_str(), schema, field_type, field_table, in GetField() 254 void LuaEnvironment::PushFlatbuffer(const reflection::Schema *schema, in PushFlatbuffer() function in libtextclassifier3::LuaEnvironment 256 PushFlatbuffer(schema->root_table()->name()->c_str(), schema, in PushFlatbuffer()
|
D | lua-utils.h | 225 void PushFlatbuffer(const reflection::Schema *schema, 245 static void PushFlatbuffer(const char *name, const reflection::Schema *schema,
|
/external/libtextclassifier/actions/ |
D | lua-utils.cc | 81 env->PushFlatbuffer(entity_data_schema, in PushAnnotation() 258 env->PushFlatbuffer(entity_data_schema, in PushAction()
|