Home
last modified time | relevance | path

Searched refs:attribute_size (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc40 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, nullptr, 0); in GetCompositionSelectionRange() local
41 if (attribute_size > 0) { in GetCompositionSelectionRange()
44 std::vector<char> attribute_data(attribute_size); in GetCompositionSelectionRange()
47 attribute_size); in GetCompositionSelectionRange()
48 for (start = 0; start < attribute_size; ++start) { in GetCompositionSelectionRange()
52 for (end = start; end < attribute_size; ++end) { in GetCompositionSelectionRange()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert24 int attribute_size;
47 if (n == desc.attribute_size) break;
81 result.attribute_size = input_attributes[location].y;
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp520 struct attribute_size struct
525 struct attribute_size<optional<Attribute> > struct
527 typedef typename attribute_size<Attribute>::type type; argument
550 struct attribute_size<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
561 struct attribute_size<iterator_range<Iterator> > struct
573 struct attribute_size<unused_type> struct
584 typename attribute_size<Attribute>::type
587 return attribute_size<Attribute>::call(attr); in size()
Dattributes_fwd.hpp86 struct attribute_size;
89 typename attribute_size<Attribute>::type
Dadapt_adt_attributes.hpp329 struct attribute_size<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
337 typedef typename attribute_size<embedded_type>::type type; argument
342 return attribute_size<embedded_type>::call(val.get()); in call()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert11 int attribute_size;
50 result.attribute_size = v_227.input_attributes[location].y;
77 if (n == desc.attribute_size)
/third_party/boost/boost/spirit/home/karma/operator/
Dsequence.hpp157 typedef typename traits::attribute_size<Attribute>::type size_type; in generate_impl()
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.cc847 for (int i = 0; i < node_proto.attribute_size(); ++i) { in BuildOperatorNode()
885 for (int i = 0; i < node_proto.attribute_size(); ++i) { in SetCNodeAbastract()
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_model_parser.cc796 for (int i = 0; i < onnx_node.attribute_size(); i++) { in ConvertIfOnnxNode()
1249 for (int i = 0; i < onnx_node.attribute_size(); i++) { in ConvertLoopOnnxNode()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp4453 static const GLintptr attribute_size = 4 * sizeof(GLfloat); in iterate() local
4491 offsets[i] = i * attribute_size; in iterate()
4492 strides[i] = attribute_size; in iterate()