Home
last modified time | relevance | path

Searched defs:to_string (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResource.cpp30 std::string ResourceId::to_string() const { in to_string() function in aapt::ResourceId
34 std::string ResourceName::to_string() const { in to_string() function in aapt::ResourceName
38 std::string ResourceNameRef::to_string() const { in to_string() function in aapt::ResourceNameRef
47 StringPiece to_string(ResourceType type) { in to_string() function
H A DResource.h319 inline std::string to_string(const ResourceId& id) { in to_string() function
358 inline const std::string& ResourceNamedType::to_string() const { in to_string() function
399 inline std::string_view ResourceNamedTypeRef::to_string() const { in to_string() function
H A DResourceUtils.cpp989 std::string StringBuilder::to_string() const { in to_string() function in aapt::ResourceUtils::StringBuilder
/aosp14/frameworks/base/libs/androidfw/
H A DBigBuffer.cpp79 std::string BigBuffer::to_string() const { in to_string() function in android::BigBuffer
H A DConfigDescription.cpp906 std::string ConfigDescription::to_string() const { in to_string() function in android::ConfigDescription
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DSource.h51 std::string to_string() const { in to_string() function
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_testcase_generator.cc248 MethodDeclData to_string{dex_file.GetOrDeclareMethod( in GenerateSimpleTestCases() local