/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/src/call_method/ |
D | codegen.rs | 71 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 D | client_test.cc | 31 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 D | synchronous_call_test.cc | 37 using MethodInfo = internal::MethodInfo<TestService::TestUnaryRpc>; typedef
|
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
H A D | method_info.h | 31 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 D | VTableBuilder.cpp | 829 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 D | MethodInfo.java | 56 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 D | server_reader_writer.h | 224 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 D | SdkStore.java | 569 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 D | MethodInfo.java | 25 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 D | FieldListRecordBuilder.h | 21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {} in MethodInfo() function 23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo() function
|
H A D | MethodListRecordBuilder.h | 18 class MethodInfo; variable
|
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/ |
H A D | payloads_view.h | 131 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 D | TraceDataFlowInstrumentor.kt | 245 … 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 D | ManagedChannelServiceConfig.java | 248 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 D | TypeBoundClass.java | 165 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 D | JDWPStackFrameAccessTest.java | 87 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 D | ClassWriterComputeMaxsTest.java | 1000 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 D | glsDrawTest.cpp | 256 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 D | MethodInfo.java | 33 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 D | wire_protocol.proto | 27 message MethodInfo { message
|
/aosp_15_r20/art/test/988-method-trace/ |
H A D | gen_srcs.py | 168 class MethodInfo: class
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | synchronous_call_test.cc | 35 using MethodInfo = internal::MethodInfo<TestService::TestUnaryRpc>; typedef
|
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/ |
H A D | ClassFile.java | 272 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 D | synchronous_call_test.cc | 36 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/ |
D | strmini.h | 171 PVOID MethodInfo; member 250 PVOID MethodInfo; member
|