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

  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generated_code.rb 27 repeated :repeated_bytes, :bytes, 29
  /external/protobuf/ruby/tests/
repeated_field_test.rb 41 assert_equal "bar".encode!('ASCII-8BIT'), m.repeated_bytes.first
61 assert_equal "foo".encode!('ASCII-8BIT'), m.repeated_bytes.last
90 assert_equal "foo".encode!('ASCII-8BIT'), m.repeated_bytes.pop
91 assert_equal "bar".encode!('ASCII-8BIT'), m.repeated_bytes.pop
188 m.repeated_bytes[3] = "bar".encode!('ASCII-8BIT')
189 assert_equal ['', '', '', "bar".encode!('ASCII-8BIT')], m.repeated_bytes
587 test_msg.repeated_bytes += ["bar".encode!('ASCII-8BIT'), "foo".encode!('ASCII-8BIT')]
619 repeated :repeated_bytes, :bytes, 20
basic.rb 45 repeated :repeated_bytes, :bytes, 20
180 expected = '<BasicTest::TestMessage: optional_int32: -42, optional_int64: 0, optional_uint32: 0, optional_uint64: 0, optional_bool: false, optional_float: 0.0, optional_double: 0.0, optional_string: "", optional_bytes: "", optional_msg: <BasicTest::TestMessage2: foo: 0>, optional_enum: :A, repeated_int32: [], repeated_int64: [], repeated_uint32: [], repeated_uint64: [], repeated_bool: [], repeated_float: [], repeated_double: [], repeated_string: ["hello", "there", "world"], repeated_bytes: [], repeated_msg: [], repeated_enum: []>'
900 :repeated_bytes=>[],
    [all...]
  /external/protobuf/src/google/protobuf/
proto3_arena_lite_unittest.cc 99 EXPECT_EQ("jkl;", m.repeated_bytes(0));
proto3_lite_unittest.cc 99 EXPECT_EQ("jkl;", m.repeated_bytes(0));
proto3_arena_unittest.cc 99 EXPECT_EQ("jkl;", m.repeated_bytes(0));
no_field_presence_test.cc 214 EXPECT_EQ("jkl;", m.repeated_bytes(0));
test_util_lite.cc 304 EXPECT_EQ("216", message.repeated_bytes (0));
331 EXPECT_EQ("316", message.repeated_bytes (1));
588 EXPECT_EQ("216", message.repeated_bytes (0));
616 EXPECT_EQ("516", message.repeated_bytes (1));
    [all...]
test_util.cc 384 EXPECT_EQ("216", message.repeated_bytes (0));
411 EXPECT_EQ("316", message.repeated_bytes (1));
678 EXPECT_EQ("216", message.repeated_bytes (0));
706 EXPECT_EQ("516", message.repeated_bytes (1));
    [all...]
  /external/protobuf/python/google/protobuf/internal/
test_util.py 113 message.repeated_bytes.append(b'216')
145 message.repeated_bytes.append(b'316')
471 test_case.assertEqual(2, len(message.repeated_bytes))
500 test_case.assertEqual(b'216', message.repeated_bytes[0])
531 test_case.assertEqual(b'316', message.repeated_bytes[1])
message_test.py 393 message.repeated_bytes.append(b'a')
394 message.repeated_bytes.append(b'c')
395 message.repeated_bytes.append(b'b')
396 message.repeated_bytes.sort()
397 self.assertEqual(message.repeated_bytes[0], b'a')
398 self.assertEqual(message.repeated_bytes[1], b'b')
399 self.assertEqual(message.repeated_bytes[2], b'c')
    [all...]
reflection_test.py 672 self.assertRaises(TypeError, proto.repeated_bytes, 10)
    [all...]
  /external/protobuf/src/google/protobuf/util/
field_mask_util_test.cc 230 EXPECT_TRUE(FieldMaskUtil::IsPathInFieldMask("repeated_bytes", mask));
401 TEST_MERGE_ONE_FIELD(repeated_bytes)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 380 ASSERT_EQ(9, message.repeated_bytes(0).size());
381 EXPECT_EQ(0, memcmp(value, message.repeated_bytes(0).data(), 9));
    [all...]
  /external/protobuf/conformance/
conformance_test.cc     [all...]
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 507 RepeatedBytes [][]byte `protobuf:"bytes,45,rep,name=repeated_bytes,json=repeatedBytes,proto3" json:"repeated_bytes,omitempty"`
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 11728 static size_t repeated_bytes(void *closure, const void *handler_data, function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 12545 static size_t repeated_bytes(void *closure, const void *handler_data, function
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]

Completed in 514 milliseconds