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

/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc168 BYTE* value_bytes = reinterpret_cast<BYTE*>(&value); local
175 value_bytes, &size) == ERROR_SUCCESS) {
185 value_bytes, &size) == ERROR_SUCCESS) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py747 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)
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h138 int (*value_bytes)(sqlite3_value*); member in struct:sqlite3_api_routines
343 #define sqlite3_value_bytes sqlite3_api->value_bytes
/external/sqlite/dist/orig/
H A Dsqlite3ext.h151 int (*value_bytes)(sqlite3_value*); member in struct:sqlite3_api_routines
381 #define sqlite3_value_bytes sqlite3_api->value_bytes
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h151 int (*value_bytes)(sqlite3_value*); member in struct:sqlite3_api_routines
381 #define sqlite3_value_bytes sqlite3_api->value_bytes
H A Dsqlite3.c[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 656 milliseconds