Home
last modified time | relevance | path

Searched defs:SimpleObject (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/test/
DOptionalTest.cpp123 struct SimpleObject in BOOST_AUTO_TEST_CASE() struct
126 SimpleObject(const std::string& name, int value) in BOOST_AUTO_TEST_CASE() argument
131 bool operator ==(const SimpleObject& other) in BOOST_AUTO_TEST_CASE()
138 std::string m_Name; in BOOST_AUTO_TEST_CASE()
139 int m_Value; in BOOST_AUTO_TEST_CASE()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs238 public void SimpleObject() in SimpleObject() method in Google.Protobuf.JsonTokenizerTest
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs238 public void SimpleObject() in SimpleObject() method in Google.Protobuf.JsonTokenizerTest
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc198 TEST_P(ProtoStreamObjectWriterTest, SimpleObject) { in TEST_P() argument