Searched defs:flatbuffer_content (Results 1 – 2 of 2) sorted by relevance
851 uint64_t get_bytecode_version_from_bytes(char* flatbuffer_content) { in get_bytecode_version_from_bytes()860 mobile::ModuleInfo get_module_info_from_flatbuffer(char* flatbuffer_content) { in get_module_info_from_flatbuffer()
2428 m.def("_get_module_info_from_flatbuffer", [](std::string flatbuffer_content) { in initJitScriptBindings()