Home | History | Annotate | Download | only in protobuf

Lines Matching refs:WireFormatLite

42           WireFormatLite::FieldType kKeyFieldType,
43 WireFormatLite::FieldType kValueFieldType,
47 WireFormatLite::FieldType kKeyFieldType,
48 WireFormatLite::FieldType kValueFieldType,
60 WireFormatLite::FieldType kKeyFieldType,
61 WireFormatLite::FieldType kValueFieldType,
161 WireFormatLite::GetTagWireType(tag) ==
162 WireFormatLite::WIRETYPE_END_GROUP) {
165 if (!WireFormatLite::SkipField(input, tag)) return false;
293 template <typename K, typename V, WireFormatLite::FieldType k_wire_type,
294 WireFormatLite::FieldType v_wire_type, int default_enum>
327 template <typename K, typename V, WireFormatLite::FieldType k_wire_type,
328 WireFormatLite::FieldType v_wire_type, int default_enum>
387 template <typename K, typename V, WireFormatLite::FieldType,
388 WireFormatLite::FieldType, int>
390 template <typename K, typename V, WireFormatLite::FieldType,
391 WireFormatLite::FieldType, int>