Searched refs:new_store (Results 1 – 7 of 7) sorted by relevance
90 KeyValueStore new_store; in TEST_F() local91 ASSERT_TRUE(new_store.LoadFromString(store_.SaveToString())); in TEST_F()94 EXPECT_TRUE(new_store.GetString(it.first, &value)) << "key: " << it.first; in TEST_F()
107 Vector<T> new_store = Vector<T>::New(size_); in ToVector() local108 WriteTo(new_store); in ToVector()109 return new_store; in ToVector()
3855 bool new_store = false; in StoreMaterializedValuesAndDeopt() local3862 new_store = true; in StoreMaterializedValuesAndDeopt()3890 if (new_store && value_changed) { in StoreMaterializedValuesAndDeopt()
77 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); in ExpandBuffer() local78 MemCopy(new_store.start(), backing_store_.start(), position_); in ExpandBuffer()80 backing_store_ = new_store; in ExpandBuffer()85 Vector<byte> new_store; in ConvertToTwoByte() local90 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()92 new_store = backing_store_; in ConvertToTwoByte()95 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.start()); in ConvertToTwoByte()99 if (new_store.start() != backing_store_.start()) { in ConvertToTwoByte()101 backing_store_ = new_store; in ConvertToTwoByte()
198 new_store = store.copy()199 with new_store.as_default():204 self.assertTrue(new_v in new_store.variables())205 self.assertTrue(new_w in new_store.variables())206 self.assertTrue(new_v in new_store.trainable_variables())207 self.assertFalse(new_w in new_store.trainable_variables())208 self.assertFalse(new_v in new_store.non_trainable_variables())209 self.assertTrue(new_w in new_store.non_trainable_variables())214 for v in new_store.variables():218 for v in new_store.variables():
1260 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store() argument1263 *store_ptr = new_store; in set_cert_store()1265 if (new_store != NULL && take_ref) { in set_cert_store()1266 X509_STORE_up_ref(new_store); in set_cert_store()
1447 new_store = EagerVariableStore()1462 new_store._store._vars[key] = new_var1463 return new_store