Searched refs:SmallEnum (Results 1 - 3 of 3) sorted by relevance

/external/perfetto/src/protozero/test/example_proto/
H A Dtest_messages.proto33 enum SmallEnum {
64 optional SmallEnum small_enum = 51;
/external/perfetto/src/protozero/test/
H A Dprotozero_conformance_unittest.cc91 msg->set_small_enum(pbtest::SmallEnum::TO_BE);
122 EXPECT_EQ(pbgold::SmallEnum::TO_BE, gold_msg.small_enum());
/external/guava/guava-tests/benchmark/com/google/common/base/
H A DEnumsBenchmark.java74 private enum SmallEnum { enum in class:EnumsBenchmark

Completed in 135 milliseconds