Searched defs:value_ptr (Results 1 – 8 of 8) sorted by relevance
98 auto value_ptr = Find(key); in Get() local128 auto value_ptr = Find(key); in Put() local
136 auto value_ptr = cache.Find(1); in TEST() local
70 uint8_t* value_ptr = (uint8_t*)&extracted_value; in extract() local
82 const uint8_t* value_ptr = reinterpret_cast<const uint8_t*>(&value); in copy_bytes_to_iterator() local114 uint8_t* value_ptr = reinterpret_cast<uint8_t*>(value); in copy_bytes_from_iterator() local
97 const uint8_t* value_ptr = reinterpret_cast<const uint8_t*>(&value); in copy_bytes_to_iterator() local
116 const uint8_t* value_ptr = reinterpret_cast<const uint8_t*>(&value); in copy_bytes_to_iterator() local
87 uint8_t* value_ptr; /* Points to attr_pad */ member
132 int parse_option(char **option_ptr, char **value_ptr, char *line_str) { in parse_option()