Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/locale/
Dencoding.hpp38 …e> to_utf(char const *begin,char const *end,std::string const &charset,method_type how=default_met…
44 …f(CharType const *begin,CharType const *end,std::string const &charset,method_type how=default_met…
52 …rType> to_utf(char const *begin,char const *end,std::locale const &loc,method_type how=default_met… in to_utf()
63 …m_utf(CharType const *begin,CharType const *end,std::locale const &loc,method_type how=default_met… in from_utf()
73 …ng<CharType> to_utf(std::string const &text,std::string const &charset,method_type how=default_met… in to_utf()
82 …utf(std::basic_string<CharType> const &text,std::string const &charset,method_type how=default_met… in from_utf()
91 …ic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=default_met… in to_utf()
103 …std::string from_utf(CharType const *text,std::string const &charset,method_type how=default_metho… in from_utf()
117 …string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=default_met… in to_utf()
128 …rom_utf(std::basic_string<CharType> const &text,std::locale const &loc,method_type how=default_met… in from_utf()
[all …]
Dencoding_utf.hpp34 utf_to_utf(CharIn const *begin,CharIn const *end,method_type how = default_method) in utf_to_utf()
59 utf_to_utf(CharIn const *str,method_type how = default_method) in utf_to_utf()
73 utf_to_utf(std::basic_string<CharIn> const &str,method_type how = default_method) in utf_to_utf()
Dencoding_errors.hpp58 } method_type; typedef
/third_party/boost/libs/locale/src/encoding/
Dcodepage.cpp41 method_type how) in convert_between()
67 method_type how) in convert_to()
93 method_type how) in convert_from()
136 … std::string const &to_charset,std::string const &from_charset,method_type how) in between()
142 …c_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
148 … std::string from_utf(char const *begin,char const *end,std::string const &charset,method_type how) in from_utf()
154 …tring<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
160 …string from_utf(wchar_t const *begin,wchar_t const *end,std::string const &charset,method_type how) in from_utf()
167 …ring<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
173 …ring from_utf(char16_t const *begin,char16_t const *end,std::string const &charset,method_type how) in from_utf()
[all …]
Dconv.hpp72 … virtual bool open(char const *to_charset,char const *from_charset,method_type how) = 0;
88 virtual bool open(char const *charset,method_type how) = 0;
104 virtual bool open(char const *charset,method_type how) = 0;
Dwconv_codepage.ipp262 bool open(char const *to_charset,char const *from_charset,method_type how)
310 method_type how_;
324 virtual bool open(char const *cs,method_type how)
337 virtual bool open(char const *cs,method_type how)
360 virtual bool open(char const *charset,method_type how)
381 method_type how_;
398 virtual bool open(char const *charset,method_type how)
443 method_type how_;
462 virtual bool open(char const *charset,method_type how)
483 method_type how_;
[all …]
Diconv_codepage.ipp43 bool do_open(char const *to,char const *from,method_type how)
139 method_type how_;
150 virtual bool open(char const *charset,method_type how)
167 virtual bool open(char const *to_charset,char const *from_charset,method_type how)
189 virtual bool open(char const *charset,method_type how)
Duconv_codepage.ipp32 virtual bool open(char const *charset,method_type how)
76 virtual bool open(char const *charset,method_type how)
117 virtual bool open(char const *to_charset,char const *from_charset,method_type how)
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dturn_info.hpp28 enum method_type enum
92 method_type method;
Dget_turn_info_la.hpp292 method_type method_replace = method_touch_interior; in apply()
460 method_type method, append_version_c version, in append_collinear_spikes()
586 static inline void replace_method_and_operations_tm(method_type & method, in replace_method_and_operations_tm()
624 explicit turn_transformer_ec(method_type method_t_or_m) in turn_transformer_ec()
661 method_type m_method;
688 method_type /*method*/, in get_turn_info_for_endpoint()
750 method_type replaced_method = method_none; in get_turn_info_for_endpoint()
Dget_turn_info_ll.hpp348 method_type method_replace = method_touch_interior; in apply()
470 method_type method, operation_type spike_op, in append_collinear_spikes()
618 static inline void replace_method_and_operations_tm(method_type & method, in replace_method_and_operations_tm()
662 explicit turn_transformer_ec(method_type method_t_or_m) in turn_transformer_ec()
705 method_type m_method;
Dget_turn_info_for_endpoint.hpp246 method_type /*method*/, in apply()
344 method_type method = endpoint_ip_method(ip_info.is_pi, ip_info.is_pj, in analyse_segment_and_assign_ip()
514 static inline method_type endpoint_ip_method(bool ip_pi, bool ip_pj, bool ip_qi, bool ip_qj) in endpoint_ip_method()
533 method_type method, in assign()
Ddebug_turn_info.hpp19 inline char method_char(detail::overlay::method_type const& method) in method_char()
/third_party/grpc/src/compiler/
Dcsharp_generator.cc187 std::string GetCSharpMethodType(MethodType method_type) { in GetCSharpMethodType() argument
188 switch (method_type) { in GetCSharpMethodType()
202 std::string GetCSharpServerMethodType(MethodType method_type) { in GetCSharpServerMethodType() argument
203 switch (method_type) { in GetCSharpServerMethodType()
529 MethodType method_type = GetMethodType(method); in GenerateClientStub() local
531 if (method_type == METHODTYPE_NO_STREAMING) { in GenerateClientStub()
573 if (method_type == METHODTYPE_NO_STREAMING) { in GenerateClientStub()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.c60 static GType method_type = 0; in gst_geometric_transform_off_edges_pixels_method_get_type() local
69 if (!method_type) { in gst_geometric_transform_off_edges_pixels_method_get_type()
70 method_type = in gst_geometric_transform_off_edges_pixels_method_get_type()
74 return method_type; in gst_geometric_transform_off_edges_pixels_method_get_type()
/third_party/ffmpeg/libavcodec/
Dflacdec.c224 int i, tmp, partition, method_type, rice_order; in decode_residuals() local
228 method_type = get_bits(&gb, 2); in decode_residuals()
232 rice_bits = 4 + method_type; in decode_residuals()
238 if (method_type > 1) { in decode_residuals()
240 method_type); in decode_residuals()
/third_party/grpc/include/grpcpp/impl/codegen/
Drpc_method.h48 RpcType method_type() const { return method_type_; } in method_type() function
Dserver_interface.h263 registered_method->name(), registered_method->method_type()) { in NoPayloadAsyncRequest()
281 registered_method->name(), registered_method->method_type()), in PayloadAsyncRequest()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc343 has_request_payload_(method->method_type() == in SyncRequest()
345 method->method_type() == in SyncRequest()
430 ctx_.set_server_rpc_info(method_->name(), method_->method_type(), in CallData()
550 has_request_payload_(method->method_type() == in CallbackRequest()
552 method->method_type() == in CallbackRequest()
659 ? req_->method_->method_type() in Run()
1020 switch (method->method_type()) { in PayloadHandlingForMethod()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c66 static GType method_type = 0; in gst_compare_method_get_type() local
75 if (!method_type) { in gst_compare_method_get_type()
76 method_type = g_enum_register_static ("GstCompareMethod", method_types); in gst_compare_method_get_type()
78 return method_type; in gst_compare_method_get_type()
/third_party/boost/boost/math/tools/
Dpolynomial_gcd.hpp33 static const method_type method = method_euclid;

12