Home
last modified time | relevance | path

Searched defs:pointers (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp60 struct pointers { struct in boost::iostreams::detail::direct_adapter_base
61 pointers() : beg(0), ptr(0), end(0) { } in pointers() function
62 char_type *beg, *ptr, *end;
76 typedef typename base_type::pointers pointers; typedef in boost::iostreams::detail::direct_adapter
/third_party/boringssl/src/crypto/
Dthread_pthread.c112 void **pointers = arg; in thread_local_destructor() local
165 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local() local
180 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local() local
Dthread_win.c113 void **pointers = (void**) TlsGetValue(g_thread_local_key); in thread_local_destructor() local
218 void **pointers = get_thread_locals(); in CRYPTO_get_thread_local() local
233 void **pointers = get_thread_locals(); in CRYPTO_set_thread_local() local
/third_party/boost/libs/iterator/example/
Dcounting_iterator_example.cpp34 std::vector<std::vector<int>::iterator> pointers; in main() local
/third_party/boost/libs/mpl/test/
Dtransform.cpp32 typedef list<char*,short*,int*,long*,float*,double*> pointers; in MPL_TEST_CASE() typedef
Dinsert_range.cpp67 > pointers; in MPL_TEST_CASE() typedef
/third_party/weston/tools/zunitc/test/
Dzunitc_test.c289 ZUC_TEST(pointers, null) in ZUC_TEST() argument
299 ZUC_TEST(pointers, null_fail) in ZUC_TEST() argument
309 ZUC_TEST(pointers, not_null) in ZUC_TEST() argument
319 ZUC_TEST(pointers, not_null_fail) in ZUC_TEST() argument
/third_party/boost/libs/hana/example/tutorial/
Dintroduction.cpp74 using pointers = mpl::transform<types, add_const_pointer<mpl::_1>>::type; typedef
Dtype.cpp145 auto pointers = hana::transform(types, [](auto t) { in main() local
Dappendix_mpl.cpp619 using pointers = vector<char*,short*,int*,long*,float*,double*>; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dequivalence_relation_test.cpp39 const std::vector<const uint32_t*>& pointers) { in ToUIntVector()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dequivalence_relation_test.cpp39 const std::vector<const uint32_t*>& pointers) { in ToUIntVector()
/third_party/skia/third_party/externals/brotli/c/enc/
Dmemory.h35 void* pointers[256]; member
/third_party/node/deps/brotli/c/enc/
Dmemory.h35 void* pointers[256]; member
/third_party/skia/src/core/
DSkZip.h103 constexpr SkZip(size_t n, const std::tuple<Ts*...>& pointers) in SkZip()
/third_party/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp163 Locale *pointers[] = { locales, locales + 1, locales + 2 }; in testBasics() local
Dloctest.cpp4024 Locale *pointers[] = { locales, locales + 1, locales + 2 }; in TestPointerConvertingIterator() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc91 auto& pointers = GetPointers(n); in allocate() local
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder.cc794 const FlutterPointerEvent* pointers, in FlutterEngineSendPointerEvent()
Dembedder.cc993 const FlutterPointerEvent* pointers, in FlutterEngineSendPointerEvent()
/third_party/weston/clients/
Ddnd.c64 struct wl_list pointers; member
/third_party/weston/shared/
Dframe.c107 struct wl_list pointers; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1110 std::unordered_map<Object::ID, SIMD::Pointer> pointers; member in sw::SpirvShader::EmitState