Home
last modified time | relevance | path

Searched refs:subval (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/ipc/
Dipc_message_utils.cc165 std::unique_ptr<base::Value> subval; in ReadDictionaryValue() local
167 !ReadValue(m, iter, &subval, recursion + 1)) in ReadDictionaryValue()
169 value->SetWithoutPathExpansion(key, std::move(subval)); in ReadDictionaryValue()
186 std::unique_ptr<base::Value> subval; in ReadListValue() local
187 if (!ReadValue(m, iter, &subval, recursion + 1)) in ReadListValue()
189 value->Set(i, std::move(subval)); in ReadListValue()