Home
last modified time | relevance | path

Searched refs:object_cache (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/regex/test/object_cache/
Dobject_cache_test.cpp52 …boost::shared_ptr<const test_object> p = boost::object_cache<int, test_object>::get(i, max_cache_s… in cpp_main()
54 p = boost::object_cache<int, test_object>::get(i, max_cache_size); in cpp_main()
58 p = boost::object_cache<int, test_object>::get(i-1, max_cache_size); in cpp_main()
67 …boost::shared_ptr<const test_object> p = boost::object_cache<int, test_object>::get(i, max_cache_s… in cpp_main()
69 p = boost::object_cache<int, test_object>::get(i, max_cache_size); in cpp_main()
/third_party/protobuf/php/ext/google/protobuf/
Dprotobuf.c73 HashTable object_cache; variable
169 zend_hash_init(&PROTOBUF_G(object_cache), 64, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
189 zend_hash_destroy(&PROTOBUF_G(object_cache)); in PHP_RSHUTDOWN_FUNCTION()
230 zend_hash_index_add_ptr(&PROTOBUF_G(object_cache), k, php_obj); in ZEND_END_ARG_INFO()
236 int ret = zend_hash_index_del(&PROTOBUF_G(object_cache), k); in ObjCache_Delete()
243 zend_object *obj = zend_hash_index_find_ptr(&PROTOBUF_G(object_cache), k); in ObjCache_Get()
/third_party/boost/boost/regex/pending/
Dobject_cache.hpp35 class object_cache class
65 boost::shared_ptr<Object const> object_cache<Key, Object>::get(const Key& k, size_type l_max_cache_… in get()
92 boost::shared_ptr<Object const> object_cache<Key, Object>::do_get(const Key& k, size_type l_max_cac… in do_get()
94 typedef typename object_cache<Key, Object>::data object_data; in do_get()
/third_party/boost/libs/regex/test/
DJamfile.v2133 [ run object_cache/object_cache_test.cpp ../build//boost_regex
/third_party/boost/boost/regex/v4/
Dw32_regex_traits.hpp560 …return boost::object_cache< ::boost::BOOST_REGEX_DETAIL_NS::lcid_type, w32_regex_traits_implementa… in create_w32_regex_traits()
Dcpp_regex_traits.hpp906 …return ::boost::object_cache<cpp_regex_traits_base<charT>, cpp_regex_traits_implementation<charT> … in create_cpp_regex_traits()