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

  /external/chromium/base/memory/
linked_ptr.h 175 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
178 linked_ptr<T> make_linked_ptr(T* ptr) { function
  /external/chromium/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/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/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
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 9180 linked_ptr<T> make_linked_ptr(T* ptr) { function in namespace:testing::internal
    [all...]

Completed in 1020 milliseconds