/aosp_15_r20/external/emboss/compiler/util/ |
H A D | ir_data_utils.py | 84 MessageT = TypeVar("MessageT", bound=ir_data.Message) variable 87 def field_specs(ir: Union[MessageT, type[MessageT]]): 96 def __init__(self, ir: MessageT): 102 ir: MessageT, 103 field_func: Callable[ 162 def _from_dict(data_cls: type[MessageT], data): 191 def from_dict(data_cls: type[MessageT], data): 203 def __init__(self, target: MutableSequence[MessageT]): 242 def __init__(self, ir: MessageT) -> None: 297 def CopyFrom(self, template: MessageT): # pylint:disable=invalid-name [all …]
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message_templates.h | 105 class MessageT; variable 119 MessageT(const Ins&... ins) : MessageT(Routing(MSG_ROUTING_CONTROL), ins...) { in MessageT() function 124 MessageT(int32_t routing_id, const Ins&... ins) in MessageT() function 165 MessageT(const Ins&... ins, Outs*... outs) in MessageT() function 171 MessageT(int32_t routing_id, const Ins&... ins, Outs*... outs) in MessageT() function
|
H A D | ipc_message_templates_impl.h | 26 MessageT<Meta, std::tuple<Ins...>, void>::MessageT(Routing routing, in MessageT() function 53 MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::MessageT( in MessageT() function
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_templates.h | 110 class MessageT; variable 124 MessageT(const Ins&... ins) : MessageT(Routing(MSG_ROUTING_CONTROL), ins...) { in MessageT() function 129 MessageT(int32_t routing_id, const Ins&... ins) in MessageT() function 170 MessageT(const Ins&... ins, Outs*... outs) in MessageT() function 176 MessageT(int32_t routing_id, const Ins&... ins, Outs*... outs) in MessageT() function
|
H A D | ipc_message_templates_impl.h | 26 MessageT<Meta, std::tuple<Ins...>, void>::MessageT(Routing routing, in MessageT() function 53 MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::MessageT( in MessageT() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dllexport-pr26549.cpp | 3 template <typename> struct MessageT { }; struct 7 template struct __declspec(dllexport) MessageT<int>; variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/CodeGenerationTests/ |
H A D | test_import_generated.swift | 78 internal class MessageT: NativeObject { class
|
H A D | test_no_include_generated.swift | 244 public class MessageT: NativeObject { class
|