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

  /external/llvm/include/llvm/ADT/
StringMap.h 305 return GetOrCreateValue(Key).getValue();
349 /// GetOrCreateValue - Look up the specified key in the table. If a value
353 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) {
375 MapEntryTy &GetOrCreateValue(StringRef Key) {
376 return GetOrCreateValue(Key, ValueTy());
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 327 milliseconds