Searched refs:value_uint8 (Results 1 – 2 of 2) sorted by relevance
40 uint8_t* value_uint8 = static_cast<uint8_t*>(value); in GetOption() local41 *value_uint8 = *buffer; in GetOption()
171 uint8_t value_uint8 = value ? 1 : 0; in WriteBoolOption() local176 buffer->Append(ByteString(reinterpret_cast<const char*>(&value_uint8), in WriteBoolOption()