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

  /external/chromium_org/base/memory/
linked_ptr.h 174 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
177 linked_ptr<T> make_linked_ptr(T* ptr) { function
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 179 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
182 linked_ptr<T> make_linked_ptr(T* ptr) { function
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 232 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
235 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 223 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
226 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9186 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9186 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 9186 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
    [all...]

Completed in 5345 milliseconds