Lines Matching refs:TC3_LOG
57 TC3_LOG(ERROR) << "Unsupported type: " << type->element(); in CreateRepeatedField()
71 TC3_LOG(ERROR) << "No root table specified."; in NewRoot()
167 TC3_LOG(ERROR) << "Could not parse '" << value << "' as int32."; in ParseAndSet()
175 TC3_LOG(ERROR) << "Could not parse '" << value << "' as int64."; in ParseAndSet()
183 TC3_LOG(ERROR) << "Could not parse '" << value << "' as float."; in ParseAndSet()
191 TC3_LOG(ERROR) << "Could not parse '" << value << "' as double."; in ParseAndSet()
197 TC3_LOG(ERROR) << "Unhandled field type: " << field->type()->base_type(); in ParseAndSet()
217 TC3_LOG(ERROR) << "Unknown field: " << field_name.ToString(); in Mutable()
224 TC3_LOG(ERROR) << "Field is not of type Object."; in Mutable()
245 TC3_LOG(ERROR) << "Unknown field: " << field_name.ToString(); in Repeated()
252 TC3_LOG(ERROR) << "Field is not of type Vector."; in Repeated()
265 TC3_LOG(ERROR) << "Could not create repeated field."; in Repeated()
393 TC3_LOG(ERROR) << "Unsupported type: " << type; in MergeFrom()