OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int64Value
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/io/
ufmt_cmn.h
55
int64_t
int64Value
; /* int, UChar */
/frameworks/av/include/media/stagefright/foundation/
AMessage.h
170
int64_t
int64Value
;
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java
435
Long
int64Value
= (Long) value;
436
output.writeInt64NoTag(
int64Value
);
693
Long
int64Value
= (Long) value;
694
return CodedOutputByteBufferNano.computeInt64Size(fieldNumber,
int64Value
);
[
all
...]
Completed in 75 milliseconds