Home
last modified time | relevance | path

Searched refs:mapOps (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dmap_test.go32 var mapOps = [...]mapOp{ var
101 c := mapCall{op: mapOps[rand.Intn(len(mapOps))], k: randValue(r)}
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_test.go41 mapOps []mapOp type
65 mapFields map[protoreflect.FieldNumber]mapOps
66 mapFieldsMutable map[protoreflect.FieldNumber]mapOps
1105 7: mapOps{
1110 8: mapOps{
1119 mapFields{8: mapOps{clearMap{"pi", "ln2", "none"}}},
1349 func testMaps(t *testing.T, p path, m protoreflect.Map, tt mapOps) { argument