Lines Matching refs:GetMember

602         if (const ValueType* v = GetMember(value, GetIdString())) {  in allocator_()
610 if (const ValueType* v = GetMember(value, GetTypeString())) { in allocator_()
619 if (const ValueType* v = GetMember(value, GetEnumString())) { in allocator_()
641 if (const ValueType* v = GetMember(value, GetNotString())) { in allocator_()
650 const ValueType* properties = GetMember(value, GetPropertiesString()); in allocator_()
651 const ValueType* required = GetMember(value, GetRequiredString()); in allocator_()
652 const ValueType* dependencies = GetMember(value, GetDependenciesString()); in allocator_()
699 if (const ValueType* v = GetMember(value, GetPatternPropertiesString())) { in allocator_()
750 if (const ValueType* v = GetMember(value, GetAdditionalPropertiesString())) { in allocator_()
761 if (const ValueType* v = GetMember(value, GetItemsString())) { in allocator_()
778 if (const ValueType* v = GetMember(value, GetAdditionalItemsString())) { in allocator_()
791 if (const ValueType* v = GetMember(value, GetPatternString())) in allocator_()
795 if (const ValueType* v = GetMember(value, GetMinimumString())) in allocator_()
799 if (const ValueType* v = GetMember(value, GetMaximumString())) in allocator_()
806 if (const ValueType* v = GetMember(value, GetMultipleOfString())) in allocator_()
811 if (const ValueType* v = GetMember(value, GetDefaultValueString())) in allocator_()
1370 static const ValueType* GetMember(const ValueType& value, const ValueType& name) { in GetMember() function
1376 if (const ValueType* v = GetMember(value, name)) in AssignIfExist()
1382 if (const ValueType* v = GetMember(value, name)) in AssignIfExist()
1388 if (const ValueType* v = GetMember(value, name)) { in AssignIfExist()