Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/boost/boost/spirit/home/support/iterators/detail/
Distream_policy.hpp84 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_;
Dbuffering_input_iterator_policy.hpp96 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_;
Dref_counted_policy.hpp64 struct shared struct
66 shared() : count(1) {} in shared() function
69 boost::detail::atomic_count count;
71 std::size_t count;
Dsplit_std_deque_policy.hpp154 struct shared struct
156 shared() in shared() argument
161 typedef std::vector<Value> queue_type;
162 queue_type queued_elements;
Dsplit_functor_input_policy.hpp181 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;
Dbuf_id_check_policy.hpp81 struct shared struct
83 shared() : shared_buf_id(0) {} in shared() argument
84 unsigned long shared_buf_id;
Dlex_input_policy.hpp75 struct shared struct
77 explicit shared(T) : curtok(-1) {} in shared() argument
79 value_type curtok;
Dfunctor_input_policy.hpp104 struct shared struct
106 explicit shared(Functor const&) : curtok(0) {} in shared() argument
108 typename Functor::result_type curtok;
Dinput_iterator_policy.hpp101 struct shared struct
103 explicit shared(T const& input) : input_(input) {} in shared() function
105 T input_;
Dfixed_size_queue_policy.hpp119 struct shared struct
121 typedef detail::fixed_size_queue<Value, N> queue_type;
122 queue_type queued_elements;
Dcombine_policies.hpp487 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_;
Dno_check_policy.hpp26 struct shared {}; struct
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp_standalone_scaffolding.c44 _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/
Ddeconstruct_ptr.hpp71 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/
Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
/third_party/eudev/src/
DMakefile.am4 shared \ subdir
/third_party/boost/libs/smart_ptr/test/
Dweak_from_raw_test.cpp26 boost::shared_ptr<X> shared(p); in basic_weak_from_raw_test() local
/third_party/ffmpeg/libavcodec/
Dmpegpicture.c233 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/
Dmeson.build30 subdir('shared') subdir
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_lock.c30 int shared = 1; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_barrierattr_setpshared.c31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
/third_party/glib/gio/
Dgportalsupport.c47 char **shared = NULL; in read_flatpak_info() local
/third_party/boost/libs/thread/example/
Dperf_shared_mutex.cpp25 void shared() in shared() function
/third_party/weston/shared/
Dmeson.build10 lib_libshared = static_library( build
/third_party/flutter/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local

12345678