HomeSort by relevance Sort by last modified time
    Searched refs:TypeName (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium/third_party/libjingle/source/talk/base/
constructormagic.h 31 #define DISALLOW_ASSIGN(TypeName) \
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
51 TypeName(); \
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
constructormagic.h 31 #define DISALLOW_ASSIGN(TypeName) \
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
51 TypeName(); \
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
pp_utils.h 14 #define PP_DISALLOW_COPY_AND_ASSIGN(TypeName) \
15 TypeName(const TypeName&); \
16 void operator=(const TypeName&)
  /frameworks/av/media/libeffects/loudness/common/core/
types.h 25 #define LE_FX_DISALLOW_COPY_AND_ASSIGN(TypeName) \
26 TypeName(const TypeName&); \
27 void operator=(const TypeName&)
  /external/webrtc/src/system_wrappers/interface/
constructor_magic.h 20 #define DISALLOW_ASSIGN(TypeName) \
21 void operator=(const TypeName&)
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
28 TypeName(const TypeName&); \
29 DISALLOW_ASSIGN(TypeName)
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
35 DISALLOW_COPY_AND_ASSIGN(TypeName)
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
46 TypeName(); \
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
port.h 20 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
21 TypeName(const TypeName&); \
22 void operator=(const TypeName&)
24 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
25 TypeName(); \
26 DISALLOW_COPY_AND_ASSIGN(TypeName)
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
macros.h 12 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
13 TypeName(const TypeName&); \
14 void operator=(const TypeName&)
  /external/chromium_org/third_party/cld/base/
macros.h 85 // void operator=(const TypeName&); // DISALLOW_ASSIGN
89 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
90 TypeName(const TypeName&); \
91 void operator=(const TypeName&)
95 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
103 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
104 TypeName(); \
105 DISALLOW_COPY_AND_ASSIGN(TypeName)
    [all...]
basictypes.h 80 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
81 TypeName(const TypeName&); \
82 void operator=(const TypeName&)
85 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
93 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
94 TypeName(); \
95 DISALLOW_COPY_AND_ASSIGN(TypeName)
111 template <typename T, size_t N
    [all...]
  /external/ceres-solver/include/ceres/internal/
macros.h 47 // void operator=(const TypeName&); // _DISALLOW_ASSIGN
52 #define CERES_DISALLOW_COPY_AND_ASSIGN(TypeName) \
53 TypeName(const TypeName&); \
54 void operator=(const TypeName&)
62 #define CERES_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
63 TypeName(); \
64 CERES_DISALLOW_COPY_AND_ASSIGN(TypeName)
80 template <typename T, size_t N>
87 template <typename T, size_t N
    [all...]
  /external/chromium/googleurl/base/
basictypes.h 27 template <typename T, size_t N>
34 template <typename T, size_t N>
84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
  /external/chromium_org/third_party/angle_dx11/src/common/
angleutils.h 16 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
17 TypeName(const TypeName&); \
18 void operator=(const TypeName&)
20 template <typename T, unsigned int N>
26 template <typename T, unsigned int N>
35 template <typename T>
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 79 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
80 TypeName(const TypeName&); \
81 void operator=(const TypeName&)
  /external/chromium_org/base/
basictypes.h 82 #define DISALLOW_COPY(TypeName) \
83 TypeName(const TypeName&)
86 #define DISALLOW_ASSIGN(TypeName) \
87 void operator=(const TypeName&)
91 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
92 TypeName(const TypeName&); \
93 void operator=(const TypeName&)
100 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
types.h 64 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
65 TypeName(const TypeName&); \
66 void operator=(const TypeName&)
74 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
75 TypeName(); \
76 DISALLOW_COPY_AND_ASSIGN(TypeName)
92 template <typename T, size_t N>
99 template <typename T, size_t N>
  /frameworks/ex/variablespeed/jni/
macros.h 42 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
43 TypeName(const TypeName&); \
44 void operator=(const TypeName&)
  /external/chromium/base/
basictypes.h 84 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
101 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
102 TypeName(); \
103 DISALLOW_COPY_AND_ASSIGN(TypeName)
119 template <typename T, size_t N
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
type.h 61 #define NO_COPY_AND_ASSIGN(TypeName) \
62 TypeName(const TypeName&); \
63 void operator=(const TypeName&)
68 template<typename To, typename From>
73 template<typename To, typename From> // use like this: down_cast<T*>(foo);
  /art/runtime/base/
macros.h 48 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
49 TypeName(const TypeName&); \
50 void operator=(const TypeName&)
58 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
59 TypeName(); \
60 DISALLOW_COPY_AND_ASSIGN(TypeName)
76 template <typename T, size_t N>
157 template<typename T> void UNUSED(const T&) {}
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key)
    [all...]
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key)
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 122 protected static abstract class TypeName extends TypeData {
129 protected TypeName() {
141 if (!(neighbor instanceof TypeName))
144 TypeName neighbor2 = (TypeName)neighbor;
152 TypeName tn = (TypeName)list2.get(i);
189 if (obj instanceof TypeName) {
191 TypeName tn = (TypeName)obj
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 100 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
101 TypeName(const TypeName&); \
102 void operator=(const TypeName&)
119 template <typename T, size_t N>
126 template <typename T, size_t N>

Completed in 426 milliseconds

1 2 3 4