Lines Matching refs:q
689 PointerType q = p.Append(GetPropertiesString(), allocator_); in allocator_() local
693 …schemaDocument->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->val… in allocator_()
700 PointerType q = p.Append(GetPatternPropertiesString(), allocator_); in allocator_() local
706 PointerType r = q.Append(itr->name, allocator_); in allocator_()
726 PointerType q = p.Append(GetDependenciesString(), allocator_); in allocator_() local
742 …schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in allocator_()
762 PointerType q = p.Append(GetItemsString(), allocator_); in allocator_() local
764 schemaDocument->CreateSchema(&itemsList_, q, *v, document, id_); in allocator_()
769 …schemaDocument->CreateSchema(&itemsTuple_[itemsTupleCount_++], q.Append(index, allocator_), *itr, … in allocator_()
1390 PointerType q = p.Append(name, allocator_); in AssignIfExist() local
1395 … schemaDocument.CreateSchema(&out.schemas[i], q.Append(i, allocator_), (*v)[i], document, id_); in AssignIfExist()
1648 double q = std::floor(a / b); in CheckDoubleMultipleOf() local
1649 double r = a - q * b; in CheckDoubleMultipleOf()