HomeSort by relevance Sort by last modified time
    Searched refs:UInt64 (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /external/gtest/include/gtest/
gtest-printers.h 325 // pointer. Casting to UInt64 first solves the problem.
327 reinterpret_cast<internal::UInt64>(p));
  /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/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 401 UInt64 v = ConvertStringToUInt64(start, &end);
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 660 HRESULT CCodecs::GetCodecId(UInt32 index, UInt64 &id)
OpenArchive.cpp 19 const UInt64 kMaxCheckStartPosition = 1 << 22;
350 UInt64 fileSize;
  /external/marisa-trie/tests/
unit-test.cc 35 ASSERT(sizeof(marisa::UInt64) == 8);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 35 ASSERT(sizeof(marisa_alpha::UInt64) == 8);
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 325 // pointer. Casting to UInt64 first solves the problem.
327 reinterpret_cast<internal::UInt64>(p));
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 156 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 325 // pointer. Casting to UInt64 first solves the problem.
327 reinterpret_cast<internal::UInt64>(p));
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 53 Result.UInt64 = V.ullVal;
54 Result.Type = PDB_VariantType::UInt64;
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 614 uint64 value;
628 uint64 value;
630 SET_FIELD(UInt64, value);
657 uint64 value;
828 // Consumes a uint64 and saves its value in the value parameter.
830 bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) {
851 bool ConsumeSignedInteger(int64* value, uint64 max_value) {
861 uint64 unsigned_value;
874 // Consumes a uint64 and saves its value in the value parameter
    [all...]
extension_set.h 228 uint64 GetUInt64(int number, uint64 default_value) const;
246 void SetUInt64(int number, FieldType type, uint64 value, desc);
289 uint64 GetRepeatedUInt64(int number, int index) const;
300 void SetRepeatedUInt64(int number, int index, uint64 value);
313 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
453 uint64 uint64_value;
465 RepeatedField <uint64 >* repeated_uint64_value;
    [all...]
generated_message_reflection.cc 261 HANDLE_TYPE(UINT64, uint64);
357 SWAP_ARRAYS(UINT64, uint64);
384 SWAP_VALUES(UINT64, uint64);
421 uint64 temp_uint64;
443 GET_TEMP_VALUE(UINT64, uint64);
475 SET_ONEOF_VALUE1(UINT64, uint64)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 172 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 353 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 172 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 359 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 359 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tools.pas 50 TUInt64Array = array of UInt64;

Completed in 1335 milliseconds

1 2 3 4 5 6 7 8910