OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:make_linked_ptr
(Results
1 - 13
of
13
) 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/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/open-vcdiff/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
/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/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
...]
Completed in 648 milliseconds