HomeSort by relevance Sort by last modified time
    Searched refs:from_value (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 259 Value* PreferenceModelAssociator::MergeListValues(const Value& from_value,
261 if (from_value.GetType() == Value::TYPE_NULL)
264 return from_value.DeepCopy();
266 DCHECK(from_value.GetType() == Value::TYPE_LIST);
268 const ListValue& from_list_value = static_cast<const ListValue&>(from_value);
281 const Value& from_value,
283 if (from_value.GetType() == Value::TYPE_NULL)
286 return from_value.DeepCopy();
288 DCHECK(from_value.GetType() == Value::TYPE_DICTIONARY);
291 static_cast<const DictionaryValue&>(from_value);
298 Value* from_value; local
    [all...]
preference_model_associator.h 119 static Value* MergeListValues(const Value& from_value, const Value& to_value);
120 static Value* MergeDictionaryValues(const Value& from_value,
  /external/llvm/bindings/python/llvm/tests/
test_core.py 11 op = OpCode.from_value(1)
  /external/llvm/bindings/python/llvm/
core.py 40 def from_value(value): member in class:OpCode

Completed in 198 milliseconds