HomeSort by relevance Sort by last modified time
    Searched refs:GenericType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleObserver.h 38 explicit ContextLifecycleObserver(ScriptExecutionContext*, Type = GenericType);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LifecycleObserver.h 39 GenericType,
43 explicit LifecycleObserver(LifecycleContext*, Type = GenericType);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 32 static class GenericType<T>{
43 static class SimpleInheritance <T> extends GenericType<T>{}
77 Class<? extends GenericType> clazz = GenericType.class;
90 Class<? extends GenericType> clazz = GenericType.class;
171 TypeVariable<Class> typeParameter = getTypeParameter(GenericType.class);
  /external/protobuf/src/google/protobuf/
repeated_field.h 267 template <typename GenericType>
270 typedef GenericType Type;
271 static GenericType* New() { return new GenericType; }
272 static void Delete(GenericType* value) { delete value; }
273 static void Clear(GenericType* value) { value->Clear(); }
274 static void Merge(const GenericType& from, GenericType* to) {
277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 331 template <typename GenericType>
334 typedef GenericType Type;
335 static GenericType* New() { return new GenericType; }
336 static void Delete(GenericType* value) { delete value; }
337 static void Clear(GenericType* value) { value->Clear(); }
338 static void Merge(const GenericType& from, GenericType* to) {
341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
    [all...]
  /frameworks/base/tools/aidl/
Type.cpp 154 //return new GenericType(package, name, args);
1074 GenericType::GenericType(const string& package, const string& name,
1097 GenericType::GenericArgumentTypes() const
1103 GenericType::GenericArguments() const
1109 GenericType::ImportType() const
1115 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1117 fprintf(stderr, "implement GenericType::WriteToParcel\n");
1121 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1123 fprintf(stderr, "implement GenericType::CreateFromParcel\n")
    [all...]
Type.h 405 class GenericType : public Type
408 GenericType(const string& package, const string& name,
446 class GenericListType : public GenericType

Completed in 132 milliseconds