Lines Matching refs:c2Value
98 C2Type c2Value; in withC2Mappers() local
99 if (v.get(&sdkValue) && C2Mapper::map(sdkValue, &c2Value)) { in withC2Mappers()
100 return c2Value; in withC2Mappers()
106 C2Type c2Value; in withC2Mappers() local
108 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers()
1096 C2Value c2Value; in getSdkFormatForDomain() local
1100 if (it->second.find(&c2Value)) { in getSdkFormatForDomain()
1101 item = cm.mapToMessage(c2Value); in getSdkFormatForDomain()
1317 C2Value c2Value; in relaxValues() local
1320 (void)item.find(&c2Value); in relaxValues()
1321 if (c2Value.get(&int32Value) || c2Value.get((uint32_t*)&int32Value) in relaxValues()
1322 || c2Value.get((c2_cntr32_t*)&int32Value)) { in relaxValues()
1324 } else if (c2Value.get(&int64Value) in relaxValues()
1325 || c2Value.get((uint64_t*)&int64Value) in relaxValues()
1326 || c2Value.get((c2_cntr64_t*)&int64Value)) { in relaxValues()