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

/external/llvm/include/llvm/ADT/
H A DStringMap.h311 return GetOrCreateValue(Key).getValue();
354 /// GetOrCreateValue - Look up the specified key in the table. If a value
358 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { function in class:llvm::StringMap
380 MapEntryTy &GetOrCreateValue(StringRef Key) { function in class:llvm::StringMap
381 return GetOrCreateValue(Key, ValueTy());
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1327 T* pointer() { return GetOrCreateValue(); }
1328 const T* pointer() const { return GetOrCreateValue(); }
1354 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1348 T* pointer() { return GetOrCreateValue(); }
1349 const T* pointer() const { return GetOrCreateValue(); }
1375 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal

Completed in 1073 milliseconds