Searched refs:readInt64 (Results 1 - 23 of 23) sorted by relevance

/external/protobuf/objectivec/
H A DGPBCodedInputStream.h68 - (int64_t)readInt64;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java226 case INT64 : return input.readInt64 ();
H A DUnknownFieldSetLite.java305 storeField(tag, input.readInt64());
H A DCodedInputStream.java216 long value = readInt64();
332 public long readInt64() throws IOException { method in class:CodedInputStream
H A DUnknownFieldSet.java525 getFieldBuilder(number).addVarint(input.readInt64());
/external/protobuf/js/binary/
H A Dreader.js485 return this.readInt64();
637 jspb.BinaryReader.prototype.readInt64 = function() {
798 return this.decoder_.readInt64();
1066 return this.readPackedField_(this.decoder_.readInt64);
H A Ddecoder_test.js300 jspb.BinaryDecoder.prototype.readInt64,
H A Ddecoder.js844 jspb.BinaryDecoder.prototype.readInt64 = function() {
H A Dreader_test.js169 assertThrows(function() {reader.readInt64()});
346 jspb.BinaryReader.prototype.readInt64,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGCOV.h135 uint64_t readInt64() { function in class:llvm::GCOVBuffer
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java163 public long readInt64() throws IOException { method in class:CodedInputByteBufferNano
666 return readInt64();
/external/llvm/lib/ProfileData/
H A DSampleProfReader.cpp501 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max())
591 if (!GcovBuffer.readInt64(HeadCount))
642 if (!GcovBuffer.readInt64(Count))
676 if (!GcovBuffer.readInt64(TargetIdx))
681 if (!GcovBuffer.readInt64(TargetCount))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGCOV.cpp108 Blocks[i]->addCount(Buff.readInt64());
/external/flatbuffers/tests/
H A Dmonster_test_generated.js484 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0);
928 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0);
1020 return offset ? this.bb.readInt64(this.bb_pos + offset) : this.bb.createLong(0, 0);
/external/libmojo/mojo/public/js/
H A Dcodec.js93 Decoder.prototype.readInt64 = function() {
646 return decoder.readInt64();
/external/llvm/include/llvm/Support/
H A DGCOV.h197 bool readInt64(uint64_t &Val) { function in class:llvm::GCOVBuffer
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java171 public long readInt64() throws IOException { method in class:CodedInputStreamMicro
/external/flatbuffers/js/
H A Dflatbuffers.js914 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) {
/external/llvm/lib/IR/
H A DGCOV.cpp325 if (!Buff.readInt64(ArcCount))
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/sqlite/dist/orig/
H A Dsqlite3.c164637 static i64 readInt64(u8 *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c164649 static i64 readInt64(u8 *p){ function
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5336 milliseconds