Home
last modified time | relevance | path

Searched refs:nestedB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/Verifier/
Dbitcast-address-space-nested-global.ll11 …elf1 { %struct.Self1 addrspace(1)* bitcast (%struct.Self1 addrspace(0)* @nestedB to %struct.Self1 …
12 @nestedB = constant %struct.Self1 { %struct.Self1 addrspace(1)* bitcast (%struct.Self1 addrspace(0)…
/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java2677 private final Descriptors.FieldDescriptor nestedB; field in TestUtil.ReflectionTester
2756 this.nestedB = nestedMessage .findFieldByName("bb"); in ReflectionTester()
2774 Assert.assertNotNull(nestedB ); in ReflectionTester()
2850 .setField(nestedB, 118).build()); in setAllFieldsViaReflection()
2888 .setField(nestedB, 218).build()); in setAllFieldsViaReflection()
2925 .setField(nestedB, 318).build()); in setAllFieldsViaReflection()
2995 .setField(nestedB, 518).build()); in modifyRepeatedFieldsViaReflection()
3044 .hasField(nestedB)); in assertAllFieldsSetViaReflection()
3079 .getField(nestedB)); in assertAllFieldsSetViaReflection()
3144 .getField(nestedB)); in assertAllFieldsSetViaReflection()
[all …]