/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | Descriptor.php | 94 public function getNestedType() function in Google\\Protobuf\\Internal\\Descriptor 201 foreach ($proto->getNestedType() as $nested_proto) {
|
D | DescriptorPool.php | 99 foreach ($descriptor->getNestedType() as $nested_type) { 180 foreach ($desc->getNestedType() as $nested_type) {
|
D | DescriptorProto.php | 169 public function getNestedType() function in Google\\Protobuf\\Internal\\DescriptorProto
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Descriptor.php | 95 public function getNestedType() function in Google\\Protobuf\\Internal\\Descriptor 215 foreach ($proto->getNestedType() as $nested_proto) {
|
D | DescriptorPool.php | 100 foreach ($descriptor->getNestedType() as $nested_type) { 181 foreach ($desc->getNestedType() as $nested_type) {
|
D | DescriptorProto.php | 169 public function getNestedType() function in Google\\Protobuf\\Internal\\DescriptorProto
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | FieldListRecordBuilder.cpp | 92 Builder.writeTypeIndex(Record.getNestedType()); in writeNestedType()
|
D | TypeDumper.cpp | 538 printTypeIndex("Type", Nested.getNestedType()); in visitNestedType()
|
/external/protobuf/php/tests/ |
D | PhpImplementationTest.php | 337 $this->assertSame(0, sizeof($desc->getNestedType()));
|
/external/cronet/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 337 $this->assertSame(0, sizeof($desc->getNestedType()));
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 919 nestedTypes[i] = new Descriptor(proto.getNestedType(i), file, this, i); in Descriptor() 1033 nestedTypes[i].setProto(proto.getNestedType(i)); in setProto()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 919 nestedTypes[i] = new Descriptor(proto.getNestedType(i), file, this, i); in Descriptor() 1033 nestedTypes[i].setProto(proto.getNestedType(i)); in setProto()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 382 TypeIndex getNestedType() const { return Type; } in getNestedType() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 395 TypeIndex getNestedType() const { return Type; } in getNestedType() function
|