Searched defs:EntryType (Results 1 – 14 of 14) sorted by relevance
35 upb_strview (*key_func)(const EntryType*), in ParseMap()36 double (*value_func)(const EntryType*), Arena* arena) { in ParseMap()
133 struct EntryType { struct134 std::string opt_key;135 absl::optional<uint64_t> integer_key;136 CddlType* value;
45 enum EntryType { enum
71 enum EntryType { enum
653 typedef TrieEntry<ImplTraits, RuleListType*> EntryType; typedef734 typedef TrieEntry<ImplTraits, RuleListType*> EntryType; typedef
60 typedef Derived EntryType; typedef
100 typedef unittest::TestMap_MapInt32Int32Entry_DoNotUse EntryType; typedef in google::protobuf::internal::MapFieldBasePrimitiveTest204 typedef unittest::TestMap_MapInt32Int32Entry_DoNotUse EntryType; typedef in google::protobuf::internal::MapFieldStateTest
227 typedef Derived EntryType; typedef
54 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enum
43 enum EntryType { enum
50 typedef int32_t EntryType; typedef
46 typedef int EntryType; typedef
39 using EntryType = ListEntryType; variable
1418 upb_strview (*key_func)(const EntryType*), in ParseTypedPerFilterConfig()1419 const google_protobuf_Any* (*value_func)(const EntryType*), in ParseTypedPerFilterConfig()