Home
last modified time | relevance | path

Searched refs:data_ref (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc647 Reference data_ref = shalloc3.Allocate(sizeof(int) * 4, 911); in TEST() local
648 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST()
654 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 119, 911, false)); in TEST()
659 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 191, 119, true)); in TEST()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm171 CFDataRef* data_ref) {
184 *data_ref = CGDataProviderCopyData(provider);
185 assert(*data_ref);
/external/libxml2/
DxmlIO.c1655 xmlZMemBuffGetContent( xmlZMemBuffPtr buff, char ** data_ref ) { in xmlZMemBuffGetContent() argument
1660 if ( ( buff == NULL ) || ( data_ref == NULL ) ) in xmlZMemBuffGetContent()
1697 *data_ref = (char *)buff->zbuff; in xmlZMemBuffGetContent()