Searched refs:Sum (Results 1 – 4 of 4) sorted by relevance
43 PDX_REMOTE_METHOD(Sum, kOpSum, int64_t(const std::vector<DataType>&));54 DispatchRemoteMethod<TestProtocol::Sum>(*this, &TestService::OnSum, in HandleMessage()73 int64_t Sum(const std::vector<TestProtocol::DataType>& data) { in Sum() function in __anonff9ab74c0111::TestClient74 auto status = InvokeRemoteMethod<TestProtocol::Sum>(data); in Sum()144 ASSERT_EQ(expected, client->Sum(data)); in TEST_F()
97 optional double sum = 2; // Sum of values98 optional double sum_of_squares = 3; // Sum of squares of values
913 // Sum of absolute values of rssi values (dBm)916 // Sum of squares of rssi values (dBm^2)
4238 * Pulls bytes transferred via wifi (Sum of foreground and background usage).4277 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage).7157 // Sum of sizes of all allocations.