Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/src/call_method/
Dcodegen.rs71 pub fn new(env: Expr, method: MethodInfo, receiver: Receiver, arg_exprs: Vec<Expr>) -> Self { in new()
143 method_info: &MethodInfo, in generate_call()
241 pub struct MethodInfo { struct
246 /// a `MethodSig` instance that references it from `MethodInfo::sig()`. argument
250 impl MethodInfo { implementation
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dclient_test.cc31 struct internal::MethodInfo<UnaryMethod> { struct in pw::rpc::internal
32 static constexpr uint32_t kServiceId = 100;
33 static constexpr uint32_t kMethodId = 200;
34 static constexpr MethodType kType = MethodType::kUnary;
38 struct internal::MethodInfo<BidirectionalStreamMethod> { struct in pw::rpc::internal
39 static constexpr uint32_t kServiceId = 100;
40 static constexpr uint32_t kMethodId = 300;
41 static constexpr MethodType kType = MethodType::kBidirectionalStreaming;
H A Dsynchronous_call_test.cc37 using MethodInfo = internal::MethodInfo<TestService::TestUnaryRpc>; typedef
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dmethod_info.h31 struct MethodInfo { struct
35 static constexpr uint32_t kServiceId = 0;
36 static constexpr uint32_t kMethodId = 0;
39 static constexpr void Function() {} in Function()
/aosp_15_r20/external/clang/lib/AST/
H A DVTableBuilder.cpp829 struct MethodInfo { struct in __anon965a958e0111::ItaniumVTableBuilder
831 const CharUnits BaseOffset;
835 const CharUnits BaseOffsetInLayoutClass;
839 const uint64_t VTableIndex;
841 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function
847 MethodInfo() in MethodInfo() function
1117 const MethodInfo &MethodInfo = MI.second; in ComputeThisAdjustments() local
1519 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1584 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
2423 struct MethodInfo { struct in __anon965a958e0511::VFTableBuilder
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java56 public class MethodInfo { class
82 private MethodInfo(ConstPool cp) { in MethodInfo() method in MethodInfo
99 public MethodInfo(ConstPool cp, String methodname, String desc) { in MethodInfo() method in MethodInfo
107 MethodInfo(ConstPool cp, DataInputStream in) throws IOException { in MethodInfo() method in MethodInfo
131 public MethodInfo(ConstPool cp, String methodname, MethodInfo src, in MethodInfo() method in MethodInfo
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dserver_reader_writer.h224 using MethodInfo = internal::MethodInfo<kMethod>; in Open() local
305 using MethodInfo = internal::MethodInfo<kMethod>; in Open() local
381 using MethodInfo = internal::MethodInfo<kMethod>; in Open() local
456 using MethodInfo = internal::MethodInfo<kMethod>; in Open() local
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DSdkStore.java569 static class MethodInfo { class in SdkStore
574 public MethodInfo(MethodNode method) { in MethodInfo() method in SdkStore.MethodInfo
582 public MethodInfo(String name, int size) { in MethodInfo() method in SdkStore.MethodInfo
590 public MethodInfo(ExecutableElement methodElement) { in MethodInfo() method in SdkStore.MethodInfo
/aosp_15_r20/development/tools/apkcheck/src/com/android/apkcheck/
H A DMethodInfo.java25 public class MethodInfo { class
36 public MethodInfo(String name, String returnType) { in MethodInfo() method in MethodInfo
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DFieldListRecordBuilder.h21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {} in MethodInfo() function
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo() function
H A DMethodListRecordBuilder.h18 class MethodInfo; variable
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dpayloads_view.h131 using MethodInfo = internal::MethodInfo<kMethod>; variable
244 using MethodInfo = internal::MethodInfo<kMethod>; variable
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/
H A DTraceDataFlowInstrumentor.kt245 … data class MethodInfo(val internalClassName: String, val name: String, val returnType: String) in <lambda>() dataClass
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DManagedChannelServiceConfig.java248 static final class MethodInfo { class in ManagedChannelServiceConfig
265 MethodInfo( in MethodInfo() method in ManagedChannelServiceConfig.MethodInfo
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DTypeBoundClass.java165 class MethodInfo { class
177 public MethodInfo( in MethodInfo() method in TypeBoundClass.MethodInfo
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameAccessTest.java87 static class MethodInfo { class in JDWPStackFrameAccessTest
91 MethodInfo(String methodName) { in MethodInfo() method in JDWPStackFrameAccessTest.MethodInfo
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DClassWriterComputeMaxsTest.java1000 private static class MethodInfo { class in ClassWriterComputeMaxsTest
1005 public MethodInfo(final int maxStack, final int maxLocals) { in MethodInfo() method in ClassWriterComputeMaxsTest.MethodInfo
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp256 struct MethodInfo struct
258 bool indexed;
259 bool instanced;
260 bool ranged;
261 bool first;
262 bool baseVertex;
263 bool indirect;
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DMethodInfo.java33 public class MethodInfo extends MemberInfo implements AbstractMethodInfo, Resolvable { class
279 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, in MethodInfo() method in MethodInfo
/aosp_15_r20/external/perfetto/protos/perfetto/ipc/
H A Dwire_protocol.proto27 message MethodInfo { message
/aosp_15_r20/art/test/988-method-trace/
H A Dgen_srcs.py168 class MethodInfo: class
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dsynchronous_call_test.cc35 using MethodInfo = internal::MethodInfo<TestService::TestUnaryRpc>; typedef
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java272 public static class MethodInfo { class in ClassFile
285 public MethodInfo( in MethodInfo() method in ClassFile.MethodInfo
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dsynchronous_call_test.cc36 using MethodInfo = internal::MethodInfo<TestService::TestUnaryRpc>; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dstrmini.h171 PVOID MethodInfo; member
250 PVOID MethodInfo; member

123456