Home
last modified time | relevance | path

Searched defs:int32_value (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_drop_unknown_fields.proto44 int32 int32_value = 1; field
55 int32 int32_value = 1; field
Dany_test.proto38 int32 int32_value = 1; field
Dextension_set.h556 int32 int32_value; member
/external/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto12 google.protobuf.Int32Value int32_value = 5; field
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value_test.proto41 int32 int32_value = 9; field
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Dtest_example.proto44 repeated int32 int32_value = 5; field
91 repeated int32 int32_value = 5 [packed = true]; field
129 optional int32 int32_value = 5; field
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.h128 dbus_int32_t int32_value; member
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto57 int32 int32_value = 2; field
118 google.protobuf.Int32Value int32_value = 2; field
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py295 int32_value = messages.IntegerField(5, variant=messages.Variant.INT32) variable in OptionalMessage
322 int32_value = messages.IntegerField(5, variable in RepeatedMessage
/external/libbrillo/brillo/dbus/
Ddata_serialization_unittest.cc196 int32_t int32_value = 0; in TEST() local
285 int32_t int32_value = 0; in TEST() local
350 Any int32_value; in TEST() local
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto149 google.protobuf.Int32Value int32_value = 1; field
/external/v8/src/wasm/
Dwasm-js.cc1305 v8::Local<v8::Int32> int32_value; in WebAssemblyGlobal() local
/external/v8/src/deoptimizer/
Ddeoptimizer.cc2585 int32_t TranslatedValue::int32_value() const { in int32_value() function in v8::internal::TranslatedValue
/external/v8/src/codegen/
Dcode-stub-assembler.cc9651 TNode<Int32T> int32_value) { in Int32ToUint8Clamped()