Home
last modified time | relevance | path

Searched defs:MessageT (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/emboss/compiler/util/
H A Dir_data_utils.py84 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 Dipc_message_templates.h105 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 Dipc_message_templates_impl.h26 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 Dipc_message_templates.h110 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 Dipc_message_templates_impl.h26 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 Ddllexport-pr26549.cpp3 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 Dtest_import_generated.swift78 internal class MessageT: NativeObject { class
H A Dtest_no_include_generated.swift244 public class MessageT: NativeObject { class