HomeSort by relevance Sort by last modified time
    Searched full:actualtype (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 70 // typedef RefTypeTraits<T>::AccessorValueType ActualType;
122 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
123 ActualType scratch_space;
125 *reinterpret_cast<const ActualType*>(
131 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
134 // be ActualType. Here we have a ValueType object and want a ActualType
135 // pointer. We can't cast a ValueType pointer to an ActualType pointer
137 // may be a generated enum type while ActualType is int32). To be safe
138 // we make a copy to get a temporary ActualType object and use it
    [all...]
reflection.h 332 // typedef RefTypeTraits<T>::AccessorValueType ActualType;
384 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
385 ActualType scratch_space;
387 *reinterpret_cast<const ActualType*>(
393 typedef typename RefTypeTraits<T>::AccessorValueType ActualType;
396 // be ActualType. Here we have a ValueType object and want a ActualType
397 // pointer. We can't cast a ValueType pointer to an ActualType pointer
399 // may be a generated enum type while ActualType is int32). To be safe
400 // we make a copy to get a temporary ActualType object and use it
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
IntrospectionUtil.java 199 public static boolean isTypeCompatible (Class<?> formalType, Class<?> actualType, boolean strict)
202 return actualType==null;
203 if (actualType==null)
207 return formalType.equals(actualType);
209 return formalType.isAssignableFrom(actualType);
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 161 Type actualType = getActualTypeArgumentFor(typeParameter);
163 actualTypeArguments.put(typeParameter, actualType);
164 // logger.log("For '" + rawType().getCanonicalName() + "' returning explicit TypeVariable : { '" + typeParameter + "(" + System.identityHashCode(typeParameter) + ")" + "' : '" + actualType +"' }");
  /external/vogar/src/vogar/
OptionParser.java 173 Type actualType = parameterizedType.getActualTypeArguments()[0];
174 if (!(actualType instanceof Class)) {
177 return getHandler(actualType);
  /art/runtime/native/
java_lang_System.cc 40 std::string actualType(PrettyTypeOf(array));
43 "%s of type %s is not an array", identifier, actualType.c_str());
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) {
478 actualType + " cannot be returned by " + methodName + "()",
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 104 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
105 return ((const actualtype*) this)->second;
117 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef
118 const char* p = ((const actualtype*) this)->second - 2;
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 69 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef
70 return ((const actualtype *) this)->second;
73 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef
74 const char *p = ((const actualtype *) this)->second - 2;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 180 Atom actualType;
197 overlayVisualsAtom, &actualType, &actualFormat,
201 if (status != Success || actualType != overlayVisualsAtom ||
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/guice/lib/build/
spring-beans.jar 
  /external/robolectric/v3/
robolectric-processor-3.1-SNAPSHOT.jar 
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 

Completed in 1192 milliseconds

1 2