OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadInt64
(Results
1 - 18
of
18
) sorted by null
/external/libchrome/base/metrics/
histogram_samples.cc
61
if (!iter_->ReadInt(&min_) || !iter_->
ReadInt64
(&max_) ||
203
if (!iter->
ReadInt64
(&sum) || !iter->ReadInt(&redundant_count))
/external/grpc-grpc/src/csharp/Grpc.Examples/
Math.cs
194
Dividend = input.
ReadInt64
();
198
Divisor = input.
ReadInt64
();
351
Quotient = input.
ReadInt64
();
355
Remainder = input.
ReadInt64
();
484
Limit = input.
ReadInt64
();
613
Num_ = input.
ReadInt64
();
742
Count = input.
ReadInt64
();
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
144
inline int64_t
ReadInt64
(const uint8_t *data, uint8_t byte_width) {
398
return
ReadInt64
(data_, parent_width_);
401
case FBT_INDIRECT_INT: return
ReadInt64
(Indirect(), byte_width_);
411
case FBT_BOOL: return
ReadInt64
(data_, parent_width_);
419
// extension ops in generated code, and use a faster op than
ReadInt64
.
431
case FBT_INT: return
ReadInt64
(data_, parent_width_);
432
case FBT_INDIRECT_INT: return
ReadInt64
(Indirect(), byte_width_);
459
return static_cast<double>(
ReadInt64
(data_, parent_width_));
463
return static_cast<double>(
ReadInt64
(Indirect(), byte_width_));
[
all
...]
/external/libchrome/base/
pickle.h
46
bool
ReadInt64
(int64_t* result) WARN_UNUSED_RESULT;
pickle.cc
112
bool PickleIterator::
ReadInt64
(int64_t* result) {
pickle_unittest.cc
69
EXPECT_TRUE(iter.
ReadInt64
(&outint64));
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs
213
Seconds = input.
ReadInt64
();
Timestamp.cs
224
Seconds = input.
ReadInt64
();
Wrappers.cs
378
Value = input.
ReadInt64
();
/external/libchrome/ipc/
ipc_message_utils.h
246
return iter->
ReadInt64
(reinterpret_cast<int64_t*>(r));
258
return iter->
ReadInt64
(reinterpret_cast<int64_t*>(r));
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Metrics.cs
281
LongValue = input.
ReadInt64
();
EchoMessages.cs
[
all
...]
Stats.cs
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs
502
public long
ReadInt64
()
[
all
...]
/external/protobuf/python/google/protobuf/internal/
reflection_test.py
85
ReadInt64
= ReadVarint
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
[
all
...]
Completed in 1125 milliseconds