Searched defs:memberName (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_smq_type_emitter.cpp | 95 std::string memberName = (index == std::string::npos) ? name : StringHelper::SubStr(name, index + 1);
in EmitCppUnMarshalling() local
|
H A D | hdi_struct_type_emitter.cpp | 70 std::string memberName = std::get<0>(it);
in EmitCTypeDecl() local 93 std::string memberName = std::get<0>(it);
in EmitCppTypeDecl() local
|
H A D | hdi_union_type_emitter.cpp | 70 std::string memberName = std::get<0>(it);
in EmitCTypeDecl() local 88 std::string memberName = std::get<0>(it);
in EmitCppTypeDecl() local
|
H A D | hdi_map_type_emitter.cpp | 117 std::string memberName = (index == std::string::npos) ? name : StringHelper::SubStr(name, index + 1); in EmitCppUnMarshalling() local
|
H A D | hdi_array_type_emitter.cpp | 509 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 D | ast_enum_type.h | 120 inline bool HasMember(std::string memberName)
in HasMember() argument
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_custom_types_code_emitter.cpp | 267 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 D | c_custom_types_code_emitter.cpp | 260 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 D | parser.cpp | 1440 std::string memberName = token.value;
in ParseStructMember() local 1517 std::string memberName = token.value;
in ParseUnionMember() local
|
Completed in 10 milliseconds