Home
last modified time | relevance | path

Searched refs:typedValues (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DrevalidateUtils.cpp109 std::vector<store::Item_t> typedValues; in validateAfterUpdate() local
115 typedValues, in validateAfterUpdate()
215 std::vector<store::Item_t> typedValues; in processElement() local
221 typedValues, in processElement()
265 if ( typedValues.size()==1 ) in processElement()
269 typedValues[0], in processElement()
349 std::vector<store::Item_t> typedValues; in processAttributes() local
351 typedValues, loc); in processAttributes()
368 typedValues); in processAttributes()
396 std::vector<store::Item_t>& typedValues, in processChildren() argument
[all …]
H A Dvalidate.cpp443 std::vector<store::Item_t> typedValues; in processAttributes() local
449 typedValues, in processAttributes()
453 if ( typedValues.size()==1 ) // hack around serialization bug in processAttributes()
458 typedValues[0]); in processAttributes()
464 typedValues); in processAttributes()
699 std::vector<store::Item_t> typedValues; in finishTextNode() local
706 typedValues, in finishTextNode()
709 if ( typedValues.size() == 1 ) // hack around serialization bug in finishTextNode()
711 typedValues[0]); in finishTextNode()
714 typedValues); in finishTextNode()
H A DrevalidateUtils.h127 std::vector<store::Item_t>& typedValues,
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_item_factory.cpp205 std::vector<store::Item_t> typedValues; in createNMTOKENS() local
211 typedValues.push_back(resultItem.getp()); in createNMTOKENS()
215 result = new ItemVector(typedValues); in createNMTOKENS()
255 std::vector<store::Item_t> typedValues; in createIDREFS() local
261 typedValues.push_back(resultItem.getp()); in createIDREFS()
265 result = new ItemVector(typedValues); in createIDREFS()
284 std::vector<store::Item_t> typedValues; in createENTITIES() local
290 typedValues.push_back(resultItem.getp()); in createENTITIES()
294 result = new ItemVector(typedValues); in createENTITIES()
/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/multicluster/
H A Dgenerate.go65 typedValues := &operatorV1alpha1.Values{
83 typedValuesJSON, err := protomarshal.ToJSONMap(typedValues)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkDisplayable.cpp403 SkTDArray<SkScriptValue> typedValues; in executeFunction() local
408 *typedValues.append() = temp; in executeFunction()
410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction()
H A DSkDisplayApply.cpp119 SkTDArray<SkScriptValue> typedValues; in applyValues() local
124 *typedValues.append() = temp; in applyValues()
126 … executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), nullptr); in applyValues()