Searched refs:get_storage (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | link_uniform_initializers.cpp | 37 get_storage(struct gl_shader_program *prog, const char *name) in get_storage() function 119 struct gl_uniform_storage *const storage = get_storage(prog, name); in set_opaque_binding() 217 struct gl_uniform_storage *const storage = get_storage(prog, name); in set_uniform_initializer()
|
/third_party/boost/libs/dll/test/ |
D | template_method_linux_test.cpp | 35 auto storage = lib.symbol_storage().get_storage(); in main()
|
D | cpp_import_class_test.cpp | 45 for (auto &s : sm.symbol_storage().get_storage()) in main()
|
D | cpp_mangle_test.cpp | 40 for (auto &s : ms.get_storage()) in main()
|
D | ctti_type_name_parser_test.cpp | 52 for (auto& s : ms.get_storage()) { in main()
|
/third_party/boost/boost/dll/detail/demangling/ |
D | mangled_storage_base.hpp | 54 std::vector<entry> & get_storage() {return storage_;}; in get_storage() function
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.h | 118 GstElement* (*get_storage) (GstRtpBin *rtpbin, guint session); member
|
D | gstrtpbin.c | 2175 get_storage), NULL, NULL, NULL, GST_TYPE_ELEMENT, 1, G_TYPE_UINT); in gst_rtp_bin_class_init() 2837 klass->get_storage = GST_DEBUG_FUNCPTR (gst_rtp_bin_get_storage); in gst_rtp_bin_class_init()
|
/third_party/boost/boost/thread/ |
D | future.hpp | 646 storage_type& get_storage(boost::unique_lock<boost::mutex>& lk) in get_storage() function 653 return boost::move(*get_storage(lk)); in get() 663 return *get_storage(lk); in get_sh()
|