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

/external/llvm/include/llvm/ADT/
H A DStringMap.h299 return GetOrCreateValue(Key).getValue();
366 /// GetOrCreateValue - Look up the specified key in the table. If a value
370 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { function in class:llvm::StringMap
374 MapEntryTy &GetOrCreateValue(StringRef Key) { function in class:llvm::StringMap
375 return GetOrCreateValue(Key, ValueTy());
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1343 T* pointer() { return GetOrCreateValue(); }
1344 const T* pointer() const { return GetOrCreateValue(); }
1370 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1353 T* pointer() { return GetOrCreateValue(); }
1354 const T* pointer() const { return GetOrCreateValue(); }
1380 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1343 T* pointer() { return GetOrCreateValue(); }
1344 const T* pointer() const { return GetOrCreateValue(); }
1370 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1814 T* pointer() { return GetOrCreateValue(); }
1815 const T* pointer() const { return GetOrCreateValue(); }
1834 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
1978 T* pointer() { return GetOrCreateValue(); }
1979 const T* pointer() const { return GetOrCreateValue(); }
2005 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1489 T* pointer() { return GetOrCreateValue(); }
1490 const T* pointer() const { return GetOrCreateValue(); }
1516 T* GetOrCreateValue() const { function in class:testing::internal::ThreadLocal
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2596 T* pointer() { return GetOrCreateValue(); }
2597 const T* pointer() const { return GetOrCreateValue(); }
2623 T* GetOrCreateValue() const { function in class:std::tr1::ThreadLocal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2596 T* pointer() { return GetOrCreateValue(); }
2597 const T* pointer() const { return GetOrCreateValue(); }
2623 T* GetOrCreateValue() const { function in class:std::tr1::ThreadLocal

Completed in 6546 milliseconds