Searched defs:new_ref (Results 1 – 9 of 9) sorted by relevance
361 ReferenceKey key, Reference old_ref, Reference new_ref, in TEST()362 std::map<ReferenceKey, std::set<Reference, ReferenceCompare>>* map) { in TEST()
770 ULONG new_ref = InterlockedIncrement(&ref_count_); in AddRef() local777 ULONG new_ref = InterlockedDecrement(&ref_count_); in Release() local
1067 core::RefCountPtr<KernelAndDevice> new_ref(iter->second.get()); in GetCachedKernel() local1082 core::RefCountPtr<KernelAndDevice> new_ref(kernel); in AddKernelToCache() local
320 let new_ref = match self.domain_map.get(&domain) { in process_attach_request() localVariable
992 FieldTrial::FieldTrialRef new_ref = allocator->GetAsReference(new_entry); in ClearParamsFromSharedMemoryForTesting() local
1097 FieldTrial::FieldTrialRef new_ref = trial->ref_; in TEST_F() local
1155 FieldTrial::FieldTrialRef new_ref = allocator->GetAsReference(new_entry); in ClearParamsFromSharedMemoryForTesting() local
1360 FieldTrial::FieldTrialRef new_ref = trial->ref_; in TEST() local
381 let new_ref = jni_unchecked!(self.internal, NewGlobalRef, obj.into().into_raw()); in new_global_ref() localVariable