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

1 2 3 4 5

  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
OnConflictProcessor.kt 36 .getAnnotationValue(annotation, fieldName)
FieldProcessor.kt 51 .getAnnotationValue(columnInfoAnnotation.get(), "name")
61 .getAnnotationValue(columnInfoAnnotation.get(), "typeAffinity")
68 collate = Collate.fromAnnotationValue(AnnotationMirrors.getAnnotationValue(
72 .getAnnotationValue(columnInfoAnnotation.get(), "index")
EntityProcessor.kt 39 import com.google.auto.common.AnnotationMirrors.getAnnotationValue
80 .getAnnotationValue(annotation, "inheritSuperIndices").getAsBoolean(false)
303 .getAnnotationValue(it, "autoGenerate")
317 val primaryKeyColumns = AnnotationMirrors.getAnnotationValue(it, "primaryKeys")
355 .getAnnotationValue(it, "autoGenerate").getAsBoolean(false)
484 .getAnnotationValue(annotation, "tableName").value.toString()
494 val arrayOfIndexAnnotations = AnnotationMirrors.getAnnotationValue(annotation,
513 val fieldInput = getAnnotationValue(a, "value").getAsStringList()
514 val unique = getAnnotationValue(a, "unique").getAsBoolean(false)
515 val nameValue = getAnnotationValue(a, "name"
    [all...]
SuppressWarningProcessor.kt 37 val value = AnnotationMirrors.getAnnotationValue(annotation, "value")
PojoProcessor.kt 26 import androidx.room.ext.getAnnotationValue
374 .getAnnotationValue(Embedded::class.java, "prefix")
410 val parentColumnInput = AnnotationMirrors.getAnnotationValue(annotation, "parentColumn")
443 .getAnnotationValue(annotation, "entity").toClassType()
457 val entityColumnInput = AnnotationMirrors.getAnnotationValue(annotation, "entityColumn")
479 val projectionInput = AnnotationMirrors.getAnnotationValue(annotation, "projection")
RawQueryMethodProcessor.kt 80 val entityList = AnnotationMirrors.getAnnotationValue(annotation, "observedEntities")
DatabaseProcessor.kt 98 val version = AnnotationMirrors.getAnnotationValue(dbAnnotation, "version")
100 val exportSchema = AnnotationMirrors.getAnnotationValue(dbAnnotation, "exportSchema")
243 val entityList = AnnotationMirrors.getAnnotationValue(dbAnnotation, "entities")
CustomConverterProcessor.kt 57 val classes = AnnotationMirrors.getAnnotationValue(annotation, "value")
QueryMethodProcessor.kt 76 AnnotationMirrors.getAnnotationValue(annotation, "value").value.toString())
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java 80 AnnotationValue av = RobolectricModel.getAnnotationValue(am, "value");
81 AnnotationValue cv = RobolectricModel.getAnnotationValue(am, "className");
82 AnnotationValue maxSdk = RobolectricModel.getAnnotationValue(am, "maxSdk");
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 102 value = getAnnotationValue(valueArg);
134 private Object getAnnotationValue(int valueArg) {
  /external/clang/include/clang/Lex/
Token.h 223 void *getAnnotationValue() const {
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
element_ext.kt 117 fun Element.getAnnotationValue(annotation: Class<out Annotation>, fieldName: String): Any? {
120 AnnotationMirrors.getAnnotationValue(it, fieldName)?.value
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 223 void *getAnnotationValue() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 223 void *getAnnotationValue() const {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ConfigurationAnnotations.java 51 import static com.google.auto.common.AnnotationMirrors.getAnnotationValue;
117 return TO_LIST_OF_TYPES.visit(getAnnotationValue(annotationMirror, elementName), elementName);
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
RobolectricModel.java 166 public static AnnotationValue getAnnotationValue(AnnotationMirror annotationMirror, String key) {
201 AnnotationValue className = getAnnotationValue(am, "className");
225 AnnotationValue av = getAnnotationValue(am, "value");
  /external/clang/lib/Parse/
ParsePragma.cpp 333 static_cast<IdentifierInfo *>(Tok.getAnnotationValue());
349 static_cast<PragmaPackInfo *>(Tok.getAnnotationValue());
364 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
373 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
381 reinterpret_cast<IdentifierInfo *>(Tok.getAnnotationValue());
425 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
464 OpenCLExtData::getFromOpaqueValue(Tok.getAnnotationValue());
500 reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
507 uintptr_t Value = reinterpret_cast<uintptr_t>(Tok.getAnnotationValue());
519 (std::pair<std::unique_ptr<Token[]>, size_t> *)Tok.getAnnotationValue();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Token.h 224 void *getAnnotationValue() const {

Completed in 1246 milliseconds

1 2 3 4 5