Searched defs:CreateStore (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_unittest.cc67 ImageStore* CreateStore(base::ScopedTempDir& folder);
70 ImageStore* CreateStore<TestImageStore>( function in namespace:__anon6499
76 ImageStore* CreateStore<PersistentImageStore>( function in namespace:__anon6499
96 store_.reset(CreateStore<T>(tempDir_));
105 void ResetStore() { store_.reset(CreateStore<T>(tempDir_)); }
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store_unittest.cc142 void CreateStore() { function in class:dom_distiller::DomDistillerStoreTest
223 CreateStore();
246 CreateStore();
255 CreateStore();
278 CreateStore();
314 CreateStore();
337 CreateStore();
363 CreateStore();
387 CreateStore();
420 CreateStore();
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h910 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilder
935 StoreInst *SI = CreateStore(Val, Ptr, isVolatile);

Completed in 660 milliseconds