/third_party/boost/boost/spirit/home/support/iterators/detail/ |
D | istream_policy.hpp | 84 struct shared struct 87 typedef typename T::char_type result_type; 90 explicit shared(T& input) in shared() function 97 void read_one() in read_one() 108 void peek_one() in peek_one() 115 T& input_; 116 result_type curtok_; 117 bool initialized_; 118 bool eof_reached_;
|
D | buffering_input_iterator_policy.hpp | 96 struct shared struct 100 result_type; 102 explicit shared(T const& input) in shared() argument 105 void advance_input() in advance_input() 111 result_type& get_input() in get_input() 120 T input_; 121 result_type curtok_; 122 bool input_is_valid_;
|
D | ref_counted_policy.hpp | 64 struct shared struct 66 shared() : count(1) {} in shared() function 69 boost::detail::atomic_count count; 71 std::size_t count;
|
D | split_std_deque_policy.hpp | 154 struct shared struct 156 shared() in shared() argument 161 typedef std::vector<Value> queue_type; 162 queue_type queued_elements;
|
D | split_functor_input_policy.hpp | 181 struct shared struct 184 typedef typename Functor::first_type functor_type; 185 typedef typename functor_type::result_type result_type; 188 explicit shared(Functor const& x) : ftor(x.second), curtok(0) {} in shared() argument 190 mutable typename Functor::second_type ftor; 191 result_type curtok;
|
D | buf_id_check_policy.hpp | 81 struct shared struct 83 shared() : shared_buf_id(0) {} in shared() argument 84 unsigned long shared_buf_id;
|
D | lex_input_policy.hpp | 75 struct shared struct 77 explicit shared(T) : curtok(-1) {} in shared() argument 79 value_type curtok;
|
D | functor_input_policy.hpp | 104 struct shared struct 106 explicit shared(Functor const&) : curtok(0) {} in shared() argument 108 typename Functor::result_type curtok;
|
D | input_iterator_policy.hpp | 101 struct shared struct 103 explicit shared(T const& input) : input_(input) {} in shared() function 105 T input_;
|
D | fixed_size_queue_policy.hpp | 119 struct shared struct 121 typedef detail::fixed_size_queue<Value, N> queue_type; 122 queue_type queued_elements;
|
D | combine_policies.hpp | 487 struct shared : multi_pass_shared<T struct 493 typedef typename Ownership::shared ownership_policy; 494 typedef typename Checking::shared checking_policy; 496 input_policy; 499 storage_policy; 502 , input_policy, storage_policy> shared_base_type; 504 explicit shared(T& input) in shared() argument 506 explicit shared(T const& input) in shared() argument 514 bool inhibit_clear_queue_;
|
D | no_check_policy.hpp | 26 struct shared {}; struct
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | pp_standalone_scaffolding.c | 44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor() 52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor()
|
/third_party/boost/boost/signals2/ |
D | deconstruct_ptr.hpp | 71 shared_ptr<T> shared(ptr, boost::signals2::predestructing_deleter<T>()); in deconstruct_ptr() local 78 shared_ptr<T> shared(ptr, deleter); in deconstruct_ptr() local
|
/third_party/musl/src/thread/ |
D | pthread_spin_init.c | 3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
|
/third_party/eudev/src/ |
D | Makefile.am | 4 shared \ subdir
|
/third_party/boost/libs/smart_ptr/test/ |
D | weak_from_raw_test.cpp | 26 boost::shared_ptr<X> shared(p); in basic_weak_from_raw_test() local
|
/third_party/ffmpeg/libavcodec/ |
D | mpegpicture.c | 233 ScratchpadContext *sc, int shared, int encoding, in ff_alloc_picture() 407 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture() 440 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture()
|
/third_party/mesa3d/src/panfrost/ |
D | meson.build | 30 subdir('shared') subdir
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_lock.c | 30 int shared = 1; in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_barrierattr_setpshared.c | 31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
|
/third_party/glib/gio/ |
D | gportalsupport.c | 47 char **shared = NULL; in read_flatpak_info() local
|
/third_party/boost/libs/thread/example/ |
D | perf_shared_mutex.cpp | 25 void shared() in shared() function
|
/third_party/weston/shared/ |
D | meson.build | 10 lib_libshared = static_library( build
|
/third_party/flutter/skia/tests/ |
D | SkSharedMutexTest.cpp | 26 int shared[kSharedSize]; in DEF_TEST() local
|