OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestValue
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/tests/
lazy_serialization_unittest.cc
113
constexpr int32_t
kTestValue
= 42;
117
in.set_value(
kTestValue
);
123
EXPECT_EQ(
kTestValue
, passed.value());
143
constexpr int32_t
kTestValue
= 42;
147
in.force().set_value(
kTestValue
);
153
EXPECT_EQ(
kTestValue
, passed.force().value());
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc
[
all
...]
Completed in 1976 milliseconds