Searched refs:google_protobuf_Struct_new (Results 1 – 3 of 3) sorted by relevance
45 UPB_INLINE google_protobuf_Struct* google_protobuf_Struct_new(upb_Arena* arena) { in google_protobuf_Struct_new() function49 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse()59 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse_ex()
35 UPB_INLINE google_protobuf_Struct* google_protobuf_Struct_new(upb_Arena* arena) { in google_protobuf_Struct_new() function39 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse()50 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse_ex()
345 auto* metadata = google_protobuf_Struct_new(arena.ptr()); in ServiceMeshLabelsInjector()