Searched refs:value_pointer (Results 1 – 2 of 2) sorted by relevance
31 typedef VALTYPE * value_pointer; typedef51 value_const_pointer value_address() const{return value_pointer(this);} in value_address()52 value_pointer value_address(){return value_pointer(this);} in value_address()
52 const uint32_t* value_pointer = in GetEntryProperty() local55 if (value_pointer != NULL) in GetEntryProperty()56 value = *value_pointer; in GetEntryProperty()