HomeSort by relevance Sort by last modified time
    Searched refs:Int64 (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /external/protobuf/src/google/protobuf/
extension_set.h 222 int64 GetInt64 (int number, int64 default_value) const;
240 void SetInt64 (int number, FieldType type, int64 value, desc);
258 int64 GetRepeatedInt64 (int number, int index) const;
269 void SetRepeatedInt64 (int number, int index, int64 value);
282 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
387 int64 int64_value;
398 RepeatedField <int64 >* repeated_int64_value;
599 PROTOBUF_DEFINE_PRIMITIVE_TYPE( int64, Int64)
    [all...]
generated_message_reflection.cc 232 HANDLE_TYPE( INT64, int64);
352 SWAP_ARRAYS(INT64 , int64 );
379 SWAP_VALUES(INT64 , int64 );
440 HANDLE_TYPE( INT64, int64);
478 CLEAR_TYPE(INT64 , int64 );
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 217 HANDLE_TYPE( INT64, int64);
337 SWAP_ARRAYS(INT64 , int64 );
364 SWAP_VALUES(INT64 , int64 );
428 HANDLE_TYPE( INT64, int64);
466 CLEAR_TYPE(INT64 , int64 );
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 1200 if ((Int64)nextHeaderOffset < 0)
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 82 Int64,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 366 case NeonTypeFlags::Int64:
396 case NeonTypeFlags::Int64:
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 117 group "zext int64";
118 let c = const_of_int64 i64_type (Int64.of_string "4294967295") false in
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 825 val const_of_int64 : lltype -> Int64.t -> bool -> llvalue
827 (** [int64_of_const c] returns the int64 value of the [c] constant integer.
830 val int64_of_const : llvalue -> Int64.t option
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 1899 milliseconds

1 2 3 45