Searched refs:getDataType (Results 1 – 11 of 11) sorted by relevance
63 rules.stream().collect(toImmutableSetMultimap(Rule::getDataType, Rule::getPathPrefix)); in RegexTransformer()82 if (!prefixMap.get(value.getDataType()).contains(pathPrefix)) { in transform()
86 final CldrDataType getDataType() { in getDataType() method in Rule
208 ImageFunctionHLSL::ImageFunction::DataType ImageFunctionHLSL::ImageFunction::getDataType( in getDataType() function in sh::ImageFunctionHLSL::ImageFunction312 imageFunction.type = imageFunction.getDataType(imageInternalFormat); in useImageFunction()
64 DataType getDataType(TLayoutImageInternalFormat format) const;
98 getDataType: function (...args) { method
77 Iterables.filter(nonLocaleData.values(), v -> v.getPath().getDataType() == type)); in getDataForType()
165 checkArgument(path.getDataType() == LDML, "only locale data (LDML) is supported: %s", path); in checkLdml()
355 static glu::DataType getDataType(VkFormat f) { in getDataType() function379 …spec.outputs.push_back(Symbol("result1", glu::VarType(getDataType(params.planeCompatibleFormat), g… in getShaderSpec()