Searched refs:data_ref (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 647 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/ |
D | screen_capturer_mac.mm | 171 CFDataRef* data_ref) { 184 *data_ref = CGDataProviderCopyData(provider); 185 assert(*data_ref);
|
/external/libxml2/ |
D | xmlIO.c | 1655 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()
|