Lines Matching refs:valueSchema
450 valueSchema(), in factory()
498 const SchemaType* valueSchema; member
878 context.valueSchema = itemsList_; in BeginValue()
881 context.valueSchema = itemsTuple_[context.arrayElementIndex]; in BeginValue()
883 context.valueSchema = additionalItemsSchema_; in BeginValue()
885 context.valueSchema = typeless_; in BeginValue()
889 context.valueSchema = typeless_; in BeginValue()
896 context.valueSchema = typeless_; in BeginValue()
1116 context.valueSchema = typeless_; in Key()
1124 context.valueSchema = typeless_; in Key()
1128 context.valueSchema = properties_[index].schema; in Key()
1139 context.valueSchema = typeless_; in Key()
1143 context.valueSchema = additionalPropertiesSchema_; in Key()
1147 context.valueSchema = typeless_; in Key()
1153 context.valueSchema = typeless_; in Key()
2996 RAPIDJSON_ASSERT(CurrentContext().valueSchema);
2997 PushSchema(*CurrentContext().valueSchema);