Home
last modified time | relevance | path

Searched defs:getFullName (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java446 public String getFullName() { return fullName; } in getFullName() method in Descriptors.Descriptor
653 public String getFullName() { return fullName; } in getFullName() method in Descriptors.FieldDescriptor
1158 public String getFullName() { return fullName; } in getFullName() method in Descriptors.EnumDescriptor
1273 public String getFullName() { return fullName; } in getFullName() method in Descriptors.EnumValueDescriptor
1334 public String getFullName() { return fullName; } in getFullName() method in Descriptors.ServiceDescriptor
1424 public String getFullName() { return fullName; } in getFullName() method in Descriptors.MethodDescriptor
1515 String getFullName(); in getFullName() method
1741 public String getFullName() { return fullName; } in getFullName() method in Descriptors.DescriptorPool.PackageDescriptor
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DJmeSystem.java56 public static String getFullName() { in getFullName() method in JmeSystem
DJmeSystemDelegate.java68 public String getFullName() { in getFullName() method in JmeSystemDelegate
/external/llvm/utils/lit/lit/
DTest.py72 def getFullName(self): member in Test
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp245 std::string MachineBasicBlock::getFullName() const { in getFullName() function in MachineBasicBlock