Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp36 inline int fast_string::get_type() const in get_type() function in boost::spirit::detail::fast_string
456 switch (x.get_type()) in apply()
460 bad_type_exception("corrupt utree type", x.get_type())); in apply()
520 switch (x.get_type()) in apply()
524 bad_type_exception("corrupt utree type", x.get_type())); in apply()
585 switch (ut.get_type()) in apply()
597 ut.get_type())); in apply()
603 switch (ut.get_type()) in apply()
615 ut.get_type())); in apply()
1022 if (get_type() == type::reference_type) in push_front()
[all …]
/third_party/cef/tools/
Dmake_cpptoc_impl.py93 arg_name = arg.get_type().get_name()
165 arg_name = arg.get_type().get_name()
172 data_type = arg.get_type().get_type()
173 default = arg.get_type().get_result_simple_default()
187 struct_type = arg.get_type().get_type()
194 struct_type = arg.get_type().get_type()
207 ptr_class = arg.get_type().get_ptr_type()
213 ptr_class = arg.get_type().get_ptr_type()
219 ptr_class = arg.get_type().get_ptr_type()
227 ptr_class = arg.get_type().get_ptr_type()
[all …]
Dmake_ctocpp_impl.py121 arg_name = arg.get_type().get_name()
183 arg_name = arg.get_type().get_name()
206 ptr_class = arg.get_type().get_ptr_type()
209 ptr_class = arg.get_type().get_ptr_type()
212 ptr_class = arg.get_type().get_ptr_type()
215 ptr_class = arg.get_type().get_ptr_type()
218 ptr_class = arg.get_type().get_ptr_type()
221 ptr_class = arg.get_type().get_ptr_type()
226 ptr_class = arg.get_type().get_ptr_type()
227 ptr_struct = arg.get_type().get_result_ptr_type_root()
[all …]
Dcef_parser.py1063 return 'typedef ' + self.value.get_type() + ' ' + self.alias + ';'
1085 name = self.value.get_type()
1210 dict = self.retval.get_type().get_capi(defined_structs)
1227 type = cls.get_type()
1264 type = self.get_retval().get_type()
1360 result += self.type.get_type()
1379 def get_type(self): member in obj_argument
1387 name = self.type.get_type()
1436 self.type.get_type() != 'bool') or \
1448 if self.type.get_type() == 'bool':
[all …]
Dmake_capi_header.py17 if func.get_retval().get_type().is_result_string():
32 if func.get_retval().get_type().is_result_string():
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh118 unsigned int get_type () const { return u.header.format; } in get_type() function
122 switch (get_type ()) { in get_kerning()
132 unsigned int subtable_type = get_type (); in dispatch()
284 unsigned get_type () const { return u.major; } in get_type() function
288 switch (get_type ()) { in has_state_machine()
299 switch (get_type ()) { in has_cross_stream()
310 switch (get_type ()) { in get_h_kerning()
325 unsigned int subtable_type = get_type (); in dispatch()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh113 unsigned int get_type () const { return u.header.format; } in get_type() function
117 switch (get_type ()) { in get_kerning()
127 unsigned int subtable_type = get_type (); in dispatch()
279 unsigned int get_type () const { return u.major; } in get_type() function
283 switch (get_type ()) { in has_state_machine()
294 switch (get_type ()) { in has_cross_stream()
305 switch (get_type ()) { in get_h_kerning()
320 unsigned int subtable_type = get_type (); in dispatch()
/third_party/harfbuzz/src/
Dhb-ot-kern-table.hh118 unsigned int get_type () const { return u.header.format; } in get_type() function
122 switch (get_type ()) { in get_kerning()
132 unsigned int subtable_type = get_type (); in dispatch()
284 unsigned get_type () const { return u.major; } in get_type() function
288 switch (get_type ()) { in has_state_machine()
299 switch (get_type ()) { in has_cross_stream()
310 switch (get_type ()) { in get_h_kerning()
325 unsigned int subtable_type = get_type (); in dispatch()
/third_party/grpc/src/ruby/stress/
Dmetrics_server.rb23 def get_type method in Gauge
47 case gauge.get_type
/third_party/boost/boost/log/attributes/
Dattribute_value.hpp106 virtual typeindex::type_index get_type() const { return typeindex::type_index(); } in get_type() function
169 typeindex::type_index get_type() const in get_type() function in boost::attribute_value
172 return m_pImpl->get_type(); in get_type()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp155 if (id.get_type() == TypeConstant) in emit_resources()
171 else if (id.get_type() == TypeConstantOp) in emit_resources()
181 if (id.get_type() == TypeType) in emit_resources()
199 if (id.get_type() == TypeVariable) in emit_resources()
217 if (id.get_type() == TypeVariable) in emit_resources()
232 if (id.get_type() == TypeVariable) in emit_resources()
249 if (id.get_type() == TypeVariable) in emit_resources()
Dspirv_parser.hpp71 if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get()
86 if (ir.ids[id].get_type() == T::type) in maybe_get()
/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp67 boost::core::typeinfo const& (*get_type)(); member
86 static boost::core::typeinfo const& get_type() in get_type() function
129 static boost::core::typeinfo const& get_type() in get_type() function
177 fxns<is_small>::template type<T, Char>::get_type, in get()
349 return table->get_type(); in type()
/third_party/python/Lib/test/
Dtest_symtable.py64 self.assertEqual(self.top.get_type(), "module")
65 self.assertEqual(self.Mine.get_type(), "class")
66 self.assertEqual(self.a_method.get_type(), "function")
67 self.assertEqual(self.spam.get_type(), "function")
68 self.assertEqual(self.internal.get_type(), "function")
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dwrite.hpp80 unsigned int type = get_type< num_channels< View >::value >( is_bit_aligned< pixel_t >() ); in apply()
113 unsigned int get_type( std::true_type /* is_bit_aligned */ ) in get_type() function in boost::gil::writer
124 unsigned int get_type( std::false_type /* is_bit_aligned */ ) in get_type() function in boost::gil::writer
/third_party/cef/libcef_dll/ctocpp/
Dpost_data_element_ctocpp.cc94 if (CEF_MEMBER_MISSING(_struct, get_type)) in GetType()
100 cef_postdataelement_type_t _retval = _struct->get_type(_struct); in GetType()
Ddomdocument_ctocpp.cc25 if (CEF_MEMBER_MISSING(_struct, get_type)) in GetType()
31 cef_dom_document_type_t _retval = _struct->get_type(_struct); in GetType()
/third_party/cef/include/capi/
Dcef_dom_capi.h86 cef_dom_document_type_t(CEF_CALLBACK* get_type)(
187 cef_dom_node_type_t(CEF_CALLBACK* get_type)(struct _cef_domnode_t* self);
Dcef_values_capi.h108 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_value_t* self);
372 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_dictionary_value_t* self,
600 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_list_value_t* self,
/third_party/boost/libs/python/test/
Dbuiltin_converters.cpp50 handle<PyTypeObject> get_type(handle<> x) in get_type() function
66 def("get_type", get_type); in BOOST_PYTHON_MODULE()
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp107 static const Type* get_type(const Context& context, int line, skstd::string_view name) { in get_type() function
136 const Type* type = get_type(context, line, name); in Convert()
/third_party/flutter/skia/src/sksl/ir/
DSkSLSwizzle.h30 static const Type& get_type(const Context& context, Expression& value, size_t count) { in get_type() function
104 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size())) in Swizzle()
/third_party/boost/libs/vmd/doc/
Dvmd_get_type.qbk27 #include <boost/vmd/get_type.hpp>
58 #include <boost/vmd/get_type.hpp>
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp111 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo()
113 compiler.get_type(imageType.type).basetype; in ExtractSpirvInfo()
135 spirv_cross::SPIRType type = compiler.get_type(info->base_type_id); in ExtractSpirvInfo()
163 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgio.c208 iface->get_type = gst_gio_uri_handler_get_type_sink; in gst_gio_uri_handler_init()
210 iface->get_type = gst_gio_uri_handler_get_type_src; in gst_gio_uri_handler_init()

1234567