Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/icu/icu4c/source/i18n/
Dformattedvalue.cpp83 auto* impl = new UConstrainedFieldPositionImpl(); in ucfpos_open() local
93 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_reset() local
102 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainCategory() local
111 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainField() local
120 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getCategory() local
129 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getField() local
138 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getIndexes() local
148 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getInt64IterationContext() local
157 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_setInt64IterationContext() local
166 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_matchesField() local
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedvalue.cpp83 auto* impl = new UConstrainedFieldPositionImpl(); in ucfpos_open() local
93 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_reset() local
102 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainCategory() local
111 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainField() local
120 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getCategory() local
129 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getField() local
138 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getIndexes() local
148 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getInt64IterationContext() local
157 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_setInt64IterationContext() local
166 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_matchesField() local
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dformattedvalue.cpp83 auto* impl = new UConstrainedFieldPositionImpl(); in ucfpos_open() local
93 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_reset() local
102 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainCategory() local
111 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_constrainField() local
120 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getCategory() local
129 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getField() local
138 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getIndexes() local
148 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_getInt64IterationContext() local
157 auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_setInt64IterationContext() local
166 const auto* impl = UConstrainedFieldPositionImpl::validate(ptr, *ec); in ucfpos_matchesField() local
[all …]
/third_party/node/deps/npm/node_modules/safer-buffer/
Dtests.js23 [index, safer, dangerous].forEach(function (impl) { argument
27 [buffer].forEach(function (impl) { argument
35 [index, safer, dangerous].forEach(function (impl) { argument
49 [index, safer, dangerous].forEach(function (impl) { argument
57 [index, safer].forEach(function (impl) { argument
61 [dangerous].forEach(function (impl) { argument
70 [index, safer, dangerous].forEach(function (impl) { argument
81 [index, safer, dangerous].forEach(function (impl) { argument
92 [index, safer, dangerous].forEach(function (impl) { argument
101 [index, safer, dangerous].forEach(function (impl) { argument
[all …]
/third_party/cef/libcef/common/
Dstring_list_impl.cc21 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_size() local
30 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_value() local
41 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_append() local
47 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_clear() local
53 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_free() local
59 StringList* impl = reinterpret_cast<StringList*>(list); in cef_string_list_copy() local
Dstring_multimap_impl.cc21 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_size() local
29 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_find_count() local
41 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_enumerate() local
67 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_key() local
85 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_value() local
104 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_append() local
111 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_clear() local
117 StringMultimap* impl = reinterpret_cast<StringMultimap*>(map); in cef_string_multimap_free() local
Dstring_map_impl.cc21 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_size() local
30 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_find() local
44 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_key() local
62 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_value() local
81 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_append() local
88 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_clear() local
94 StringMap* impl = reinterpret_cast<StringMap*>(map); in cef_string_map_free() local
/third_party/node/src/
Dblob_serializer_deserializer.h42 Impl* impl() { return static_cast<Impl*>(this); } in impl() function
43 const Impl* impl() const { return static_cast<const Impl*>(this); } in impl() function
87 Impl* impl() { return static_cast<Impl*>(this); } in impl() function
88 const Impl* impl() const { return static_cast<const Impl*>(this); } in impl() function
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c169 _src_shader_init (gpointer impl, GstGLContext * context, in _src_shader_init()
206 _src_shader_fill_bound_fbo (gpointer impl) in _src_shader_fill_bound_fbo()
235 _src_shader_deinit (gpointer impl) in _src_shader_deinit()
318 _src_smpte_init (gpointer impl, GstGLContext * context, in _src_smpte_init()
516 _src_smpte_fill_bound_fbo (gpointer impl) in _src_smpte_fill_bound_fbo()
551 _src_smpte_free (gpointer impl) in _src_smpte_free()
599 _src_uni_color_init (gpointer impl, GstGLContext * context, in _src_uni_color_init()
611 _src_uni_color_fill_bound_fbo (gpointer impl) in _src_uni_color_fill_bound_fbo()
623 _src_uni_color_free (gpointer impl) in _src_uni_color_free()
661 _src_blink_fill_bound_fbo (gpointer impl) in _src_blink_fill_bound_fbo()
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h188 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter()
298 explicit MatcherBase(const MatcherInterface<const T&>* impl) : impl_(impl) {} in MatcherBase()
305 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_()
333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher()
357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher()
397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher()
417 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher()
419 explicit Matcher(const MatcherInterface<absl::string_view>* impl) in Matcher()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_dominance.c37 init_block(nir_block *block, nir_function_impl *impl) in init_block()
128 calc_dom_children(nir_function_impl* impl) in calc_dom_children()
166 nir_calc_dominance_impl(nir_function_impl *impl) in nir_calc_dominance_impl()
281 nir_dump_dom_tree_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_tree_impl()
303 nir_dump_dom_frontier_impl(nir_function_impl *impl, FILE *fp) in nir_dump_dom_frontier_impl()
325 nir_dump_cfg_impl(nir_function_impl *impl, FILE *fp) in nir_dump_cfg_impl()
Dnir_lower_global_vars_to_local.c36 register_var_use(nir_variable *var, nir_function_impl *impl, in register_var_use()
54 mark_global_var_uses_block(nir_block *block, nir_function_impl *impl, in mark_global_var_uses_block()
91 nir_function_impl *impl = entry->data; in nir_lower_global_vars_to_local() local
Dnir_opt_copy_propagate.c60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) in rewrite_to_vec()
84 copy_propagate_alu(nir_function_impl *impl, nir_alu_src *src, nir_alu_instr *copy) in copy_propagate_alu()
137 copy_prop_instr(nir_function_impl *impl, nir_instr *instr) in copy_prop_instr()
166 nir_copy_prop_impl(nir_function_impl *impl) in nir_copy_prop_impl()
Dnir_inline_functions.c29 static bool function_ends_in_jump(nir_function_impl *impl) in function_ends_in_jump()
36 const nir_function_impl *impl, in nir_inline_function_impl()
175 inline_function_impl(nir_function_impl *impl, struct set *inlined) in inline_function_impl()
/third_party/node/deps/v8/include/
Dv8-util.h50 static bool Empty(Impl* impl) { return impl->empty(); } in Empty()
51 static size_t Size(Impl* impl) { return impl->size(); } in Size()
53 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin()
54 static Iterator End(Impl* impl) { return impl->end(); } in End()
57 static PersistentContainerValue Set(Impl* impl, K key, in Set()
67 static PersistentContainerValue Get(Impl* impl, K key) { in Get()
72 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()
/third_party/skia/third_party/externals/tint/src/sem/
Dsem_struct_test.cc27 auto* impl = in TEST_F() local
41 auto* impl = in TEST_F() local
51 auto* impl = in TEST_F() local
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c93 _buffer_transform_caps (gpointer impl, GstPadDirection direction, in _buffer_transform_caps()
100 _buffer_set_caps (gpointer impl, GstCaps * in_caps, GstCaps * out_caps) in _buffer_set_caps()
106 _buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _buffer_propose_allocation()
149 _buffer_perform (gpointer impl, GstBuffer * inbuf, GstBuffer ** outbuf) in _buffer_perform()
160 _buffer_free (gpointer impl) in _buffer_free()
207 _raw_to_buffer_transform_caps (gpointer impl, GstPadDirection direction, in _raw_to_buffer_transform_caps()
226 _raw_to_buffer_set_caps (gpointer impl, GstCaps * in_caps, GstCaps * out_caps) in _raw_to_buffer_set_caps()
262 _raw_to_buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _raw_to_buffer_propose_allocation()
270 _raw_to_buffer_perform (gpointer impl, GstBuffer * inbuf, GstBuffer ** outbuf) in _raw_to_buffer_perform()
337 _raw_to_buffer_free (gpointer impl) in _raw_to_buffer_free()
[all …]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_test_helper.h42 auto impl = std::make_unique<ParserImpl>(file.get()); in parser() local
65 auto impl = std::make_unique<ParserImpl>(file.get()); in parser() local
/third_party/node/deps/v8/src/bigint/
Dbigint-internal.cc30 ProcessorImpl* impl = new ProcessorImpl(platform); in New() local
117 ProcessorImpl* impl = static_cast<ProcessorImpl*>(this); in Multiply() local
123 ProcessorImpl* impl = static_cast<ProcessorImpl*>(this); in Divide() local
129 ProcessorImpl* impl = static_cast<ProcessorImpl*>(this); in Modulo() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c236 _gl_memory_upload_transform_caps (gpointer impl, GstGLContext * context, in _gl_memory_upload_transform_caps()
281 _gl_memory_upload_accept (gpointer impl, GstBuffer * buffer, GstCaps * in_caps, in _gl_memory_upload_accept()
322 _gl_memory_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _gl_memory_upload_propose_allocation()
424 _gl_memory_upload_perform (gpointer impl, GstBuffer * buffer, in _gl_memory_upload_perform()
465 _gl_memory_upload_free (gpointer impl) in _gl_memory_upload_free()
521 _dma_buf_upload_transform_caps (gpointer impl, GstGLContext * context, in _dma_buf_upload_transform_caps()
616 _dma_buf_upload_accept (gpointer impl, GstBuffer * buffer, GstCaps * in_caps, in _dma_buf_upload_accept()
771 _dma_buf_upload_propose_allocation (gpointer impl, GstQuery * decide_query, in _dma_buf_upload_propose_allocation()
795 _dma_buf_upload_perform (gpointer impl, GstBuffer * buffer, GstBuffer ** outbuf) in _dma_buf_upload_perform()
823 _dma_buf_upload_free (gpointer impl) in _dma_buf_upload_free()
[all …]
/third_party/mesa3d/src/compiler/spirv/tests/
Dhelpers.h68 nir_function_impl *impl = nir_shader_get_entrypoint(shader); variable
69 nir_foreach_block(block, impl) { in nir_foreach_block() argument
/third_party/rust/crates/cxx/include/
Dcxx.h30 class impl; variable
149 friend impl<Str>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h92 MutexImpl impl; variable
97 impl(rec), acquired(0), recursive(rec) { } in impl() function
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp126 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local
134 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local
141 const Normalizer2Impl *impl=Normalizer2Factory::getNFKCImpl(errorCode); in initInclusion() local
148 const Normalizer2Impl *impl=Normalizer2Factory::getNFKC_CFImpl(errorCode); in initInclusion() local
155 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in initInclusion() local
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2any.c1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1128 #define DO_PrivateKeyInfo(impl, type, output) \ argument
1132 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument
1137 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument
1156 #define DO_type_specific_params(impl, type, output) \ argument
1160 #define DO_type_specific_keypair(impl, type, output) \ argument
1166 #define DO_type_specific(impl, type, output) \ argument
1171 #define DO_type_specific_no_pub(impl, type, output) \ argument
[all …]

12345678910>>...20