FindDouble
status_t FindDouble(const char *name, double *value) const;
status_t FindDouble(const char *name, int32 index, double *value) const;
double FindDouble(const char *, int32 n = 0) const;
status_t FindDouble(const char* name,
status_t FindDouble(const char* name, int32 index,
double FindDouble(const char* name, int32 n = 0) const;
msg->FindDouble(name, j, &aDouble);
err = message->FindDouble(name, index, &v);
err = pMsg->FindDouble("value", &dfValue);
pMsg->FindDouble("value", &fVal);
&& error.FindDouble("code", &errorCode) == B_OK) {
if (item.FindDouble("rating", &rating) != B_OK)
version.FindDouble("revision", &revision);
item.FindDouble("createTimestamp", &createTimestamp);
status = result.FindDouble("sampleSize", &sampleSizeF);
status = result.FindDouble("rating", &ratingF);
= ratingDistributionItem.FindDouble("rating", &ratingDistributionRatingF);
status = ratingDistributionItem.FindDouble("total", &ratingDistributionTotalF);
if (agreementMessage.FindDouble("timestampAgreed", ×tampAgreedMillis) == B_OK)
if (claimsMessage.FindDouble("exp", &expiryTimestampDouble) == B_OK)
|| (resultMessage.FindDouble("minimumAge", &metaDataMinimumAge) != B_OK)) {
if (resultMessage.FindDouble("minPasswordLength", &value) == B_OK)
if (resultMessage.FindDouble("minPasswordUppercaseChar", &value) == B_OK)
if (resultMessage.FindDouble("minPasswordDigitsChar", &value) == B_OK)
&& error.FindDouble("code", &code) == B_OK) {
if (response.FindDouble("rating", &rating) == B_OK) {
the_reply.FindDouble("result", &v);
if (data->FindDouble("_min", &fMinValue) != B_OK)
if (data->FindDouble("_max", &fMaxValue) != B_OK)
if (data->FindDouble("_step", &fStep) != B_OK)
if (data->FindDouble("_val", &fValue) != B_OK)
result = location.FindDouble("lat", &lat);
result = location.FindDouble("lng", &lon);
if (FindDouble(name, &value) != B_OK)
err = from->FindDouble(kItemAspectRatio, index, &contentAspectRatio);
if (archive->FindDouble("width", &value) == B_OK)
if (archive->FindDouble("miter limit", &value) == B_OK)
if (archive->FindDouble("inner miter limit", &value) == B_OK)
if (archive->FindDouble("matrix", i, &matrix[i]) != B_OK)
if (archive->FindDouble("width", &value) == B_OK)
if (archive->FindDouble("miter limit", &value) == B_OK)
if (archive->FindDouble("inner miter limit", &value) == B_OK)
if (archive->FindDouble("shorten", &value) == B_OK)
msg->FindDouble(name, j, &aDouble);
return fSettings.FindDouble(key, &value) == B_OK;
fSettings.FindDouble(key, &value);
ret = archive->FindDouble("affine matrix", i, &storage[i]);
status_t result = message.FindDouble(key, &value);
CPPUNIT_ASSERT(msg.FindDouble("data") == 0);
pkgMessage1.FindDouble("modifyTimestamp", &modifyTimestampDouble));
message.FindDouble("1", &doubleValue));