Lines Matching defs:value

42 #define UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) \
44 *UPB_PTR_AT(msg, offset, fieldtype) = value;
541 /* For each value ctype, define the following set of functions:
638 size_t mask; /* Mask to turn hash value -> bucket. */
731 /* Inserts the given key into the hashtable with the given value. The key must
734 * Inttables must not insert a value of UINTPTR_MAX.
760 * If v is non-NULL, copies the value for this key into *v. */
864 * - it must be possible to construct an "end" value.
1064 bool _upb_array_append_fallback(upb_array **arr_ptr, const void *value,
1107 const void *value,
1113 return _upb_array_append_fallback(arr_ptr, value, type, arena);
1116 memcpy(PTR_AT(ptr, arr->len * elem_size, char), value, elem_size);
1149 /* Creates a new map on the given arena with this key/value type. */
1291 /* Accessing map key/value from a pointer, used by generated code only. */
1580 UPB_INLINE void google_protobuf_FileDescriptorProto_set_name(google_protobuf_FileDescriptorProto *msg, upb_strview value) {
1582 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
1584 UPB_INLINE void google_protobuf_FileDescriptorProto_set_package(google_protobuf_FileDescriptorProto *msg, upb_strview value) {
1586 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), upb_strview) = value;
1650 UPB_INLINE void google_protobuf_FileDescriptorProto_set_options(google_protobuf_FileDescriptorProto *msg, google_protobuf_FileOptions* value) {
1652 *UPB_PTR_AT(msg, UPB_SIZE(28, 56), google_protobuf_FileOptions*) = value;
1663 UPB_INLINE void google_protobuf_FileDescriptorProto_set_source_code_info(google_protobuf_FileDescriptorProto *msg, google_protobuf_SourceCodeInfo* value) {
1665 *UPB_PTR_AT(msg, UPB_SIZE(32, 64), google_protobuf_SourceCodeInfo*) = value;
1696 UPB_INLINE void google_protobuf_FileDescriptorProto_set_syntax(google_protobuf_FileDescriptorProto *msg, upb_strview value) {
1698 *UPB_PTR_AT(msg, UPB_SIZE(20, 40), upb_strview) = value;
1735 UPB_INLINE void google_protobuf_DescriptorProto_set_name(google_protobuf_DescriptorProto *msg, upb_strview value) {
1737 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
1804 UPB_INLINE void google_protobuf_DescriptorProto_set_options(google_protobuf_DescriptorProto *msg, google_protobuf_MessageOptions* value) {
1806 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), google_protobuf_MessageOptions*) = value;
1875 UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_start(google_protobuf_DescriptorProto_ExtensionRange *msg, int32_t value) {
1877 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value;
1879 UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_end(google_protobuf_DescriptorProto_ExtensionRange *msg, int32_t value) {
1881 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
1883 UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_options(google_protobuf_DescriptorProto_ExtensionRange *msg, google_protobuf_ExtensionRangeOptions* value) {
1885 *UPB_PTR_AT(msg, UPB_SIZE(12, 16), google_protobuf_ExtensionRangeOptions*) = value;
1916 UPB_INLINE void google_protobuf_DescriptorProto_ReservedRange_set_start(google_protobuf_DescriptorProto_ReservedRange *msg, int32_t value) {
1918 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value;
1920 UPB_INLINE void google_protobuf_DescriptorProto_ReservedRange_set_end(google_protobuf_DescriptorProto_ReservedRange *msg, int32_t value) {
1922 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
1993 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_name(google_protobuf_FieldDescriptorProto *msg, upb_strview value) {
1995 *UPB_PTR_AT(msg, UPB_SIZE(36, 40), upb_strview) = value;
1997 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_extendee(google_protobuf_FieldDescriptorProto *msg, upb_strview value) {
1999 *UPB_PTR_AT(msg, UPB_SIZE(44, 56), upb_strview) = value;
2001 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_number(google_protobuf_FieldDescriptorProto *msg, int32_t value) {
2003 *UPB_PTR_AT(msg, UPB_SIZE(24, 24), int32_t) = value;
2005 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_label(google_protobuf_FieldDescriptorProto *msg, int32_t value) {
2007 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
2009 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_type(google_protobuf_FieldDescriptorProto *msg, int32_t value) {
2011 *UPB_PTR_AT(msg, UPB_SIZE(16, 16), int32_t) = value;
2013 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_type_name(google_protobuf_FieldDescriptorProto *msg, upb_strview value) {
2015 *UPB_PTR_AT(msg, UPB_SIZE(52, 72), upb_strview) = value;
2017 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_default_value(google_protobuf_FieldDescriptorProto *msg, upb_strview value) {
2019 *UPB_PTR_AT(msg, UPB_SIZE(60, 88), upb_strview) = value;
2021 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_options(google_protobuf_FieldDescriptorProto *msg, google_protobuf_FieldOptions* value) {
2023 *UPB_PTR_AT(msg, UPB_SIZE(76, 120), google_protobuf_FieldOptions*) = value;
2034 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_oneof_index(google_protobuf_FieldDescriptorProto *msg, int32_t value) {
2036 *UPB_PTR_AT(msg, UPB_SIZE(28, 28), int32_t) = value;
2038 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_json_name(google_protobuf_FieldDescriptorProto *msg, upb_strview value) {
2040 *UPB_PTR_AT(msg, UPB_SIZE(68, 104), upb_strview) = value;
2042 UPB_INLINE void google_protobuf_FieldDescriptorProto_set_proto3_optional(google_protobuf_FieldDescriptorProto *msg, bool value) {
2044 *UPB_PTR_AT(msg, UPB_SIZE(32, 32), bool) = value;
2066 UPB_INLINE void google_protobuf_OneofDescriptorProto_set_name(google_protobuf_OneofDescriptorProto *msg, upb_strview value) {
2068 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2070 UPB_INLINE void google_protobuf_OneofDescriptorProto_set_options(google_protobuf_OneofDescriptorProto *msg, google_protobuf_OneofOptions* value) {
2072 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), google_protobuf_OneofOptions*) = value;
2108 UPB_INLINE void google_protobuf_EnumDescriptorProto_set_name(google_protobuf_EnumDescriptorProto *msg, upb_strview value) {
2110 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2125 UPB_INLINE void google_protobuf_EnumDescriptorProto_set_options(google_protobuf_EnumDescriptorProto *msg, google_protobuf_EnumOptions* value) {
2127 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), google_protobuf_EnumOptions*) = value;
2181 UPB_INLINE void google_protobuf_EnumDescriptorProto_EnumReservedRange_set_start(google_protobuf_EnumDescriptorProto_EnumReservedRange *msg, int32_t value) {
2183 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value;
2185 UPB_INLINE void google_protobuf_EnumDescriptorProto_EnumReservedRange_set_end(google_protobuf_EnumDescriptorProto_EnumReservedRange *msg, int32_t value) {
2187 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
2211 UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_name(google_protobuf_EnumValueDescriptorProto *msg, upb_strview value) {
2213 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), upb_strview) = value;
2215 UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_number(google_protobuf_EnumValueDescriptorProto *msg, int32_t value) {
2217 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value;
2219 UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_options(google_protobuf_EnumValueDescriptorProto *msg, google_protobuf_EnumValueOptions* value) {
2221 *UPB_PTR_AT(msg, UPB_SIZE(16, 24), google_protobuf_EnumValueOptions*) = value;
2254 UPB_INLINE void google_protobuf_ServiceDescriptorProto_set_name(google_protobuf_ServiceDescriptorProto *msg, upb_strview value) {
2256 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2271 UPB_INLINE void google_protobuf_ServiceDescriptorProto_set_options(google_protobuf_ServiceDescriptorProto *msg, google_protobuf_ServiceOptions* value) {
2273 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), google_protobuf_ServiceOptions*) = value;
2312 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_name(google_protobuf_MethodDescriptorProto *msg, upb_strview value) {
2314 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2316 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_input_type(google_protobuf_MethodDescriptorProto *msg, upb_strview value) {
2318 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), upb_strview) = value;
2320 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_output_type(google_protobuf_MethodDescriptorProto *msg, upb_strview value) {
2322 *UPB_PTR_AT(msg, UPB_SIZE(20, 40), upb_strview) = value;
2324 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_options(google_protobuf_MethodDescriptorProto *msg, google_protobuf_MethodOptions* value) {
2326 *UPB_PTR_AT(msg, UPB_SIZE(28, 56), google_protobuf_MethodOptions*) = value;
2337 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_client_streaming(google_protobuf_MethodDescriptorProto *msg, bool value) {
2339 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2341 UPB_INLINE void google_protobuf_MethodDescriptorProto_set_server_streaming(google_protobuf_MethodDescriptorProto *msg, bool value) {
2343 *UPB_PTR_AT(msg, UPB_SIZE(2, 2), bool) = value;
2403 UPB_INLINE void google_protobuf_FileOptions_set_java_package(google_protobuf_FileOptions *msg, upb_strview value) {
2405 *UPB_PTR_AT(msg, UPB_SIZE(28, 32), upb_strview) = value;
2407 UPB_INLINE void google_protobuf_FileOptions_set_java_outer_classname(google_protobuf_FileOptions *msg, upb_strview value) {
2409 *UPB_PTR_AT(msg, UPB_SIZE(36, 48), upb_strview) = value;
2411 UPB_INLINE void google_protobuf_FileOptions_set_optimize_for(google_protobuf_FileOptions *msg, int32_t value) {
2413 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
2415 UPB_INLINE void google_protobuf_FileOptions_set_java_multiple_files(google_protobuf_FileOptions *msg, bool value) {
2417 *UPB_PTR_AT(msg, UPB_SIZE(16, 16), bool) = value;
2419 UPB_INLINE void google_protobuf_FileOptions_set_go_package(google_protobuf_FileOptions *msg, upb_strview value) {
2421 *UPB_PTR_AT(msg, UPB_SIZE(44, 64), upb_strview) = value;
2423 UPB_INLINE void google_protobuf_FileOptions_set_cc_generic_services(google_protobuf_FileOptions *msg, bool value) {
2425 *UPB_PTR_AT(msg, UPB_SIZE(17, 17), bool) = value;
2427 UPB_INLINE void google_protobuf_FileOptions_set_java_generic_services(google_protobuf_FileOptions *msg, bool value) {
2429 *UPB_PTR_AT(msg, UPB_SIZE(18, 18), bool) = value;
2431 UPB_INLINE void google_protobuf_FileOptions_set_py_generic_services(google_protobuf_FileOptions *msg, bool value) {
2433 *UPB_PTR_AT(msg, UPB_SIZE(19, 19), bool) = value;
2435 UPB_INLINE void google_protobuf_FileOptions_set_java_generate_equals_and_hash(google_protobuf_FileOptions *msg, bool value) {
2437 *UPB_PTR_AT(msg, UPB_SIZE(20, 20), bool) = value;
2439 UPB_INLINE void google_protobuf_FileOptions_set_deprecated(google_protobuf_FileOptions *msg, bool value) {
2441 *UPB_PTR_AT(msg, UPB_SIZE(21, 21), bool) = value;
2443 UPB_INLINE void google_protobuf_FileOptions_set_java_string_check_utf8(google_protobuf_FileOptions *msg, bool value) {
2445 *UPB_PTR_AT(msg, UPB_SIZE(22, 22), bool) = value;
2447 UPB_INLINE void google_protobuf_FileOptions_set_cc_enable_arenas(google_protobuf_FileOptions *msg, bool value) {
2449 *UPB_PTR_AT(msg, UPB_SIZE(23, 23), bool) = value;
2451 UPB_INLINE void google_protobuf_FileOptions_set_objc_class_prefix(google_protobuf_FileOptions *msg, upb_strview value) {
2453 *UPB_PTR_AT(msg, UPB_SIZE(52, 80), upb_strview) = value;
2455 UPB_INLINE void google_protobuf_FileOptions_set_csharp_namespace(google_protobuf_FileOptions *msg, upb_strview value) {
2457 *UPB_PTR_AT(msg, UPB_SIZE(60, 96), upb_strview) = value;
2459 UPB_INLINE void google_protobuf_FileOptions_set_swift_prefix(google_protobuf_FileOptions *msg, upb_strview value) {
2461 *UPB_PTR_AT(msg, UPB_SIZE(68, 112), upb_strview) = value;
2463 UPB_INLINE void google_protobuf_FileOptions_set_php_class_prefix(google_protobuf_FileOptions *msg, upb_strview value) {
2465 *UPB_PTR_AT(msg, UPB_SIZE(76, 128), upb_strview) = value;
2467 UPB_INLINE void google_protobuf_FileOptions_set_php_namespace(google_protobuf_FileOptions *msg, upb_strview value) {
2469 *UPB_PTR_AT(msg, UPB_SIZE(84, 144), upb_strview) = value;
2471 UPB_INLINE void google_protobuf_FileOptions_set_php_generic_services(google_protobuf_FileOptions *msg, bool value) {
2473 *UPB_PTR_AT(msg, UPB_SIZE(24, 24), bool) = value;
2475 UPB_INLINE void google_protobuf_FileOptions_set_php_metadata_namespace(google_protobuf_FileOptions *msg, upb_strview value) {
2477 *UPB_PTR_AT(msg, UPB_SIZE(92, 160), upb_strview) = value;
2479 UPB_INLINE void google_protobuf_FileOptions_set_ruby_package(google_protobuf_FileOptions *msg, upb_strview value) {
2481 *UPB_PTR_AT(msg, UPB_SIZE(100, 176), upb_strview) = value;
2522 UPB_INLINE void google_protobuf_MessageOptions_set_message_set_wire_format(google_protobuf_MessageOptions *msg, bool value) {
2524 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2526 UPB_INLINE void google_protobuf_MessageOptions_set_no_standard_descriptor_accessor(google_protobuf_MessageOptions *msg, bool value) {
2528 *UPB_PTR_AT(msg, UPB_SIZE(2, 2), bool) = value;
2530 UPB_INLINE void google_protobuf_MessageOptions_set_deprecated(google_protobuf_MessageOptions *msg, bool value) {
2532 *UPB_PTR_AT(msg, UPB_SIZE(3, 3), bool) = value;
2534 UPB_INLINE void google_protobuf_MessageOptions_set_map_entry(google_protobuf_MessageOptions *msg, bool value) {
2536 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), bool) = value;
2581 UPB_INLINE void google_protobuf_FieldOptions_set_ctype(google_protobuf_FieldOptions *msg, int32_t value) {
2583 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
2585 UPB_INLINE void google_protobuf_FieldOptions_set_packed(google_protobuf_FieldOptions *msg, bool value) {
2587 *UPB_PTR_AT(msg, UPB_SIZE(24, 24), bool) = value;
2589 UPB_INLINE void google_protobuf_FieldOptions_set_deprecated(google_protobuf_FieldOptions *msg, bool value) {
2591 *UPB_PTR_AT(msg, UPB_SIZE(25, 25), bool) = value;
2593 UPB_INLINE void google_protobuf_FieldOptions_set_lazy(google_protobuf_FieldOptions *msg, bool value) {
2595 *UPB_PTR_AT(msg, UPB_SIZE(26, 26), bool) = value;
2597 UPB_INLINE void google_protobuf_FieldOptions_set_jstype(google_protobuf_FieldOptions *msg, int32_t value) {
2599 *UPB_PTR_AT(msg, UPB_SIZE(16, 16), int32_t) = value;
2601 UPB_INLINE void google_protobuf_FieldOptions_set_weak(google_protobuf_FieldOptions *msg, bool value) {
2603 *UPB_PTR_AT(msg, UPB_SIZE(27, 27), bool) = value;
2671 UPB_INLINE void google_protobuf_EnumOptions_set_allow_alias(google_protobuf_EnumOptions *msg, bool value) {
2673 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2675 UPB_INLINE void google_protobuf_EnumOptions_set_deprecated(google_protobuf_EnumOptions *msg, bool value) {
2677 *UPB_PTR_AT(msg, UPB_SIZE(2, 2), bool) = value;
2712 UPB_INLINE void google_protobuf_EnumValueOptions_set_deprecated(google_protobuf_EnumValueOptions *msg, bool value) {
2714 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2749 UPB_INLINE void google_protobuf_ServiceOptions_set_deprecated(google_protobuf_ServiceOptions *msg, bool value) {
2751 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2788 UPB_INLINE void google_protobuf_MethodOptions_set_deprecated(google_protobuf_MethodOptions *msg, bool value) {
2790 *UPB_PTR_AT(msg, UPB_SIZE(16, 16), bool) = value;
2792 UPB_INLINE void google_protobuf_MethodOptions_set_idempotency_level(google_protobuf_MethodOptions *msg, int32_t value) {
2794 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
2852 UPB_INLINE void google_protobuf_UninterpretedOption_set_identifier_value(google_protobuf_UninterpretedOption *msg, upb_strview value) {
2854 *UPB_PTR_AT(msg, UPB_SIZE(32, 32), upb_strview) = value;
2856 UPB_INLINE void google_protobuf_UninterpretedOption_set_positive_int_value(google_protobuf_UninterpretedOption *msg, uint64_t value) {
2858 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), uint64_t) = value;
2860 UPB_INLINE void google_protobuf_UninterpretedOption_set_negative_int_value(google_protobuf_UninterpretedOption *msg, int64_t value) {
2862 *UPB_PTR_AT(msg, UPB_SIZE(16, 16), int64_t) = value;
2864 UPB_INLINE void google_protobuf_UninterpretedOption_set_double_value(google_protobuf_UninterpretedOption *msg, double value) {
2866 *UPB_PTR_AT(msg, UPB_SIZE(24, 24), double) = value;
2868 UPB_INLINE void google_protobuf_UninterpretedOption_set_string_value(google_protobuf_UninterpretedOption *msg, upb_strview value) {
2870 *UPB_PTR_AT(msg, UPB_SIZE(40, 48), upb_strview) = value;
2872 UPB_INLINE void google_protobuf_UninterpretedOption_set_aggregate_value(google_protobuf_UninterpretedOption *msg, upb_strview value) {
2874 *UPB_PTR_AT(msg, UPB_SIZE(48, 64), upb_strview) = value;
2896 UPB_INLINE void google_protobuf_UninterpretedOption_NamePart_set_name_part(google_protobuf_UninterpretedOption_NamePart *msg, upb_strview value) {
2898 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2900 UPB_INLINE void google_protobuf_UninterpretedOption_NamePart_set_is_extension(google_protobuf_UninterpretedOption_NamePart *msg, bool value) {
2902 *UPB_PTR_AT(msg, UPB_SIZE(1, 1), bool) = value;
2978 UPB_INLINE void google_protobuf_SourceCodeInfo_Location_set_leading_comments(google_protobuf_SourceCodeInfo_Location *msg, upb_strview value) {
2980 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview) = value;
2982 UPB_INLINE void google_protobuf_SourceCodeInfo_Location_set_trailing_comments(google_protobuf_SourceCodeInfo_Location *msg, upb_strview value) {
2984 *UPB_PTR_AT(msg, UPB_SIZE(12, 24), upb_strview) = value;
3060 UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_source_file(google_protobuf_GeneratedCodeInfo_Annotation *msg, upb_strview value) {
3062 *UPB_PTR_AT(msg, UPB_SIZE(12, 16), upb_strview) = value;
3064 UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_begin(google_protobuf_GeneratedCodeInfo_Annotation *msg, int32_t value) {
3066 *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value;
3068 UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_end(google_protobuf_GeneratedCodeInfo_Annotation *msg, int32_t value) {
3070 *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int32_t) = value;
3432 /* Returns the value associated with this field. */
3435 /* Returns a mutable pointer to a map, array, or submessage value. If the given
3446 /* Sets the given field to the given value. For a msg/array/map/string, the
3447 * value must be in the same arena. */
3451 /* Clears any field presence and sets the value back to its default. */
3504 /* Creates a new map on the given arena with the given key/value size. */
3511 /* Stores a value for the given key into |*val| (or the zero value if the key is
3519 /* Sets the given key to the given value. Returns true if this was a new key in
3542 /* Returns the key and value for this entry of the map. */
3546 /* Sets the value for this entry. The iterator must not be done, and the
3548 void upb_mapiter_setvalue(upb_map *map, size_t iter, upb_msgval value);
3869 * the value. Any unset Start* handlers will propagate their closure to the
3949 /* Sets the value handler for the given field, which is defined as follows
3954 * // Called when the field's value is encountered. "d" contains
3962 * The value type must exactly match f->type().
4004 /* Like the previous, but templated on the type on the value (ie. int32).
4017 * // Called when a string value begins. The return value indicates the
4034 * // are all part of the same logical string. The return value indicates
4044 * // Called when a string value ends. Return value indicates whether
4392 typedef T1 value;
4397 typedef T2 value;
4402 typedef T2 value;
4407 static bool value;
4412 static bool value;
4416 bool is_same<T, U>::value = false;
4419 bool is_same<T, T>::value = true;
4488 /* BoundFunc2, BoundFunc3: Like Func2/Func3 except also contains a value that
4491 * Note that the second parameter is a const pointer, but our stored bound value
4778 /* Template class that attempts to wrap the return value of the function so it
4782 * a value that always indicates success.
4784 * value that indicates success or failure.
4802 /* Function wrapper that munges the return value from void to (bool)true. */
4815 /* Function wrapper that munges the return value from void to (void*)arg1 */
4828 /* Function wrapper that munges the return value from R to void*. */
4839 /* Function wrapper that munges the return value from bool to void*. */
5151 bool always_ok = is_same<typename F::FuncInfo::Return, void>::value;
5162 * in that case the value will be ignored. */
5164 typename F::FuncInfo::Closure>::value
5461 /* Resets the value of the sink. */
5668 /* Resets the value of the sink. */
5750 * calls to the decoder. The value is 14: a 5 byte unknown tag plus ten-byte
5751 * varint, less one because we are buffering an incomplete value.
5867 * This value may not be up-to-date when called from inside a parsing
6069 * NOTE: the JIT stores a slightly different value here for non-top frames.
6070 * It stores the value relative to the end of the enclosed message. But the
6203 * Storing two wire types in the primary value allows us to quickly rule out
6222 * that the decode function should immediately return the given value
6289 /* All decoding functions return this struct by value. */