OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUtf8InCpp
(Results
1 - 3
of
3
) sorted by null
/system/tools/aidl/
type_namespace.h
357
} else if (aidl_type.
IsUtf8InCpp
() && type_name == "java.lang.String") {
398
aidl_type.
IsUtf8InCpp
()) {
407
if (aidl_type.IsUtf8() && aidl_type.
IsUtf8InCpp
()) {
418
(aidl_type.IsUtf8() || aidl_type.
IsUtf8InCpp
())) {
431
} else { // aidl_type.
IsUtf8InCpp
()
aidl_unittest.cpp
159
EXPECT_EQ(parse_result->GetMethods()[0]->GetType().
IsUtf8InCpp
(),
aidl_language.h
83
bool
IsUtf8InCpp
() const {
Completed in 39 milliseconds