Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/resolver/
Dptr_ref_test.cc92 auto* storage_ptr = in TEST_F() local
97 uniform_ptr, storage_ptr); in TEST_F()
109 ASSERT_TRUE(TypeOf(storage_ptr)->Is<sem::Pointer>()) in TEST_F()
110 << "storage_ptr is " << TypeOf(storage_ptr)->TypeInfo().name; in TEST_F()
120 EXPECT_EQ(TypeOf(storage_ptr)->As<sem::Pointer>()->Access(), in TEST_F()
/third_party/cef/libcef/browser/extensions/api/storage/
Dsync_value_store_cache.cc99 value_store::ValueStore* storage_ptr = storage.get(); in GetStorage() local
101 return storage_ptr; in GetStorage()
/third_party/eudev/src/shared/
Dhashmap.c368 static char *storage_ptr(HashmapBase *h) { in storage_ptr() function
404 (storage_ptr(h) + idx * hashmap_type_info[h->type].entry_size); in bucket_at()
438 (storage_ptr(h) + hashmap_type_info[h->type].entry_size * n_buckets(h)); in dib_raw_ptr()