HomeSort by relevance Sort by last modified time
    Searched refs:UInt64 (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 325 // pointer. Casting to UInt64 first solves the problem.
327 reinterpret_cast<internal::UInt64>(p));
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 352 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 352 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 171 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 224 uint64 GetUInt64(int number, uint64 default_value) const;
242 void SetUInt64(int number, FieldType type, uint64 value, desc);
260 uint64 GetRepeatedUInt64(int number, int index) const;
271 void SetRepeatedUInt64(int number, int index, uint64 value);
284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
389 uint64 uint64_value;
400 RepeatedField <uint64 >* repeated_uint64_value;
601 PROTOBUF_DEFINE_PRIMITIVE_TYPE(uint64, UInt64)
    [all...]
generated_message_reflection.cc 234 HANDLE_TYPE(UINT64, uint64);
354 SWAP_ARRAYS(UINT64, uint64);
381 SWAP_VALUES(UINT64, uint64);
442 HANDLE_TYPE(UINT64, uint64);
480 CLEAR_TYPE(UINT64, uint64);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 814 // we first convert it to the largest integral type (UInt64) and
819 const UInt64 wchar_as_uint64 = wchar;
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tools.pas 50 TUInt64Array = array of UInt64;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 265 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 805 milliseconds

12