Searched refs:int32Value (Results 1 – 3 of 3) sorted by relevance
197 for (int32_t int32Value : value.value.int32Values) { in checkValueRange() local198 if (int32Value < areaConfig->minInt32Value || in checkValueRange()199 int32Value > areaConfig->maxInt32Value) { in checkValueRange()200 return Error() << "int32Value: " << int32Value in checkValueRange()
127 for (auto& int32Value : in.value.int32Values) { in aidlToProto() local128 out->add_int32_values(int32Value); in aidlToProto()
169 for (auto& int32Value : val.value.int32Values) { in toProto() local170 protoVal->add_int32_values(int32Value); in toProto()