Searched refs:new_types (Results 1 – 3 of 3) sorted by relevance
449 syncer::ModelTypeSet new_types(syncer::EXTENSIONS, in TEST_F() local451 enabled_types_.PutAll(new_types); in TEST_F()459 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()488 syncer::ModelTypeSet new_types(syncer::EXTENSIONS, in TEST_F() local490 enabled_types_.PutAll(new_types); in TEST_F()499 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()517 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS, in TEST_F() local519 enabled_types_.PutAll(new_types); in TEST_F()528 enabled_types_).Equals(new_types)); in TEST_F()535 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()[all …]
2542 ToBooleanStub::Types new_types(old_types); in RUNTIME_FUNCTION() local2543 bool to_boolean_value = new_types.Record(object); in RUNTIME_FUNCTION()2544 old_types.TraceTransition(new_types); in RUNTIME_FUNCTION()2546 ToBooleanStub stub(tos, new_types); in RUNTIME_FUNCTION()
2897 IRType* new_types in newIRTemp() local2900 new_types[i] = env->types[i]; in newIRTemp()2901 env->types = new_types; in newIRTemp()