Home
last modified time | relevance | path

Searched refs:StructSpecificationMessage (Results 1 – 8 of 8) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.h58 const StructSpecificationMessage& message, const string& parent_path);
61 const StructSpecificationMessage& message, const string& parent_path);
64 const StructSpecificationMessage& message,
69 const StructSpecificationMessage& message,
DHalCodeGen.cpp503 Formatter& out, const StructSpecificationMessage& message, in GenerateCppBodyFuzzFunction()
780 Formatter& out, const StructSpecificationMessage& message, in GenerateCppBodyGetAttributeFunction()
861 Formatter& out, const StructSpecificationMessage& message, in GenerateSubStructFuzzFunctionCall()
887 Formatter& out, const StructSpecificationMessage& message, in GenerateSubStructGetAttributeFunctionCall()
DDriverCodeGenBase.h144 Formatter& out, const StructSpecificationMessage& message,
DHalHidlCodeGen.h95 const StructSpecificationMessage& message,
DDriverCodeGenBase.cpp229 Formatter& out, const StructSpecificationMessage& message, in GenerateFuzzFunctionForSubStruct()
/test/vts/utils/python/mirror/
Dmirror_object.py141 CompSpecMsg.StructSpecificationMessage):
249 elif isinstance(self._if_spec_msg, CompSpecMsg.StructSpecificationMessage):
316 elif isinstance(self._if_spec_msg, CompSpecMsg.StructSpecificationMessage):
/test/vts/proto/
DComponentSpecificationMessage.proto364 message StructSpecificationMessage { message
375 repeated StructSpecificationMessage sub_struct = 2001;
391 repeated StructSpecificationMessage sub_struct = 4001;
DComponentSpecificationMessage_pb2.py1348 class StructSpecificationMessage(_message.Message): class