Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/python/examples/base/
Dodb.py423 c_name,c_type,c_options = col_def
425 if c_type == kBigString:
453 c_name,c_type,c_options = col_def
454 return c_type
465 c_name,c_type,c_options = col_def
467 if c_type == kIncInteger:
468 …lidData, "invalid operation for column (%s:%s) on table (%s)" % (col_name,c_type,self.__table_name)
470 if c_type == kInteger:
475 … "invalid data (%s) for col (%s:%s) on table (%s)" % (repr(data),col_name,c_type,self.__table_name)
476 elif c_type == kReal:
[all …]
/external/bluetooth/glib/gobject/
Dgtype.h464 …fine G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c… argument
493 …fine G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type), c… argument
506 …ne G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_t… argument
519 …define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), argument
607 #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_priv… argument