Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dmethod_call.h19 MethodCall(const std::string& method_name, std::unique_ptr<T> arguments) in MethodCall()
29 const std::string& method_name() const { return method_name_; } in method_name() function
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dmethod_call_unittests.cc15 const std::string method_name("method_name"); in TEST() local
Djson_method_codec.cc40 std::string method_name(method_name_iter->value.GetString()); in DecodeMethodCallInternal() local
Dstandard_codec.cc313 EncodableValue method_name = serializer.ReadValue(&stream); in DecodeMethodCallInternal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h157 char* method_name; member
182 char* method_name; member
/third_party/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py411 def as_cMethod(type_name, method_name): argument
415 def as_MethodSuffix(type_name, method_name): argument
419 def as_cProc(type_name, method_name): argument
/third_party/flutter/engine/flutter/lib/ui/
Ddart_runtime_hooks.cc76 Dart_Handle method_name = Dart_NewStringFromCString("_setupHooks"); in InitDartInternal() local
109 Dart_Handle method_name = in InitDartAsync() local
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py619 def as_MethodSuffix(type_name, method_name): argument
678 def as_cMethod(type_name, method_name): argument
687 def as_cProc(type_name, method_name): argument
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Djni_interface.cc23 #define JNI_METHOD(return_type, method_name) \ argument
/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.h84 const char *method_name; member
/third_party/protobuf/python/google/protobuf/
Dservice_reflection.py234 def _NonImplementedMethod(self, method_name, rpc_controller, callback): argument
/third_party/python/Lib/xmlrpc/
Dserver.py303 def system_methodSignature(self, method_name): argument
316 def system_methodHelp(self, method_name): argument
/third_party/protobuf/python/
Dmox.py278 def __getattr__(self, method_name): argument
295 def _CreateMockMethod(self, method_name): argument
519 def __init__(self, method_name, call_queue, replay_mode): argument
/third_party/node/src/
Dnode_messaging.cc1146 Local<Symbol> method_name = mode == TransferMode::kCloneable ? in TransferOrClone() local
1187 Local<Symbol> method_name = env()->messaging_transfer_list_symbol(); in NestedTransferables() local
1222 Local<Symbol> method_name = env()->messaging_deserialize_symbol(); in FinalizeTransferRead() local
/third_party/python/Lib/unittest/
Dsuite.py233 def _createClassOrModuleLevelException(self, result, exc, method_name, argument
Dloader.py26 def __init__(self, method_name, exception): argument
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc587 const std::string& method_name, in CallClientFunction()
/third_party/python/Lib/test/test_email/
Dtest_message.py600 def _check_disallowed_subtype_raises(self, m, method_name, subtype, method): argument
/third_party/lwip/src/netif/ppp/
Dccp.c1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c146 static int extract_method_call(VALUE method_name, MessageHeader* self, in extract_method_call()
/third_party/python/Lib/test/
Dtest_fileinput.py598 def assertExactlyOneInvocation(self, mock_file_input, method_name): argument
Dtest_logging.py4115 def record_call(self, identifier, method_name, called): argument
/third_party/python/Lib/
Dinspect.py1872 def _signature_get_user_defined_method(cls, method_name): argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs771 let method_name = ctx.resolve_func(method.signature()).name(); in deanonymize_fields() localVariable
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2429 ScopedPyObjectPtr method_name(PyString_FromString("MessageToString")); in ToUnicode() local

12