Home
last modified time | relevance | path

Searched refs:getNestedType (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptor.php94 public function getNestedType() function
201 foreach ($proto->getNestedType() as $nested_proto) {
H A DDescriptorPool.php99 foreach ($descriptor->getNestedType() as $nested_type) {
180 foreach ($desc->getNestedType() as $nested_type) {
H A DDescriptorProto.php169 public function getNestedType() function
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php331 $this->assertSame(0, sizeof($desc->getNestedType()));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java643 * messageType.getNestedType(i).getIndex() == i
880 nestedTypes[i] = new Descriptor(proto.getNestedType(i), file, this, i); in Descriptor()
944 nestedTypes[i].setProto(proto.getNestedType(i)); in setProto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h382 TypeIndex getNestedType() const { return Type; } in getNestedType() function in llvm::codeview::NestedTypeRecord

Completed in 12 milliseconds