Lines Matching refs:proto_utils
26 template <proto_utils::ProtoSchemaType proto_schema_type>
28 static_assert(proto_schema_type != proto_utils::ProtoSchemaType::kMessage,
33 struct FieldWriter<proto_utils::ProtoSchemaType::kDouble> {
40 struct FieldWriter<proto_utils::ProtoSchemaType::kFloat> {
47 struct FieldWriter<proto_utils::ProtoSchemaType::kBool> {
54 struct FieldWriter<proto_utils::ProtoSchemaType::kInt32> {
63 struct FieldWriter<proto_utils::ProtoSchemaType::kInt64> {
72 struct FieldWriter<proto_utils::ProtoSchemaType::kUint32> {
81 struct FieldWriter<proto_utils::ProtoSchemaType::kUint64> {
90 struct FieldWriter<proto_utils::ProtoSchemaType::kSint32> {
99 struct FieldWriter<proto_utils::ProtoSchemaType::kSint64> {
108 struct FieldWriter<proto_utils::ProtoSchemaType::kFixed32> {
117 struct FieldWriter<proto_utils::ProtoSchemaType::kFixed64> {
126 struct FieldWriter<proto_utils::ProtoSchemaType::kSfixed32> {
135 struct FieldWriter<proto_utils::ProtoSchemaType::kSfixed64> {
144 struct FieldWriter<proto_utils::ProtoSchemaType::kEnum> {
154 struct FieldWriter<proto_utils::ProtoSchemaType::kString> {
170 struct FieldWriter<proto_utils::ProtoSchemaType::kBytes> {