HomeSort by relevance Sort by last modified time
    Searched defs:mapType (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Util.java 52 public static TypeMirror getProvidedValueTypeOfMap(DeclaredType mapType) {
53 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType);
54 return asDeclared(mapType.getTypeArguments().get(1)).getTypeArguments().get(0);
61 public static TypeMirror getValueTypeOfMap(DeclaredType mapType) {
62 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType);
63 return mapType.getTypeArguments().get(1);
69 public static TypeMirror getKeyTypeOfMap(DeclaredType mapType) {
70 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType)
    [all...]
AbstractComponentWriter.java     [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 87 DeclaredType mapType = findInterface(mapClass.mTypeMirror);
88 if (mapType == null) {
91 component = mapType.getTypeArguments().get(1);
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 270 checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
334 type mapType struct {
340 func newMapType(name string) *mapType {
341 m := &mapType{CommonType{Name: name}, 0, 0}
345 func (m *mapType) init(key, elem gobType) {
352 func (m *mapType) safeString(seen map[typeId]bool) string {
362 func (m *mapType) string() string { return m.safeString(make(map[typeId]bool)) }
643 MapT *mapType
742 info.wire = &wireType{MapT: t.(*mapType)}
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 270 checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
334 type mapType struct {
340 func newMapType(name string) *mapType {
341 m := &mapType{CommonType{Name: name}, 0, 0}
345 func (m *mapType) init(key, elem gobType) {
352 func (m *mapType) safeString(seen map[typeId]bool) string {
362 func (m *mapType) string() string { return m.safeString(make(map[typeId]bool)) }
643 MapT *mapType
742 info.wire = &wireType{MapT: t.(*mapType)}
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 233 SPIRVType *mapType(Type *T, SPIRVType *BT) {
235 SPIRVDBG(dbgs() << "[mapType] " << *T << " => ";
449 return mapType(T, BM->addVoidType());
452 return mapType(T, BM->addBoolType());
455 return mapType(T, BM->addIntegerType(T->getIntegerBitWidth()));
458 return mapType(T, BM->addFloatType(T->getPrimitiveSizeInBits()));
492 return mapType(T, PipeT);
496 return mapType(T, transSPIRVOpaqueType(SPIRVImageTy));
502 return mapType(T, BM->addOpaqueGenericType(OpCode));
504 return mapType(T, BM->addPipeType())
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 395 // mapType represents a map type.
396 type mapType struct {
736 mapType
949 tt := (*mapType)(unsafe.Pointer(t))
1005 tt := (*mapType)(unsafe.Pointer(t))
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 395 // mapType represents a map type.
396 type mapType struct {
736 mapType
949 tt := (*mapType)(unsafe.Pointer(t))
1005 tt := (*mapType)(unsafe.Pointer(t))
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /prebuilts/misc/common/asm/
asm-commons-5.2.jar 
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
asm-commons-5.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
asm-commons-5.0.1.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
asm-commons-5.2.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.1/
asm-commons-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/
asm-commons-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 

Completed in 409 milliseconds

1 2 3 4 5 6 7 8