Searched defs:int64_values (Results 1 – 5 of 5) sorted by relevance
29 std::vector<int64> int64_values = {1, 2, 3}; in TEST() local
83 DocumentBuilder& AddInt64Property(std::string property_name, in AddInt64Property()132 std::string property_name, std::initializer_list<int64_t> int64_values) { in AddInt64Property()
90 repeated int64 int64_values = 3; field
152 repeated int64 int64_values = 1; field
1675 std::vector<int64> int64_values = {1, 2, 3}; in TEST_F() local