Lines Matching refs:C2_LOG
57 C2_LOG(INFO) << "missing struct descriptor #" << coreIndex << " for field " in addStructDescriptor()
177 C2_LOG(FATAL) << "Trying to add fields to param " << mName << " multiple times"; in setFields()
179 C2_LOG(FATAL) << "Trying to add fields to const param " << mName; in setFields()
211 C2_LOG(WARNING) << "Param " << mName << " has no setter, making it const"; in validate()
215 C2_LOG(FATAL) << "Param " << mName << " has no setter"; in validate()
225 C2_LOG(FATAL) << "Param " << mName << " has no fields"; in validate()
365 C2_LOG(VERBOSE) << "Creating field helper " << field << " " in FieldHelper()
468 C2_LOG(FATAL) << "Parameter " << param->name() << " has a dependency at index " in addParam()
641 C2_LOG(VERBOSE) << "marking dependency for setting at #" << paramDepIx << ": " in config()
649 C2_LOG(VERBOSE) << "handling dirty down dependencies after last setting"; in config()
660 C2_LOG(VERBOSE) << "old value " << asString(param->value().get()); in config()
662 C2_LOG(VERBOSE) << "new value " << asString(p); in config()
667 C2_LOG(VERBOSE) << "ignoring setting unchanged param " << ix; in config()
673 C2_LOG(VERBOSE) << "setting param " << ix; in config()
699 C2_LOG(VERBOSE) << "param " << ix << " value changed"; in config()
702 C2_LOG(VERBOSE) << 1; in config()
711 C2_LOG(VERBOSE) << "marking down dependencies to update at #" in config()
789 C2_LOG(VERBOSE) << "querying field " << query.field(); in querySupportedValues()
793 C2_LOG(VERBOSE) << "bad param"; in querySupportedValues()
801 C2_LOG(VERBOSE) << "field could not be found"; in querySupportedValues()
806 C2_LOG(VERBOSE) << "field resolved to " in querySupportedValues()
811 C2_LOG(VERBOSE) << "bad field"; in querySupportedValues()
825 C2_LOG(VERBOSE) << "bad query type: " << query.type(); in querySupportedValues()
832 C2_LOG(DEBUG) << "no values published by component"; in querySupportedValues()