Home
last modified time | relevance | path

Searched defs:memberName (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_smq_type_emitter.cpp95 std::string memberName = (index == std::string::npos) ? name : StringHelper::SubStr(name, index + 1); in EmitCppUnMarshalling() local
H A Dhdi_struct_type_emitter.cpp70 std::string memberName = std::get<0>(it); in EmitCTypeDecl() local
93 std::string memberName = std::get<0>(it); in EmitCppTypeDecl() local
H A Dhdi_union_type_emitter.cpp70 std::string memberName = std::get<0>(it); in EmitCTypeDecl() local
88 std::string memberName = std::get<0>(it); in EmitCppTypeDecl() local
H A Dhdi_map_type_emitter.cpp117 std::string memberName = (index == std::string::npos) ? name : StringHelper::SubStr(name, index + 1); in EmitCppUnMarshalling() local
H A Dhdi_array_type_emitter.cpp509 std::string memberName = (index == std::string::npos) ? name : StringHelper::SubStr(name, index + 1); in EmitCppUnMarshalling() local
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_enum_type.h120 inline bool HasMember(std::string memberName) in HasMember() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp267 std::string memberName = type->GetMemberName(i); in EmitCustomTypeMarshallingImpl() local
304 std::string memberName = type->GetMemberName(i); in EmitCustomTypeUnmarshallingImpl() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_custom_types_code_emitter.cpp260 std::string memberName = type->GetMemberName(i); in EmitCustomTypeMarshallingImpl() local
446 void CCustomTypesCodeEmitter::EmitArrayMemberUnmarshalling(const AutoPtr<ASTType> &type, const std::string &memberName, in EmitArrayMemberUnmarshalling() argument
380 EmitMemberUnmarshalling(const AutoPtr<ASTType> &type, const std::string &name, const std::string &memberName, StringBuilder &sb, const std::string &prefix) EmitMemberUnmarshalling() argument
419 EmitStringMemberUnmarshalling(const AutoPtr<HdiTypeEmitter> &typeEmitter, const std::string &memberName, const std::string &varName, StringBuilder &sb, const std::string &prefix) EmitStringMemberUnmarshalling() argument
510 std::string memberName = type->GetMemberName(i); EmitCustomTypeMemoryRecycle() local
[all...]
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1440 std::string memberName = token.value; in ParseStructMember() local
1517 std::string memberName = token.value; in ParseUnionMember() local

Completed in 10 milliseconds