HomeSort by relevance Sort by last modified time
    Searched refs:value_bytes (Results 1 - 8 of 8) sorted by null

  /system/tpm/trunks/
tpm_generated.h     [all...]
tpm_generated.cc 285 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
286 buffer->append(value_bytes, sizeof(uint8_t));
293 std::string* value_bytes) {
312 if (value_bytes) {
313 value_bytes->append(buffer->substr(0, sizeof(uint8_t)));
335 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
336 buffer->append(value_bytes, sizeof(int8_t));
343 std::string* value_bytes) {
362 if (value_bytes) {
363 value_bytes->append(buffer->substr(0, sizeof(int8_t)))
385 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
435 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
485 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
535 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
585 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
635 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
685 const char* value_bytes = reinterpret_cast<const char*>(&value_net); local
    [all...]
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 377 const uint8_t value_bytes[] = { device_ccc_map_[device_address], 0x00 }; local
384 value.insert(value.begin(), value_bytes + offset, value_bytes + 2 - offset);
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 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)
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 151 int (*value_bytes)(sqlite3_value*); member in struct:sqlite3_api_routines
406 #define sqlite3_value_bytes sqlite3_api->value_bytes
  /external/sqlite/dist/
sqlite3ext.h 151 int (*value_bytes)(sqlite3_value*); member in struct:sqlite3_api_routines
406 #define sqlite3_value_bytes sqlite3_api->value_bytes
  /external/protobuf/python/google/protobuf/internal/
python_message.py 793 for tag_bytes, value_bytes in self._unknown_fields:
794 size += len(tag_bytes) + len(value_bytes)
830 for tag_bytes, value_bytes in self._unknown_fields:
832 write_bytes(value_bytes)
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1466 milliseconds