Searched refs:data_buffer_content (Results 1 – 1 of 1) sorted by relevance
538 let data_buffer_content = data_buffer.read().unwrap(); in specialization_constants() localVariable539 assert_eq!(*data_buffer_content, 0x12345678); in specialization_constants()