Home
last modified time | relevance | path

Searched refs:str_field (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table_unittest.cc415 const auto& str_field = fields[0]; in TEST() local
416 EXPECT_STREQ(str_field.ftrace_name, "field_a"); in TEST()
417 EXPECT_EQ(str_field.proto_field_id, in TEST()
419 EXPECT_EQ(str_field.proto_field_type, ProtoSchemaType::kString); in TEST()
420 EXPECT_EQ(str_field.ftrace_type, kFtraceFixedCString); in TEST()
421 EXPECT_EQ(str_field.ftrace_size, 16); in TEST()
422 EXPECT_EQ(str_field.ftrace_offset, 8); in TEST()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor_test_data.h35 "name": "str_field",
249 key: "str_field"
318 key: "str_field"
/external/python/apitools/apitools/base/py/
Dbase_api_test.py59 str_field = messages.StringField(1) variable in MessageWithRemappings
278 str_field='foo', enum_field=MessageWithRemappings.AnEnum.value_one)
291 str_field='gonna',
Dutil_test.py38 str_field = messages.StringField(1) variable in MessageWithRemappings