Home
last modified time | relevance | path

Searched defs:getMethods (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DApi.php165 public function getMethods() function in Google\\Protobuf\\Api
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1979 public List<MethodDescriptor> getMethods() { in getMethods() method in Descriptors.ServiceDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h764 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods() function