OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int32Value
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java
443
Integer
int32Value
= (Integer) value;
444
output.writeInt32NoTag(
int32Value
);
699
Integer
int32Value
= (Integer) value;
700
return CodedOutputByteBufferNano.computeInt32Size(fieldNumber,
int32Value
);
[
all
...]
/frameworks/av/include/media/stagefright/foundation/
AMessage.h
169
int32_t
int32Value
;
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
237
BASIC_TYPE(Int32,
int32Value
,int32_t)
517
"int32_t %s = %d", item.mName, item.u.
int32Value
);
614
item->u.
int32Value
= parcel.readInt32();
681
parcel->writeInt32(item.u.
int32Value
);
Completed in 193 milliseconds