OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveReference
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h
38
//
RemoveReference
<T>::Type
201
template <typename T> struct
RemoveReference
{
205
template <typename T> struct
RemoveReference
<T&> {
/external/chromium_org/webkit/browser/fileapi/
isolated_context.cc
385
void IsolatedContext::
RemoveReference
(const std::string& filesystem_id) {
/external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h
774
struct
RemoveReference
{ typedef T type; }; // NOLINT
776
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
778
// A handy wrapper around
RemoveReference
that works when the argument
781
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h
695
struct
RemoveReference
{ typedef T type; }; // NOLINT
697
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
699
// A handy wrapper around
RemoveReference
that works when the argument
702
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h
780
struct
RemoveReference
{ typedef T type; }; // NOLINT
782
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
784
// A handy wrapper around
RemoveReference
that works when the argument
787
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/gtest/include/gtest/internal/
gtest-internal.h
780
struct
RemoveReference
{ typedef T type; }; // NOLINT
782
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
784
// A handy wrapper around
RemoveReference
that works when the argument
787
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
808
struct
RemoveReference
{ typedef T type; }; // NOLINT
810
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
812
// A handy wrapper around
RemoveReference
that works when the argument
815
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h
780
struct
RemoveReference
{ typedef T type; }; // NOLINT
782
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
784
// A handy wrapper around
RemoveReference
that works when the argument
787
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h
695
struct
RemoveReference
{ typedef T type; }; // NOLINT
697
struct
RemoveReference
<T&> { typedef T type; }; // NOLINT
699
// A handy wrapper around
RemoveReference
that works when the argument
702
typename ::testing::internal::
RemoveReference
<T>::type
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
Completed in 252 milliseconds