Searched refs:real_type (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc96 inline FieldDescriptor::Type real_type(FieldType type) { function in namespace:google::protobuf::internal
334 switch (real_type(type)) {
367 switch (real_type(type)) {
398 switch (real_type(type)) {
H A Dextension_set.cc52 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon4168
58 return WireFormatLite::FieldTypeToCppType(real_type(type));
720 WireFormatLite::WireTypeForFieldType(real_type(extension.type));
1110 switch (real_type(type)) {
1143 switch (real_type(type)) {
1174 switch (real_type(type)) {
1236 switch (real_type(type)) {
1285 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1287 switch (real_type(type)) {
1327 result += WireFormatLite::TagSize(number, real_type(typ
[all...]
/external/bluetooth/bluez/audio/
H A Dtelephony-ofono.c421 int real_type = dbus_message_iter_get_arg_type(iter); local
423 if (real_type != type) {
425 (char) type, (char) real_type);
H A Dtelephony-maemo5.c1381 int real_type = dbus_message_iter_get_arg_type(iter); local
1383 if (real_type != type) {
1385 (char) type, (char) real_type);
H A Dtelephony-maemo6.c1280 int real_type = dbus_message_iter_get_arg_type(iter); local
1282 if (real_type != type) {
1284 (char) type, (char) real_type);

Completed in 420 milliseconds