Searched defs:new_values (Results 1 – 2 of 2) sorted by relevance
78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue()218 int SetIntArrayValue(Value* value, const int* new_values, int count) { in SetIntArrayValue()222 int SetFloatArrayValue(Value* value, const float* new_values, int count) { in SetFloatArrayValue()
93 std::vector<std::unique_ptr<ResourceConfigValue>> new_values; in Consume() local