Home
last modified time | relevance | path

Searched refs:AppFunctionDataTypeMetadata (Results 1 – 25 of 30) sorted by relevance

12

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionDataTypeMetadata.kt25 AppFunctionDataTypeMetadata.TYPE_UNIT, in <lambda>()
26 AppFunctionDataTypeMetadata.TYPE_BOOLEAN, in <lambda>()
27 AppFunctionDataTypeMetadata.TYPE_BYTES, in <lambda>()
28 AppFunctionDataTypeMetadata.TYPE_OBJECT, in <lambda>()
29 AppFunctionDataTypeMetadata.TYPE_DOUBLE, in <lambda>()
30 AppFunctionDataTypeMetadata.TYPE_FLOAT, in <lambda>()
31 AppFunctionDataTypeMetadata.TYPE_LONG, in <lambda>()
32 AppFunctionDataTypeMetadata.TYPE_INT, in <lambda>()
33 AppFunctionDataTypeMetadata.TYPE_STRING, in <lambda>()
34 AppFunctionDataTypeMetadata.TYPE_ARRAY, in <lambda>()
[all …]
DAppFunctionResponseMetadata.kt25 public val valueType: AppFunctionDataTypeMetadata
DAppFunctionComponentsMetadata.kt37 public val dataTypes: Map<String, AppFunctionDataTypeMetadata> = emptyMap(), in <lambda>()
/appfunctions/appfunctions-common/src/test/java/androidx/appfunctions/metadata/
DAppFunctionComponentsMetadataTest.kt27 AppFunctionPrimitiveTypeMetadata(AppFunctionDataTypeMetadata.TYPE_INT, false) in appFunctionComponentsMetadata_equalsAndHashCode()
29 AppFunctionPrimitiveTypeMetadata(AppFunctionDataTypeMetadata.TYPE_STRING, true) in appFunctionComponentsMetadata_equalsAndHashCode()
50 AppFunctionPrimitiveTypeMetadata(AppFunctionDataTypeMetadata.TYPE_INT, false) in toAppFunctionComponentsMetadataDocument_returnsCorrectDocument()
52 AppFunctionPrimitiveTypeMetadata(AppFunctionDataTypeMetadata.TYPE_STRING, true) in toAppFunctionComponentsMetadataDocument_returnsCorrectDocument()
67 type = AppFunctionDataTypeMetadata.TYPE_INT, in toAppFunctionComponentsMetadataDocument_returnsCorrectDocument()
75 type = AppFunctionDataTypeMetadata.TYPE_STRING, in toAppFunctionComponentsMetadataDocument_returnsCorrectDocument()
92 type = AppFunctionDataTypeMetadata.TYPE_INT, in componentsMetadataDocument_toAppFunctionComponentsMetadata_returnsCorrectMetadata()
100 type = AppFunctionDataTypeMetadata.TYPE_STRING, in componentsMetadataDocument_toAppFunctionComponentsMetadata_returnsCorrectMetadata()
115 AppFunctionDataTypeMetadata.TYPE_INT, in componentsMetadataDocument_toAppFunctionComponentsMetadata_returnsCorrectMetadata()
120 AppFunctionDataTypeMetadata.TYPE_STRING, in componentsMetadataDocument_toAppFunctionComponentsMetadata_returnsCorrectMetadata()
DAppFunctionDataTypeMetadataTest.kt256 AppFunctionDataTypeMetadata.PRIMITIVE_TYPES.forEach { type -> in <lambda>()
270 type = AppFunctionDataTypeMetadata.TYPE_ARRAY, in <lambda>()
273 type = AppFunctionDataTypeMetadata.TYPE_STRING, in <lambda>()
286 type = AppFunctionDataTypeMetadata.TYPE_STRING, in <lambda>()
298 type = AppFunctionDataTypeMetadata.TYPE_OBJECT, in <lambda>()
305 type = AppFunctionDataTypeMetadata.TYPE_INT, in <lambda>()
324 type = AppFunctionDataTypeMetadata.TYPE_INT, in <lambda>()
339 type = AppFunctionDataTypeMetadata.TYPE_REFERENCE, in <lambda>()
359 type = AppFunctionDataTypeMetadata.TYPE_ALL_OF, in <lambda>()
363 type = AppFunctionDataTypeMetadata.TYPE_INT, in <lambda>()
[all …]
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$DerivedSerializableOutputFunctions_AppFunctionInventory.KT7 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
57 Map<String, AppFunctionDataTypeMetadata> = mapOf(
81 Map<String, AppFunctionDataTypeMetadata> = mapOf(
99 List<AppFunctionDataTypeMetadata> = listOf(
118 List<AppFunctionDataTypeMetadata> = listOf(
129 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
179 Map<String, AppFunctionDataTypeMetadata> = mapOf(
203 Map<String, AppFunctionDataTypeMetadata> = mapOf(
221 List<AppFunctionDataTypeMetadata> = listOf(
240 List<AppFunctionDataTypeMetadata> = listOf(
[all …]
D$DerivedSerializableInputFunctions_AppFunctionInventory.KT7 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
73 Map<String, AppFunctionDataTypeMetadata> = mapOf(
97 Map<String, AppFunctionDataTypeMetadata> = mapOf(
115 List<AppFunctionDataTypeMetadata> = listOf(
134 List<AppFunctionDataTypeMetadata> = listOf(
145 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
209 Map<String, AppFunctionDataTypeMetadata> = mapOf(
233 Map<String, AppFunctionDataTypeMetadata> = mapOf(
251 List<AppFunctionDataTypeMetadata> = listOf(
270 List<AppFunctionDataTypeMetadata> = listOf(
[all …]
D$NestedDerivedSerializableOutputFunctions_AppFunctionInventory.KT7 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
61 Map<String, AppFunctionDataTypeMetadata> = mapOf(
99 Map<String, AppFunctionDataTypeMetadata> = mapOf(
119 List<AppFunctionDataTypeMetadata> = listOf(
138 List<AppFunctionDataTypeMetadata> = listOf(
149 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
206 Map<String, AppFunctionDataTypeMetadata> = mapOf(
244 Map<String, AppFunctionDataTypeMetadata> = mapOf(
264 List<AppFunctionDataTypeMetadata> = listOf(
283 List<AppFunctionDataTypeMetadata> = listOf(
[all …]
D$NestedDerivedSerializableInputFunctions_AppFunctionInventory.KT7 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
75 Map<String, AppFunctionDataTypeMetadata> = mapOf(
113 Map<String, AppFunctionDataTypeMetadata> = mapOf(
133 List<AppFunctionDataTypeMetadata> = listOf(
152 List<AppFunctionDataTypeMetadata> = listOf(
163 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
234 Map<String, AppFunctionDataTypeMetadata> = mapOf(
272 Map<String, AppFunctionDataTypeMetadata> = mapOf(
292 List<AppFunctionDataTypeMetadata> = listOf(
311 List<AppFunctionDataTypeMetadata> = listOf(
[all …]
D$FunctionWithGenericSerializable_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
80 Map<String, AppFunctionDataTypeMetadata> = mapOf(
104 Map<String, AppFunctionDataTypeMetadata> = mapOf(
128 Map<String, AppFunctionDataTypeMetadata> = mapOf(
158 Map<String, AppFunctionDataTypeMetadata> = mapOf(
188 Map<String, AppFunctionDataTypeMetadata> = mapOf(
230 Map<String, AppFunctionDataTypeMetadata> = mapOf(
260 Map<String, AppFunctionDataTypeMetadata> = mapOf(
277 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$FakeAllPrimitiveReturnsImpl_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
72 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
114 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
150 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
186 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
222 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
258 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
294 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
330 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
372 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
[all …]
D$SerializableOutputFunctions_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
67 Map<String, AppFunctionDataTypeMetadata> = mapOf(
86 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
147 Map<String, AppFunctionDataTypeMetadata> = mapOf(
166 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
227 Map<String, AppFunctionDataTypeMetadata> = mapOf(
246 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
301 Map<String, AppFunctionDataTypeMetadata> = mapOf(
320 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$RecursiveSerializableInputFunctions_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
70 Map<String, AppFunctionDataTypeMetadata> = mapOf(
87 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
150 Map<String, AppFunctionDataTypeMetadata> = mapOf(
167 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
230 Map<String, AppFunctionDataTypeMetadata> = mapOf(
247 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
304 Map<String, AppFunctionDataTypeMetadata> = mapOf(
321 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$SerializableInputFunctions_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
83 Map<String, AppFunctionDataTypeMetadata> = mapOf(
102 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
177 Map<String, AppFunctionDataTypeMetadata> = mapOf(
196 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
271 Map<String, AppFunctionDataTypeMetadata> = mapOf(
290 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
359 Map<String, AppFunctionDataTypeMetadata> = mapOf(
378 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
453 Map<String, AppFunctionDataTypeMetadata> = mapOf(
[all …]
D$AppFunctionWithOutputFromDifferentPackage_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
57 Map<String, AppFunctionDataTypeMetadata> = mapOf(
74 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
124 Map<String, AppFunctionDataTypeMetadata> = mapOf(
141 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$AllPrimitiveInputFunctions_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
80 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
129 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
178 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
227 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
276 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
325 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
374 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
423 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
472 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
[all …]
D$AppFunctionWithInputFromDifferentPackage_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
90 Map<String, AppFunctionDataTypeMetadata> = mapOf(
114 Map<String, AppFunctionDataTypeMetadata> = mapOf(
131 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$FunctionWithSerializableProxyInput_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
104 Map<String, AppFunctionDataTypeMetadata> = mapOf(
133 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
226 Map<String, AppFunctionDataTypeMetadata> = mapOf(
262 Map<String, AppFunctionDataTypeMetadata> = mapOf(
315 Map<String, AppFunctionDataTypeMetadata> = mapOf(
338 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$ParcelablePrimitiveFunctions_AppFunctionInventory.KT5 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
57 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
92 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$SimpleFunction_AppFunctionInventory.KT5 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
42 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
D$FakeAllPrimitiveParamsImpl_AppFunctionInventory.KT6 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
130 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
326 private val COMPONENTS_METADATA_DATA_TYPES_MAP: Map<String, AppFunctionDataTypeMetadata> =
/appfunctions/appfunctions-common/api/
Drestricted_current.txt185 …s AppFunctionAllOfTypeMetadata extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata {
186 …tadata(java.util.List<? extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> matchA…
187 …method public java.util.List<androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> getMatchA…
189 …property public java.util.List<androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> matchAl…
197 …s AppFunctionArrayTypeMetadata extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata {
198 …ic AppFunctionArrayTypeMetadata(androidx.appfunctions.metadata.AppFunctionDataTypeMetadata itemTyp…
199 method public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata getItemType();
200 property public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata itemType;
209 ….Map<java.lang.String,? extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> dataTy…
210 … java.util.Map<java.lang.String,androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> getDat…
[all …]
Dcurrent.txt185 …s AppFunctionAllOfTypeMetadata extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata {
186 …tadata(java.util.List<? extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> matchA…
187 …method public java.util.List<androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> getMatchA…
189 …property public java.util.List<androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> matchAl…
197 …s AppFunctionArrayTypeMetadata extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata {
198 …ic AppFunctionArrayTypeMetadata(androidx.appfunctions.metadata.AppFunctionDataTypeMetadata itemTyp…
199 method public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata getItemType();
200 property public androidx.appfunctions.metadata.AppFunctionDataTypeMetadata itemType;
209 ….Map<java.lang.String,? extends androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> dataTy…
210 … java.util.Map<java.lang.String,androidx.appfunctions.metadata.AppFunctionDataTypeMetadata> getDat…
[all …]
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionDataSpec.kt22 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
41 internal abstract fun getDataType(key: String): AppFunctionDataTypeMetadata? in getDataType()
158 override fun getDataType(key: String): AppFunctionDataTypeMetadata? { in getDataType()
174 override fun getDataType(key: String): AppFunctionDataTypeMetadata? { in getDataType()
183 fun AppFunctionDataTypeMetadata.conform(typeClazz: Class<*>, isCollection: Boolean): Boolean { in AppFunctionDataTypeMetadata() method
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt36 import androidx.appfunctions.metadata.AppFunctionDataTypeMetadata in <lambda>()
223 val sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata> = mutableMapOf() in <lambda>()
255 sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata>, in <lambda>()
285 sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata>, in <lambda>()
288 ): AppFunctionDataTypeMetadata { in <lambda>()
444 sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata>, in <lambda>()
484 val matchAllSuperTypesList: List<AppFunctionDataTypeMetadata> = buildList { in <lambda>()
579 sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata>, in <lambda>()
606 sharedDataTypeMap: MutableMap<String, AppFunctionDataTypeMetadata>, in <lambda>()
611 val appFunctionSerializablePropertiesMap: Map<String, AppFunctionDataTypeMetadata> = in <lambda>()

12