Home
last modified time | relevance | path

Searched refs:kUtf8Annotation (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_namespace.h47 extern const char kUtf8Annotation[];
415 kUtf8Annotation, kUtf8InCppAnnotation); in GetValidatableType()
435 (utf8) ? kUtf8Annotation : kUtf8InCppAnnotation; in GetValidatableType()
451 (utf8) ? kUtf8Annotation : kUtf8InCppAnnotation; in GetValidatableType()
Dtype_namespace.cpp47 const char kUtf8Annotation[] = "@utf8"; variable