• Home
  • Raw
  • Download

Lines Matching defs:field

121                           FieldType StructType::* field,  in FieldConverter()
206 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
224 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
241 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
256 ScopedVector<Element>* field) const override { in Convert()
292 ScopedVector<NestedType>* field) const override { in Convert()
329 ScopedVector<NestedType>* field) const override { in Convert()
367 int StructType::* field) { in RegisterIntField()
373 std::string StructType::* field) { in RegisterStringField()
379 string16 StructType::* field) { in RegisterStringField()
385 bool StructType::* field) { in RegisterBoolField()
391 double StructType::* field) { in RegisterDoubleField()
398 const std::string& field_name, NestedType StructType::* field) { in RegisterNestedField()
408 FieldType StructType::* field, in RegisterCustomField()
419 FieldType StructType::* field, in RegisterCustomValueField()
428 ScopedVector<int> StructType::* field) { in RegisterRepeatedInt()
435 ScopedVector<std::string> StructType::* field) { in RegisterRepeatedString()
444 ScopedVector<string16> StructType::* field) { in RegisterRepeatedString()
453 ScopedVector<double> StructType::* field) { in RegisterRepeatedDouble()
460 ScopedVector<bool> StructType::* field) { in RegisterRepeatedBool()
469 ScopedVector<NestedType> StructType::* field, in RegisterRepeatedCustomValue()
481 ScopedVector<NestedType> StructType::* field) { in RegisterRepeatedMessage()
497 const base::Value* field = NULL; in Convert() local