Searched refs:map_string_double (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | test_upb.lua | 204 msg.map_string_double["one"] = 1.0 205 msg.map_string_double["two point five"] = 2.5 206 assert_equal(1, msg.map_string_double["one"]) 207 assert_equal(2.5, msg.map_string_double["two point five"]) 210 msg.map_string_double["one"] = 2 211 assert_equal(2, msg.map_string_double["one"]) 212 assert_equal(2.5, msg.map_string_double["two point five"]) 213 msg.map_string_double["one"] = 1.0 216 msg.map_string_double["one"] = nil 217 assert_nil(msg.map_string_double["one"]) [all …]
|
D | test.proto | 9 map<string, double> map_string_double = 1; field
|
/aosp_15_r20/external/webrtc/stats/ |
H A D | rtc_stats_unittest.cc | 102 std::map<std::string, double> map_string_double{{"nine", 10.0}}; in TEST() local 113 stats.m_map_string_double = map_string_double; in TEST() 132 EXPECT_EQ(*stats.m_map_string_double, map_string_double); in TEST() 254 std::map<std::string, double> map_string_double{ in TEST() local 269 stats.m_map_string_double = map_string_double; in TEST() 307 for (const auto& entry : map_string_double) { in TEST() 322 EXPECT_EQ(map_string_double, *stats.m_map_string_double); in TEST() 332 EXPECT_EQ(map_string_double.size(), stats.m_map_string_double->size()); in TEST() 333 for (const auto& entry : map_string_double) { in TEST()
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/types/ |
H A D | types_test.rs | 45 map_string_double: vec![("a".to_string(), 2.0), ("b".to_string(), 3.0)] in test_types()
|
H A D | types.proto | 45 map<string, double> map_string_double = 34; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/ |
D | test.proto | 7 map<string, double> map_string_double = 1; field
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/ |
H A D | test.proto | 13 map<string, double> map_string_double = 1; field
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fieldtrack/ |
H A D | fieldtrack.proto | 66 map <string, double> map_string_double = 52; field
|