HomeSort by relevance Sort by last modified time
    Searched refs:contained_type (Results 1 - 7 of 7) sorted by null

  /external/libbrillo/brillo/
any.h 86 const char* contained_type = GetTypeTagInternal(); local
87 if (strcmp(GetTypeTag<CanonicalDestType>(), contained_type) == 0)
100 if (strcmp(GetTypeTag<CanonicalDestTypeNoConst>(), contained_type) == 0)
105 if (strcmp(GetTypeTag<CanonicalDestTypeNoVolatile>(), contained_type) == 0)
111 contained_type) == 0;
  /external/dbus/dbus/
dbus-marshal-recursive.h 168 const DBusString *contained_type,
174 const DBusString *contained_type,
dbus-marshal-recursive.c     [all...]
dbus-marshal-validate.c 566 int contained_type; local
593 contained_type = _dbus_first_type_in_signature (&sig, 0);
594 if (contained_type == DBUS_TYPE_INVALID)
597 contained_alignment = _dbus_type_get_alignment (contained_type);
    [all...]
dbus-marshal-header.c 294 DBusString contained_type; local
311 _dbus_string_init_const_len (&contained_type, buf, 1);
314 &contained_type, 0, &variant))
    [all...]
  /system/tools/aidl/
type_cpp.cpp 533 const Type* contained_type = FindTypeByCanonicalName(type_name); local
534 if (!contained_type) {
539 if (contained_type->IsCppPrimitive()) {
546 if (contained_type->CanonicalName() == kStringCanonicalName ||
547 contained_type->CanonicalName() == kUtf8InCppStringCanonicalName ||
548 contained_type == IBinderType()) {
type_java.cpp 715 const Type* contained_type)
716 : Type(types, "java.util", "List<" + contained_type->CanonicalName() + ">",
718 m_contained_type(contained_type),
719 m_creator(contained_type->CreatorName()) {}
892 const Type* contained_type = FindTypeByCanonicalName(contained_type_name); local
    [all...]

Completed in 548 milliseconds