Searched refs:value_bytes (Results 1 – 7 of 7) sorted by relevance
747 for tag_bytes, value_bytes in self._unknown_fields:748 size += len(tag_bytes) + len(value_bytes)784 for tag_bytes, value_bytes in self._unknown_fields:786 write_bytes(value_bytes)
1032 for tag_bytes, value_bytes in self._unknown_fields:1033 size += len(tag_bytes) + len(value_bytes)1069 for tag_bytes, value_bytes in self._unknown_fields:1071 write_bytes(value_bytes)
149 int (*value_bytes)(sqlite3_value*); member436 #define sqlite3_value_bytes sqlite3_api->value_bytes
113414 int (*value_bytes)(sqlite3_value*);113701 #define sqlite3_value_bytes sqlite3_api->value_bytes
787 value_bytes = value.encode(sys.getfilesystemencoding(),795 self.assertEqual(os.environb[b'unicode'], value_bytes)