Searched refs:prop_index (Results 1 – 2 of 2) sorted by relevance
171 size_t prop_index) { in GetPropValue() argument174 if (prop_index >= jprops.size()) { in GetPropValue()178 const skjson::ObjectValue* jprop = jprops[prop_index]; in GetPropValue()
34 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);118 const EffectBinder& bind(size_t prop_index, T& value) const { in bind() argument119 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()