OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadInt64
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/metrics/
histogram_samples.cc
106
if (!iter->
ReadInt64
(&sum) || !iter->ReadInt(&redundant_count))
histogram_unittest.cc
422
EXPECT_TRUE(iter.
ReadInt64
(&bucket_count));
454
iter.
ReadInt64
(&bucket_count) && iter.ReadUInt32(&ui32));
/external/libchrome/base/
pickle.h
41
bool
ReadInt64
(int64_t* result) WARN_UNUSED_RESULT;
pickle.cc
103
bool PickleIterator::
ReadInt64
(int64_t* result) {
pickle_unittest.cc
69
EXPECT_TRUE(iter.
ReadInt64
(&outint64));
/external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp
460
return reader->
ReadInt64
();
/external/protobuf/python/google/protobuf/internal/
reflection_test.py
81
ReadInt64
= ReadVarint
[
all
...]
Completed in 82 milliseconds