Home
last modified time | relevance | path

Searched defs:MapKey (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field.h75 MapKey() : type_(0) {} in MapKey() function
76 MapKey(const MapKey& other) : type_(0) { CopyFrom(other); } in MapKey() function
Dmessage.h147 class MapKey; variable
Dgenerated_message_reflection.h63 class MapKey; variable
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts48 export type MapKey = string | number; alias