Home
last modified time | relevance | path

Searched defs:nestedTypes (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs85 …tring[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes) in GeneratedClrTypeInfo() method in Google.Protobuf.Reflection.GeneratedClrTypeInfo
98 public GeneratedClrTypeInfo(Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes) in GeneratedClrTypeInfo() method in Google.Protobuf.Reflection.GeneratedClrTypeInfo
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java150 … @Override public List<ReferenceType> nestedTypes(ReferenceType refType) { return null; } in getVirtualMachineProxy() method in SmaliPositionManagerTest.MockDebugProcess
/external/oj-libjdwp/src/share/back/
DReferenceTypeImpl.c492 nestedTypes(PacketInputStream *in, PacketOutputStream *out) in nestedTypes() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java764 private final Descriptor[] nestedTypes; field in Descriptors.Descriptor