Home
last modified time | relevance | path

Searched refs:value_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py1077 for tag_bytes, value_bytes in self._unknown_fields:
1078 size += len(tag_bytes) + len(value_bytes)
1127 for tag_bytes, value_bytes in self._unknown_fields:
1129 write_bytes(value_bytes)
/third_party/sqlite/include/
H A Dsqlite3ext.h149 int (*value_bytes)(sqlite3_value*); member
506 #define sqlite3_value_bytes sqlite3_api->value_bytes
/third_party/python/Lib/test/
H A Dtest_os.py1092 value_bytes = value.encode(sys.getfilesystemencoding(),
1100 self.assertEqual(os.environb[b'unicode'], value_bytes)
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 157 milliseconds