Home
last modified time | relevance | path

Searched refs:nestedB (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/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/core/src/test/java/com/google/protobuf/
DTestUtil.java2644 private final Descriptors.FieldDescriptor nestedB; field in TestUtil.ReflectionTester
2727 this.nestedB = nestedMessage .findFieldByName("bb"); in ReflectionTester()
2746 Assert.assertNotNull(nestedB ); in ReflectionTester()
2823 .setField(nestedB, 118).build()); in setAllFieldsViaReflection()
2835 .setField(nestedB, 127).build()); in setAllFieldsViaReflection()
2867 .setField(nestedB, 218).build()); in setAllFieldsViaReflection()
2876 .setField(nestedB, 227).build()); in setAllFieldsViaReflection()
2907 .setField(nestedB, 318).build()); in setAllFieldsViaReflection()
2916 .setField(nestedB, 327).build()); in setAllFieldsViaReflection()
2953 .setField(nestedB, 602).build()); in setAllFieldsViaReflection()
[all …]