Home
last modified time | relevance | path

Searched refs:linked_ptr (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/chromium_org/third_party/webrtc/base/
Dlinked_ptr.h29 template <class X> class linked_ptr
35 TEMPLATE_FUNCTION friend class linked_ptr<Y>;
43 explicit linked_ptr(X* p = 0) throw() in throw()
45 ~linked_ptr() in ~linked_ptr()
47 linked_ptr(const linked_ptr& r) throw() in throw()
49 linked_ptr& operator=(const linked_ptr& r)
59 template <class Y> friend class linked_ptr<Y>; variable
60 template <class Y> linked_ptr(const linked_ptr<Y>& r) throw() in linked_ptr() function
62 template <class Y> linked_ptr& operator=(const linked_ptr<Y>& r)
79 mutable const linked_ptr* itsPrev;
[all …]
/external/chromium_org/media/cdm/ppapi/
Dlinked_ptr.h80 class linked_ptr {
86 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
87 ~linked_ptr() { depart(); } in ~linked_ptr()
90 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
92 linked_ptr(linked_ptr const& ptr) { in linked_ptr() function
98 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
104 linked_ptr& operator=(linked_ptr const& ptr) {
135 bool operator==(linked_ptr<U> const& ptr) const {
139 bool operator!=(linked_ptr<U> const& ptr) const {
145 friend class linked_ptr;
[all …]
/external/chromium_org/base/memory/
Dlinked_ptr.h77 class linked_ptr {
83 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
84 ~linked_ptr() { depart(); } in ~linked_ptr()
87 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
89 linked_ptr(linked_ptr const& ptr) { in linked_ptr() function
95 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
101 linked_ptr& operator=(linked_ptr const& ptr) {
130 bool operator==(linked_ptr<U> const& ptr) const {
134 bool operator!=(linked_ptr<U> const& ptr) const {
140 friend class linked_ptr;
[all …]
Dlinked_ptr_unittest.cc38 linked_ptr<A> a0, a1, a2; in TEST()
49 linked_ptr<A> a3(new A); in TEST()
55 linked_ptr<A> a4(a0); in TEST()
57 linked_ptr<A> a5(new A); in TEST()
61 linked_ptr<B> b0(new B); in TEST()
62 linked_ptr<A> a6(b0); in TEST()
85 linked_ptr<A> a7; in TEST()
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
189 friend class linked_ptr;
[all …]
/external/gtest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
189 friend class linked_ptr;
[all …]
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
189 friend class linked_ptr;
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
189 friend class linked_ptr;
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
188 bool operator==(linked_ptr<U> const& ptr) const {
192 bool operator!=(linked_ptr<U> const& ptr) const {
198 friend class linked_ptr;
[all …]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h136 class linked_ptr {
142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
143 ~linked_ptr() { depart(); } in ~linked_ptr()
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function
147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
189 friend class linked_ptr;
[all …]
/external/gtest/test/
Dgtest-linked_ptr_test.cc41 using testing::internal::linked_ptr;
79 linked_ptr<A> a0, a1, a2; in TEST_F()
91 linked_ptr<A> a3(new A); in TEST_F()
97 linked_ptr<A> a4(a0); in TEST_F()
99 linked_ptr<A> a5(new A); in TEST_F()
103 linked_ptr<B> b0(new B); in TEST_F()
104 linked_ptr<A> a6(b0); in TEST_F()
127 linked_ptr<A> a7; in TEST_F()
/external/chromium_org/testing/gtest/test/
Dgtest-linked_ptr_test.cc41 using testing::internal::linked_ptr;
79 linked_ptr<A> a0, a1, a2; in TEST_F()
91 linked_ptr<A> a3(new A); in TEST_F()
97 linked_ptr<A> a4(a0); in TEST_F()
99 linked_ptr<A> a5(new A); in TEST_F()
103 linked_ptr<B> b0(new B); in TEST_F()
104 linked_ptr<A> a6(b0); in TEST_F()
127 linked_ptr<A> a7; in TEST_F()
/external/protobuf/gtest/test/
Dgtest-linked_ptr_test.cc41 using testing::internal::linked_ptr;
79 linked_ptr<A> a0, a1, a2; in TEST_F()
90 linked_ptr<A> a3(new A); in TEST_F()
96 linked_ptr<A> a4(a0); in TEST_F()
98 linked_ptr<A> a5(new A); in TEST_F()
102 linked_ptr<B> b0(new B); in TEST_F()
103 linked_ptr<A> a6(b0); in TEST_F()
126 linked_ptr<A> a7; in TEST_F()
/external/chromium_org/extensions/browser/api/declarative/
Drules_registry_unittest.cc32 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules; in TEST()
38 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules; in TEST()
56 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_2; in TEST()
62 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_2; in TEST()
78 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_3a; in TEST()
82 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_3; in TEST()
90 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_3b; in TEST()
101 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_4a; in TEST()
105 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_4; in TEST()
114 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_4b; in TEST()
[all …]
Drules_registry.cc32 const std::vector<linked_ptr<extensions::RulesRegistry::Rule> >& rules) { in RulesToValue()
39 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > RulesFromValue( in RulesFromValue()
41 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > rules; in RulesFromValue()
52 linked_ptr<extensions::RulesRegistry::Rule> rule( in RulesFromValue()
93 const std::vector<linked_ptr<Rule> >& rules) { in AddRulesNoFill()
97 for (std::vector<linked_ptr<Rule> >::const_iterator i = in AddRulesNoFill()
113 for (std::vector<linked_ptr<Rule> >::const_iterator i = in AddRulesNoFill()
126 const std::vector<linked_ptr<Rule> >& rules) { in AddRules()
188 std::vector<linked_ptr<Rule> >* out) { in GetRules()
201 std::vector<linked_ptr<Rule> >* out) { in GetAllRules()
[all …]
Drules_registry.h91 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
117 std::vector<linked_ptr<RulesRegistry::Rule> >* out);
121 std::vector<linked_ptr<RulesRegistry::Rule> >* out);
166 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
173 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) = 0;
187 typedef std::map<RulesDictionaryKey, linked_ptr<RulesRegistry::Rule> >
272 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
276 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_rules_registry_unittest.cc100 linked_ptr<RulesRegistry::Rule> CreateRule1() { in CreateRule1()
125 linked_ptr<RulesRegistry::Rule> rule(new RulesRegistry::Rule); in CreateRule1()
128 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy())); in CreateRule1()
130 linked_ptr<base::Value>(http_condition_url_filter.DeepCopy())); in CreateRule1()
132 linked_ptr<base::Value>(https_condition_url_filter.DeepCopy())); in CreateRule1()
137 linked_ptr<RulesRegistry::Rule> CreateRule2() { in CreateRule2()
144 linked_ptr<RulesRegistry::Rule> rule(new RulesRegistry::Rule); in CreateRule2()
147 rule->actions.push_back(linked_ptr<base::Value>(action_dict.DeepCopy())); in CreateRule2()
149 linked_ptr<base::Value>(condition_dict.DeepCopy())); in CreateRule2()
153 linked_ptr<RulesRegistry::Rule> CreateRedirectRule( in CreateRedirectRule()
[all …]
/external/chromium_org/media/cast/logging/
Dencoding_event_subscriber.h28 typedef std::vector<linked_ptr<media::cast::proto::AggregatedFrameEvent> >
30 typedef std::vector<linked_ptr<media::cast::proto::AggregatedPacketEvent> >
69 linked_ptr<media::cast::proto::AggregatedFrameEvent> >
72 linked_ptr<media::cast::proto::AggregatedPacketEvent> >
83 const linked_ptr<media::cast::proto::AggregatedFrameEvent>&
86 const linked_ptr<media::cast::proto::AggregatedPacketEvent>&
/external/chromium_org/content/child/
Dsite_isolation_policy.cc99 linked_ptr<SiteIsolationResponseMetaData>& resp_data, in HistogramCountBlockedResponse()
142 linked_ptr<SiteIsolationResponseMetaData>
149 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
157 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
164 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
167 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
170 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
176 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
188 return linked_ptr<SiteIsolationResponseMetaData>(); in OnReceivedResponse()
194 linked_ptr<SiteIsolationResponseMetaData> resp_data( in OnReceivedResponse()
[all …]
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmark_api_helpers.cc29 std::vector<linked_ptr<BookmarkTreeNode> >* nodes, in AddNodeHelper()
33 linked_ptr<BookmarkTreeNode> new_node(GetBookmarkTreeNode(client, in AddNodeHelper()
80 std::vector<linked_ptr<BookmarkTreeNode> > children; in GetBookmarkTreeNode()
84 linked_ptr<BookmarkTreeNode> child_node( in GetBookmarkTreeNode()
90 new std::vector<linked_ptr<BookmarkTreeNode> >(children)); in GetBookmarkTreeNode()
97 std::vector<linked_ptr<BookmarkTreeNode> >* nodes, in AddNode()
104 std::vector<linked_ptr<BookmarkTreeNode> >* nodes, in AddNodeFoldersOnly()
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_api_unittest.cc72 std::vector<linked_ptr<AcceptOption> > options; in TEST_F()
73 options.push_back(linked_ptr<AcceptOption>(BuildAcceptOption( in TEST_F()
92 options.push_back(linked_ptr<AcceptOption>(BuildAcceptOption( in TEST_F()
102 options.push_back(linked_ptr<AcceptOption>( in TEST_F()
104 options.push_back(linked_ptr<AcceptOption>( in TEST_F()
124 options.push_back(linked_ptr<AcceptOption>( in TEST_F()
137 options.push_back(linked_ptr<AcceptOption>(BuildAcceptOption( in TEST_F()
148 options.push_back(linked_ptr<AcceptOption>( in TEST_F()
/external/chromium_org/tools/json_schema_compiler/
Dutil.h27 linked_ptr<base::Value>* out);
30 linked_ptr<base::DictionaryValue>* out);
36 linked_ptr<T>* out) { in GetItemFromList()
43 *out = linked_ptr<T>(obj.release()); in GetItemFromList()
126 void AddItemToList(const linked_ptr<base::Value>& from,
128 void AddItemToList(const linked_ptr<base::DictionaryValue>& from,
133 void AddItemToList(const linked_ptr<T>& from, base::ListValue* out) { in AddItemToList()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_unittest.cc140 typedef std::list<linked_ptr<IPC::Message> > SentMessages;
167 sent_messages_.push_back(linked_ptr<IPC::Message>(message)); in Send()
1162 linked_ptr<EventResponseDelta> a( in TEST()
1164 linked_ptr<EventResponseDelta> b( in TEST()
1327 linked_ptr<EventResponseDelta> d1( in TEST()
1336 linked_ptr<EventResponseDelta> d2( in TEST()
1354 linked_ptr<EventResponseDelta> d0( in TEST()
1363 linked_ptr<EventResponseDelta> d1( in TEST()
1377 linked_ptr<EventResponseDelta> d2( in TEST()
1393 linked_ptr<EventResponseDelta> d3( in TEST()
[all …]
/external/chromium_org/gpu/command_buffer/service/
Dmailbox_synchronizer.h78 explicit TextureVersion(linked_ptr<TextureGroup> group);
82 linked_ptr<TextureGroup> group;
87 linked_ptr<TextureGroup> GetGroupForMailboxLocked(
96 typedef std::map<uint32, linked_ptr<gfx::GLFence> > SyncPointToFenceMap;
/external/chromium_org/chrome/browser/extensions/
Dexternal_provider_impl.cc402 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
419 provider_list->push_back(linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
461 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
480 linked_ptr<ExternalProviderInterface>(new ExternalProviderImpl( in CreateExternalProviders()
494 provider_list->push_back(linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
507 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
521 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
535 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
548 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
562 linked_ptr<ExternalProviderInterface>( in CreateExternalProviders()
[all …]

12345678910>>...17