HomeSort by relevance Sort by last modified time
    Searched refs:Int32 (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /external/protobuf/src/google/protobuf/
text_format.cc 353 SET_FIELD(Int32, static_cast<int32>(value));
    [all...]
extension_set.h 221 int32 GetInt32 (int number, int32 default_value) const;
239 void SetInt32 (int number, FieldType type, int32 value, desc);
257 int32 GetRepeatedInt32 (int number, int index) const;
268 void SetRepeatedInt32 (int number, int index, int32 value);
281 void AddInt32 (int number, FieldType type, bool packed, int32 value, desc);
386 int32 int32_value;
397 RepeatedField <int32 >* repeated_int32_value;
540 // For example, if "foo" is an extension of type "optional int32", then if you
543 // you will get a compile error because PrimitiveTypeTraits<int32> does no
    [all...]
generated_message_reflection.cc 231 HANDLE_TYPE( INT32, int32);
351 SWAP_ARRAYS(INT32 , int32 );
378 SWAP_VALUES(INT32 , int32 );
439 HANDLE_TYPE( INT32, int32);
477 CLEAR_TYPE(INT32 , int32 );
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 86 bool ParseInt32Flag(const char* str, const char* flag, Int32* value);
165 using testing::internal::Int32;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp 198 v8::Local<v8::Value> item = array->Get(v8::Int32::New(isolate, i));
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 406 arc.SubfileIndex = (UInt32)(Int32)-1;
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 215 BASIC_TYPE(Int32,int32Value,int32_t)
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 353 EXPECT_EQ("-2147483648", Print(INT_MIN)); // int32
1022 ::std::tr1::tuple<bool, char, short, testing::internal::Int32, // NOLINT
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 544 SET_FIELD(Int32, static_cast<int32>(value));
    [all...]
extension_set.h 223 int32 GetInt32 (int number, int32 default_value) const;
241 void SetInt32 (int number, FieldType type, int32 value, desc);
270 int32 GetRepeatedInt32 (int number, int index) const;
281 void SetRepeatedInt32 (int number, int index, int32 value);
294 void AddInt32 (int number, FieldType type, bool packed, int32 value, desc);
432 int32 int32_value;
444 RepeatedField <int32 >* repeated_int32_value;
614 // For example, if "foo" is an extension of type "optional int32", then if you
617 // you will get a compile error because PrimitiveTypeTraits<int32> does no
    [all...]
generated_message_reflection.cc 216 HANDLE_TYPE( INT32, int32);
336 SWAP_ARRAYS(INT32 , int32 );
363 SWAP_VALUES(INT32 , int32 );
427 HANDLE_TYPE( INT32, int32);
465 CLEAR_TYPE(INT32 , int32 );
    [all...]
  /external/chromium_org/v8/src/
typedarray.js 389 FUNCTION(Int32)
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 599 vertexArrays.push_back(glu::va::Int32("a_in0", 1, numVertices, 0, &in0Arr[0]));
600 vertexArrays.push_back(glu::va::Int32("a_in1", 1, numVertices, 0, &in1Arr[0]));
    [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 583 pObj->Set(WSToJSString(pJSRuntime,PropertyName),v8::Int32::New(pJSRuntime, nValue));
642 return v8::Int32::New(pJSRuntime, number);
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 486 vertexArrays.push_back(glu::va::Int32(symbol.name, vecSize, numValues, 0, (const deInt32*)ptr));
731 vertexArrays.push_back(glu::va::Int32(attribName, vecSize, numValues, 0, (const deInt32*)ptr));
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 47 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
  /external/chromium_org/v8/include/
v8.h 77 class Int32;
    [all...]
  /external/lzma/C/
LzFind.c 46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
Ppmd7.c 296 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1;
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
test-api.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptDebugServer.cpp 167 v8::Handle<v8::Value> argv[] = { v8::Int32::New(m_isolate, pauseOnExceptionsState) };
  /external/gtest/test/
gtest-printers_test.cc 357 EXPECT_EQ("-2147483648", Print(INT_MIN)); // int32
1027 tuple<bool, char, short, testing::internal::Int32, // NOLINT
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 357 EXPECT_EQ("-2147483648", Print(INT_MIN)); // int32
1027 tuple<bool, char, short, testing::internal::Int32, // NOLINT
    [all...]

Completed in 2482 milliseconds

1 2 3 4 56 7