HomeSort by relevance Sort by last modified time
    Searched defs:GetOrCreateValue (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/ADT/
StringMap.h 313 return GetOrCreateValue(Key).getValue();
357 /// GetOrCreateValue - Look up the specified key in the table. If a value
361 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
383 MapEntryTy &GetOrCreateValue(StringRef Key) {
384 return GetOrCreateValue(Key, ValueTy());
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 602 milliseconds