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

  /external/boringssl/src/ssl/test/
test_config.cc 222 std::string *string_field = FindField(out_config, kStringFlags, flag); local
223 if (string_field != NULL) {
230 string_field->assign(argv[*i]);
  /cts/tests/tests/proto/src/android/util/proto/cts/
test.proto 103 optional string string_field = 140;
  /frameworks/base/tools/streaming_proto/test/
test.proto 109 optional string string_field = 140;
  /external/golang-protobuf/proto/
text_test.go 223 }}, `msg:<string_field:"why hello!" >`},
315 "string_field: \"\\\"A string with ' characters \\n and \\r newlines and \\t tabs and \\001 slashes \\\\ and multiple spaces\"\n",
320 "string_field: \"\\350\\260\\267\\346\\255\\214\"\n",
325 `string_field: "\000\001\377\201"` + "\n",
  /frameworks/base/tools/stats_log_api_gen/
test.proto 52 optional string string_field = 10;
  /external/toybox/toys/posix/
ps.c 466 static char *string_field(struct procpid *tb, struct ofields *field) function
601 char *out = string_field(tb, field);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 864 EXPECT_EQ("hi", dest.string_field());
890 EXPECT_EQ("hi", dest.string_field());
983 EXPECT_EQ("hi", dest.string_field());
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 949 EXPECT_EQ("hi", dest.string_field());
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 949 EXPECT_EQ("hi", dest.string_field());
    [all...]
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 903 const FieldDescriptor* string_field = desc->FindFieldByName( local
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 393 /// <summary>Field number for the "string_field" field.</summary>
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/golang-protobuf/proto/testdata/
test.pb.go     [all...]

Completed in 239 milliseconds