OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToUint64
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/trace_event/
memory_allocator_dump_guid.h
27
uint64_t
ToUint64
() const { return guid_; }
/external/protobuf/src/google/protobuf/util/internal/
datapiece.cc
151
StatusOr<uint64> DataPiece::
ToUint64
() const {
/external/vixl/src/
utils-vixl.h
830
Uint64
ToUint64
() const {
874
Uint64::Uint64(Uint128 data) : data_(data.
ToUint64
().Get()) {}
Completed in 350 milliseconds