OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicType
(Results
1 - 4
of
4
) sorted by null
/external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java
22
TypeData INTEGER = new TypeData.
BasicType
("int", StackMapTable.INTEGER);
23
TypeData FLOAT = new TypeData.
BasicType
("float", StackMapTable.FLOAT);
24
TypeData DOUBLE = new TypeData.
BasicType
("double", StackMapTable.DOUBLE);
25
TypeData LONG = new TypeData.
BasicType
("long", StackMapTable.LONG);
TypeData.java
76
protected static class
BasicType
extends TypeData {
80
public
BasicType
(String type, int tag) {
/frameworks/base/tools/aidl/
Type.cpp
42
VOID_TYPE = new
BasicType
("void",
50
BYTE_TYPE = new
BasicType
("byte",
58
INT_TYPE = new
BasicType
("int",
63
LONG_TYPE = new
BasicType
("long",
68
FLOAT_TYPE = new
BasicType
("float",
73
DOUBLE_TYPE = new
BasicType
("double",
323
BasicType
::
BasicType
(const string& name, const string& marshallParcel,
343
BasicType
::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
349
BasicType
::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**
[
all
...]
Type.h
88
class
BasicType
: public Type
91
BasicType
(const string& name,
Completed in 228 milliseconds