HomeSort by relevance Sort by last modified time
    Searched defs:conv3 (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 138 final Map<String, Object> conv3 = local
141 resultMap.put(conv3.get(ConversationColumns.URI).toString(),
142 ImmutableList.of(conv3));
149 ImmutableList.of(conv3, conv4));
154 resultMap.put(conv3.get(ConversationColumns.MESSAGE_LIST_URI).toString(),
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 28 struct Conv3 {
31 } conv3; variable in typeref:struct:Conv3
32 int *conv3a = conv3; // expected-error {{ambiguous}}
33 int *conv3b = conv3.operator auto();
34 int *conv3c = conv3.operator auto*();

Completed in 163 milliseconds