/third_party/protobuf/src/google/protobuf/ |
D | test_util.h | 386 EXPECT_EQ(102, reflection->GetInt32(message, in ExpectOneofSetViaReflection() 492 EXPECT_EQ(101, reflection->GetInt32(message, F("optional_int32"))); in ExpectAllFieldsSetViaReflection1() 496 EXPECT_EQ(105, reflection->GetInt32(message, F("optional_sint32"))); in ExpectAllFieldsSetViaReflection1() 500 EXPECT_EQ(109, reflection->GetInt32(message, F("optional_sfixed32"))); in ExpectAllFieldsSetViaReflection1() 515 sub_message->GetReflection()->GetInt32(*sub_message, group_a_)); in ExpectAllFieldsSetViaReflection1() 518 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() 521 sub_message->GetReflection()->GetInt32(*sub_message, foreign_c_)); in ExpectAllFieldsSetViaReflection1() 524 sub_message->GetReflection()->GetInt32(*sub_message, import_d_)); in ExpectAllFieldsSetViaReflection1() 528 sub_message->GetReflection()->GetInt32(*sub_message, import_e_)); in ExpectAllFieldsSetViaReflection1() 531 sub_message->GetReflection()->GetInt32(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1() [all …]
|
D | map_field_test.cc | 143 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() 144 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F() 156 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() 157 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F()
|
D | dynamic_message.h | 199 int32 first = reflection->GetInt32(*a, field_); in operator() 200 int32 second = reflection->GetInt32(*b, field_); in operator()
|
D | map_test_util.h | 965 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 967 int32 val = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 1039 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1041 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1111 int32 key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1113 int32 val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() 1147 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 1165 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 1219 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() 1237 int32 key = sub_message->GetReflection()->GetInt32(*sub_message, in ExpectMapFieldsSetViaReflection() [all …]
|
D | map_test.cc | 1183 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1185 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1190 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F() 1207 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F() 1219 int32 key_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1221 int32 value_int32_int32 = message_int32_int32.GetReflection()->GetInt32( in TEST_F() 1226 int32 key_int32_double = message_int32_double.GetReflection()->GetInt32( in TEST_F() 1243 int32 key_int32_message = message_int32_message.GetReflection()->GetInt32( in TEST_F() 1257 int32 key_int32_int32 = message_int32_int32->GetReflection()->GetInt32( in TEST_F() 1264 int32 key_int32_double = message_int32_double->GetReflection()->GetInt32( in TEST_F() [all …]
|
D | generated_message_reflection_unittest.cc | 658 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST() 694 0, reflection->GetInt32(message, descriptor->FindFieldByName("foo_int"))); in TEST() 717 5, reflection->GetInt32(message, descriptor->FindFieldByName("bar_int"))); in TEST() 734 EXPECT_EQ(123, reflection->GetInt32(message, in TEST() 1010 reflection->GetInt32(message, in TEST() 1019 EXPECT_DEATH(reflection->GetInt32( in TEST() 1028 reflection->GetInt32( in TEST()
|
D | dynamic_message_unittest.cc | 195 EXPECT_EQ(0, reflection->GetInt32(*message, in TEST_P() 228 EXPECT_EQ(5, reflection->GetInt32(*message, in TEST_P()
|
D | proto3_arena_unittest.cc | 269 EXPECT_EQ(123, r->GetInt32(msg, f)); in TEST() 285 EXPECT_EQ(123, r->GetInt32(msg, f)); in TEST()
|
D | map_field.cc | 472 map_key.SetInt32Value(reflection->GetInt32(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
D | message.h | 500 int32 GetInt32(const Message& message, const FieldDescriptor* field) const;
|
D | text_format.cc | 2070 int32 first = reflection->GetInt32(*a, field_); in operator ()() 2071 int32 second = reflection->GetInt32(*b, field_); in operator ()()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | cbor_test.cc | 130 EXPECT_EQ(23, tokenizer.GetInt32()); in TEST() 148 EXPECT_EQ(42, tokenizer.GetInt32()); in TEST() 168 EXPECT_EQ(500, tokenizer.GetInt32()); in TEST() 187 EXPECT_EQ(std::numeric_limits<int32_t>::max(), tokenizer.GetInt32()); in TEST() 207 EXPECT_EQ(std::numeric_limits<int32_t>::min(), tokenizer.GetInt32()); in TEST() 211 EXPECT_EQ(expected, tokenizer.GetInt32()); in TEST() 281 EXPECT_EQ(-24, tokenizer.GetInt32()); in TEST() 303 EXPECT_EQ(example, tokenizer.GetInt32()); in TEST()
|
D | protocol_core.cc | 165 *value = state->tokenizer()->GetInt32(); in Deserialize() 202 *value = state->tokenizer()->GetInt32(); in Deserialize()
|
D | cbor.h | 230 int32_t GetInt32() const;
|
D | cbor.cc | 526 int32_t CBORTokenizer::GetInt32() const { in GetInt32() function in v8_crdtp::cbor::CBORTokenizer 888 out->HandleInt32(tokenizer->GetInt32()); in ParseValue()
|
D | dispatch.cc | 205 call_id_ = tokenizer->GetInt32(); in MaybeParseCallId()
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
D | utilities.h | 58 HRESULT GetInt32(IDebugHostConstant* object, int* value);
|
D | utilities.cc | 136 HRESULT GetInt32(IDebugHostConstant* object, int* value) { in GetInt32() function
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding_test.cc | 175 EXPECT_EQ(23, tokenizer.GetInt32()); in TEST() 193 EXPECT_EQ(42, tokenizer.GetInt32()); in TEST() 213 EXPECT_EQ(500, tokenizer.GetInt32()); in TEST() 232 EXPECT_EQ(std::numeric_limits<int32_t>::max(), tokenizer.GetInt32()); in TEST() 252 EXPECT_EQ(std::numeric_limits<int32_t>::min(), tokenizer.GetInt32()); in TEST() 256 EXPECT_EQ(expected, tokenizer.GetInt32()); in TEST() 326 EXPECT_EQ(-24, tokenizer.GetInt32()); in TEST() 348 EXPECT_EQ(example, tokenizer.GetInt32()); in TEST()
|
D | encoding.h | 374 int32_t GetInt32() const;
|
D | encoding.cc | 668 int32_t CBORTokenizer::GetInt32() const { in GetInt32() function in v8_inspector_protocol_encoding::cbor::CBORTokenizer 983 out->HandleInt32(tokenizer->GetInt32()); in ParseValue()
|
/third_party/node/deps/v8/third_party/inspector_protocol/lib/ |
D | ValueConversions_cpp.template | 49 return FundamentalValue::create(tokenizer->GetInt32());
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 202 : reflection->GetInt32(options, field))); in ConvertOptionField()
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
D | object-inspection.cc | 599 RETURN_IF_FAIL(GetInt32(sp_k_size_constant.Get(), &k_size)); in GetValue()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_cpp.template | 669 // The following accessor functions ::GetInt32, ::GetDouble, 676 int32_t CBORTokenizer::GetInt32() const { 991 out->HandleInt32(tokenizer->GetInt32());
|