Searched refs:parsed_method (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | jni_generator.py | 55 def __init__(self, parsed_method, *, java_class, is_proxy): argument 57 self.name = parsed_method.name 58 self.signature = parsed_method.signature 60 self.static = is_proxy or parsed_method.static 61 self.native_class_name = parsed_method.native_class_name 87 if parsed_method.native_class_name: 88 self.first_param_cpp_type = parsed_method.native_class_name 207 for parsed_method in parsed_file.proxy_methods: 209 NativeMethod(parsed_method, java_class=self.java_class, 212 for parsed_method in parsed_file.non_proxy_methods: [all …]
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | translate.py | 366 def _Method(module, parsed_method, interface): argument 377 interface, parsed_method.mojom_name, 378 ordinal=parsed_method.ordinal.value if parsed_method.ordinal else None) 381 parsed_method.parameter_list 383 if parsed_method.response_parameter_list is not None: 386 parsed_method.response_parameter_list 388 method.attributes = _AttributeListToDict(parsed_method.attribute_list)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/ |
D | observability_logging_sink.cc | 456 for (auto& parsed_method : rpc_event_config.parsed_methods) { in Configuration() local 458 std::string(parsed_method.service), std::string(parsed_method.method)}); in Configuration()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/ |
H A D | observability_logging_sink.cc | 456 for (auto& parsed_method : rpc_event_config.parsed_methods) { in Configuration() local 458 std::string(parsed_method.service), std::string(parsed_method.method)}); in Configuration()
|
/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | core.py | 5466 parsed_method = method 5482 if parsed_method != 1: 5490 METHOD_NUM_TO_NAME_MAP.get(parsed_method, parsed_method) 5503 … parsed_class, parsed_method, parsed_tag, parsed_header, to_parse, parsed_trailer = info
|