Searched refs:TestTable (Results 1 – 9 of 9) sorted by relevance
/external/federated-compute/fcp/tracing/tools/testdata/ |
D | TableWithNamespace.baseline | 7 table TestTable (tag: "TETB", span) { 33 template<> class TracingTraits<foo::bar::TestTable>: public TracingTraitsBase { 38 const char* Name() const override { return "foo::bar::TestTable"; } 56 parser.SetRootType("foo::bar::TestTable"); 60 …static flatbuffers::Offset<foo::bar::TestTable> Create(std::int32_t id, foo::bar::Color color, fla… 64 static TupleType MakeTuple(const foo::bar::TestTable* table) { 68 static internal::TracingTraitsRegistrar<foo::bar::TestTable> registrar_TestTable;
|
D | TableWithNamespace.fbs | 6 table TestTable (tag: "TETB", span) {
|
/external/icu/icu4c/source/test/testdata/ |
D | ra.txt | 31 * Top level comments for TestTable. Tag name: TestTable 33 * @note This resource is for TestTable 35 TestTable{
|
/external/cronet/stable/third_party/icu/source/test/testdata/ |
D | ra.txt | 31 * Top level comments for TestTable. Tag name: TestTable 33 * @note This resource is for TestTable 35 TestTable{
|
/external/cronet/tot/third_party/icu/source/test/testdata/ |
D | ra.txt | 31 * Top level comments for TestTable. Tag name: TestTable 33 * @note This resource is for TestTable 35 TestTable{
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedTableTest.java | 26 private static final class TestTable<R, C, V> implements Table<R, C, V>, Serializable { class in SynchronizedTableTest 168 TestTable<String, Integer, Character> table = new TestTable<>(); in create()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedTableTest.java | 26 private static final class TestTable<R, C, V> implements Table<R, C, V>, Serializable { class in SynchronizedTableTest 168 TestTable<String, Integer, Character> table = new TestTable<>(); in create()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | TestTable.cs | 22 internal struct TestTable struct 26 public TestTable(ByteBuffer bb, int pos) in TestTable() argument
|
D | FlatBuffersFuzzTests.cs | 977 … var table = new TestTable(builder.DataBuffer, builder.DataBuffer.Length - objects[i]); in CheckObjects()
|