HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 451 - 473 of 473) sorted by null

<<111213141516171819

  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 227 // code_point parameter is of type UInt32 because wchar_t may not be
232 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 551 SET_FIELD(UInt32, static_cast<uint32>(value));
    [all...]
extension_set.h 225 uint32 GetUInt32(int number, uint32 default_value) const;
243 void SetUInt32(int number, FieldType type, uint32 value, desc);
272 uint32 GetRepeatedUInt32(int number, int index) const;
283 void SetRepeatedUInt32(int number, int index, uint32 value);
296 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
330 bool ParseField(uint32 tag, io::CodedInputStream* input,
340 bool ParseField(uint32 tag, io::CodedInputStream* input,
343 bool ParseFieldHeavy(uint32 tag, io::CodedInputStream* input,
434 uint32 uint32_value
    [all...]
generated_message_reflection.cc 218 HANDLE_TYPE(UINT32, uint32);
318 uint32* has_bits1 = MutableHasBits(message1);
319 uint32* has_bits2 = MutableHasBits(message2);
338 SWAP_ARRAYS(UINT32, uint32);
365 SWAP_VALUES(UINT32, uint32);
429 HANDLE_TYPE(UINT32, uint32);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 253 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 171 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 223 uint32 GetUInt32(int number, uint32 default_value) const;
241 void SetUInt32(int number, FieldType type, uint32 value, desc);
259 uint32 GetRepeatedUInt32(int number, int index) const;
270 void SetRepeatedUInt32(int number, int index, uint32 value);
283 void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
320 bool ParseField(uint32 tag, io::CodedInputStream* input,
326 bool ParseField(uint32 tag, io::CodedInputStream* input,
328 bool ParseField(uint32 tag, io::CodedInputStream* input,
388 uint32 uint32_value
    [all...]
generated_message_reflection.cc 233 HANDLE_TYPE(UINT32, uint32);
333 uint32* has_bits1 = MutableHasBits(message1);
334 uint32* has_bits2 = MutableHasBits(message2);
353 SWAP_ARRAYS(UINT32, uint32);
380 SWAP_VALUES(UINT32, uint32);
441 HANDLE_TYPE(UINT32, uint32);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 137 UInt32 inOptions,
1125 UInt32 inOptions,
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 189 using testing::internal::UInt32;
557 const UInt32 kRange = 10000;
572 const UInt32 kRange = 10000;
573 UInt32 values[kArraySize];
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 268 using testing::internal::UInt32;
726 const UInt32 kRange = 10000;
741 const UInt32 kRange = 10000;
742 UInt32 values[kArraySize];
    [all...]
  /external/gtest/test/
gtest_unittest.cc 189 using testing::internal::UInt32;
557 const UInt32 kRange = 10000;
572 const UInt32 kRange = 10000;
573 UInt32 values[kArraySize];
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 176 using testing::internal::UInt32;
521 const UInt32 kRange = 10000;
536 const UInt32 kRange = 10000;
537 UInt32 values[kArraySize];
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 282 using testing::internal::UInt32;
740 const UInt32 kRange = 10000;
755 const UInt32 kRange = 10000;
756 UInt32 values[kArraySize];
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /external/chromium_org/v8/src/
v8natives.js     [all...]
  /external/v8/src/
v8natives.js     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 785 milliseconds

<<111213141516171819