HomeSort by relevance Sort by last modified time
    Searched refs:Size_t (Results 1 - 2 of 2) sorted by null

  /external/srec/shared/src/
SessionTypeImpl.c 115 * Because there are no functions to set and get int size_t parameters and because most if not
116 * all int parameters should be size_t anyway, I am adding code to allow size_t and int parameters
183 size_t* value)
196 *value = *((size_t*) pair->value);
244 LCHAR* value, size_t* len)
287 size_t size, i;
379 const LCHAR* name, size_t value)
385 clone = MALLOC(sizeof(size_t), MTAG);
479 const LCHAR* name, size_t value
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 358 TEST(PrintBuiltInTypeTest, Size_t) {
359 EXPECT_EQ("1", Print(sizeof('a'))); // size_t.
589 template <typename T, size_t N>
841 for (size_t i = 0; i != result.length(); i++) {
    [all...]

Completed in 65 milliseconds