Home
last modified time | relevance | path

Searched refs:TYPE_UNDEFINED (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/com/google/common/io/protocol/
DProtoBufType.java15 public static final int TYPE_UNDEFINED = 16; field in ProtoBufType
78 types.append((char) TYPE_UNDEFINED); in addElement()
93 ? TYPE_UNDEFINED in getType()
DProtoBuf.java380 wireTypes.append((char) ProtoBufType.TYPE_UNDEFINED); in parse()
500 int tagType = ProtoBufType.TYPE_UNDEFINED; in getType()
505 if (tagType == ProtoBufType.TYPE_UNDEFINED && tag < wireTypes.length()) { in getType()
509 if (tagType == ProtoBufType.TYPE_UNDEFINED && getCount(tag) > 0) { in getType()
510 Object o = getObject(tag, 0, ProtoBufType.TYPE_UNDEFINED); in getType()
556 Object o = getObject(tag, i, ProtoBufType.TYPE_UNDEFINED); in getDataSize()
625 ? ProtoBufType.TYPE_UNDEFINED in outputTo()
834 if (tagType == ProtoBufType.TYPE_UNDEFINED && msgType == null) { in assertTypeMatch()
906 case ProtoBufType.TYPE_UNDEFINED: in getDefault()
983 case ProtoBufType.TYPE_UNDEFINED: in getWireType()
[all …]
/external/openssl/crypto/dso/
Ddso_dl.c203 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) in dl_bind_var()
234 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) in dl_bind_func()
/external/bluetooth/glib/gmodule/
Dgmodule-dld.c140 if (shl_findsym ((shl_t*) &handle, symbol_name, TYPE_UNDEFINED, &p) != 0 || in _g_module_symbol()
/external/libxml2/
Dxmlmodule.c284 rc = shl_findsym(&handle, name, TYPE_UNDEFINED, symbol); in xmlModulePlatformSymbol()