Home
last modified time | relevance | path

Searched refs:CppConstantValueDecorator (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.h144 std::string CppConstantValueDecorator(
Daidl_to_cpp.cpp211 return CppConstantValueDecorator(type, raw_value, /*is_ndk=*/false); in ConstantValueDecorator()
Daidl_to_ndk.cpp59 return cpp::CppConstantValueDecorator(type, raw_value, /*is_ndk=*/true); in ConstantValueDecorator()
Daidl_to_cpp_common.cpp876 std::string CppConstantValueDecorator( in CppConstantValueDecorator() function