- #include "objectc.h" 
- #include "harness/trace.h" 
-   
- // IDA: void* __cdecl BrObjectListAllocate(void *res) 
- void* BrObjectListAllocate(void* res) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p)", res); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_addFront(br_object_container *self, br_object *ph) 
- br_error _M_br_object_container_addFront(br_object_container* self, br_object* ph) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p)", self, ph); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_remove(br_object_container *self, br_object *h) 
- br_error _M_br_object_container_remove(br_object_container* self, br_object* h) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p)", self, h); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_removeFront(br_object_container *self, br_object **ph) 
- br_error _M_br_object_container_removeFront(br_object_container* self, br_object** ph) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p)", self, ph); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_find(br_object_container *self, br_object **ph, br_token type, char *pattern, br_token_value *tv) 
- br_error _M_br_object_container_find(br_object_container* self, br_object** ph, br_token type, char* pattern, br_token_value* tv) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     //void* tvarg; // Pierre-Marie Baty -- unused variable 
-     //br_error r; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p, %d, \"%s\", %p)", self, ph, type, pattern, tv); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_findMany(br_object_container *self, br_object **objects, br_int_32 max_objects, br_int_32 *num_objects, br_token type, char *pattern, br_token_value *tv) 
- br_error _M_br_object_container_findMany(br_object_container* self, br_object** objects, br_int_32 max_objects, br_int_32* num_objects, br_token type, char* pattern, br_token_value* tv) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     //void* tvarg; // Pierre-Marie Baty -- unused variable 
-     //int n; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p, %d, %p, %d, \"%s\", %p)", self, objects, max_objects, num_objects, type, pattern, tv); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl _M_br_object_container_count(br_object_container *self, br_uint_32 *pcount, br_token type, char *pattern, br_token_value *tv) 
- br_error _M_br_object_container_count(br_object_container* self, br_uint_32* pcount, br_token type, char* pattern, br_token_value* tv) { 
-     //object_list* hl; // Pierre-Marie Baty -- unused variable 
-     //object_list_entry* he; // Pierre-Marie Baty -- unused variable 
-     //void* tvarg; // Pierre-Marie Baty -- unused variable 
-     //int n; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p, %d, \"%s\", %p)", self, pcount, type, pattern, tv); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: void* __cdecl _M_br_object_container_tokensMatchBegin(br_object_container *self, br_token t, br_token_value *tv) 
- void* _M_br_object_container_tokensMatchBegin(br_object_container* self, br_token t, br_token_value* tv) { 
-     //token_match* tm; // Pierre-Marie Baty -- unused variable 
-     //br_int_32 i; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %d, %p)", self, t, tv); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_boolean __cdecl _M_br_object_container_tokensMatch(br_object_container *self, br_object *h, void *arg) 
- br_boolean _M_br_object_container_tokensMatch(br_object_container* self, br_object* h, void* arg) { 
-     //token_match* tm; // Pierre-Marie Baty -- unused variable 
-     //br_size_t s; // Pierre-Marie Baty -- unused variable 
-     //br_int_32 n; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %p, %p)", self, h, arg); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: void __cdecl _M_br_object_container_tokensMatchEnd(br_object_container *self, void *arg) 
- void _M_br_object_container_tokensMatchEnd(br_object_container* self, void* arg) { 
-     LOG_TRACE("(%p, %p)", self, arg); 
-     NOT_IMPLEMENTED(); 
- } 
-   
- // IDA: br_error __cdecl BrObjectContainerFree(br_object_container *self, br_token type, char *pattern, br_token_value *tv) 
- br_error BrObjectContainerFree(br_object_container* self, br_token type, char* pattern, br_token_value* tv) { 
-     //br_error r; // Pierre-Marie Baty -- unused variable 
-     //br_object** handles; // Pierre-Marie Baty -- unused variable 
-     //br_int_32 count; // Pierre-Marie Baty -- unused variable 
-     //br_int_32 n; // Pierre-Marie Baty -- unused variable 
-     //br_int_32 i; // Pierre-Marie Baty -- unused variable 
-     LOG_TRACE("(%p, %d, \"%s\", %p)", self, type, pattern, tv); 
-     NOT_IMPLEMENTED(); 
- } 
-