MCPcopy Create free account

hub / github.com/chrisdew/protobuf / functions

Functions2,656 in github.com/chrisdew/protobuf

↓ 4 callersMethodmutable_extension
protobuf/src/google/protobuf/descriptor.pb.h:2911
↓ 4 callersMethodmutable_message_type
protobuf/src/google/protobuf/descriptor.pb.h:2836
↓ 4 callersMethodmutable_nested_type
protobuf/src/google/protobuf/descriptor.pb.h:3154
↓ 4 callersMethodmutable_type_name
protobuf/src/google/protobuf/descriptor.pb.h:3418
↓ 4 callersMethodpy_generic_services
protobuf/src/google/protobuf/descriptor.pb.h:4378
↓ 4 callersMethoduid
example/protoservice.pb.h:473
↓ 3 callersFunctionAdd
protobuf/src/google/protobuf/extension_set.h:649
↓ 3 callersFunctionAddEmptyEnum
Empty enums technically aren't allowed. We need to insert a dummy value into them.
protobuf/src/google/protobuf/descriptor_unittest.cc:161
↓ 3 callersMethodAddError
implements ErrorCollector ---------------------------------------
protobuf/src/google/protobuf/io/tokenizer_unittest.cc:163
↓ 3 callersFunctionApplyMapping
Maps a file from an old location to a new one. Typically, old_prefix is a virtual path and new_prefix is its corresponding disk path. Returns false
protobuf/src/google/protobuf/compiler/importer.cc:289
↓ 3 callersMethodAssertHeld
protobuf/src/google/protobuf/stubs/common.cc:315
↓ 3 callersMethodByteCount
protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc:100
↓ 3 callersFunctionCanonicalizePath
Given a path, returns an equivalent path with these changes: - On Windows, any backslashes are replaced with forward slashes. - Any instances of the d
protobuf/src/google/protobuf/compiler/importer.cc:229
↓ 3 callersMethodCheckTypeAndMergeFrom
protobuf/src/google/protobuf/message.cc:69
↓ 3 callersFunctionClassName
protobuf/src/google/protobuf/compiler/java/java_helpers.cc:180
↓ 3 callersFunctionContainsParentReference
protobuf/src/google/protobuf/compiler/importer.cc:265
↓ 3 callersFunctionDefaultValue
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:243
↓ 3 callersFunctionEmbedAggregateValue
Helper function for tests that check for aggregate value parsing errors. The "value" argument is embedded inside the "uninterpreted_option" portion o
protobuf/src/google/protobuf/descriptor_unittest.cc:3470
↓ 3 callersFunctionExtendeeClassName
Returns the fully-qualified class name of the message that this field extends. This function is used in the Google-internal code to handle some legacy
protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc:52
↓ 3 callersFunctionFastHex32ToBuffer
protobuf/src/google/protobuf/stubs/strutil.cc:683
↓ 3 callersFunctionFastUInt64ToBuffer
protobuf/src/google/protobuf/stubs/strutil.h:395
↓ 3 callersFunctionFieldDescriptorProto_Label_IsValid
protobuf/src/google/protobuf/descriptor.pb.cc:2304
↓ 3 callersFunctionFieldDescriptorProto_Type_IsValid
protobuf/src/google/protobuf/descriptor.pb.cc:2251
↓ 3 callersFunctionFieldMessageTypeName
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:178
↓ 3 callersFunctionFieldOptions_CType_IsValid
protobuf/src/google/protobuf/descriptor.pb.cc:5137
↓ 3 callersFunctionFileJavaPackage
protobuf/src/google/protobuf/compiler/java/java_helpers.cc:136
↓ 3 callersFunctionFileOptions_OptimizeMode_IsValid
protobuf/src/google/protobuf/descriptor.pb.cc:4230
↓ 3 callersMethodFindAllExtensions
protobuf/src/google/protobuf/descriptor.cc:628
↓ 3 callersMethodFindFileByName
protobuf/src/google/protobuf/compiler/importer.cc:122
↓ 3 callersMethodFindSymbol
protobuf/src/google/protobuf/descriptor_database.cc:180
↓ 3 callersFunctionFixedSize
For encodings with fixed sizes, returns that size in bytes. Otherwise returns -1.
protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc:52
↓ 3 callersMethodFlush
protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc:187
↓ 3 callersMethodGetDirectBufferForNBytesAndAdvance
protobuf/src/google/protobuf/io/coded_stream.h:888
↓ 3 callersMethodGetEntries
example/protoservice.pb.cc:941
↓ 3 callersMethodGetType
protobuf_for_node.cc:431
↓ 3 callersFunctionHasFastArraySerialization
Should we generate a separate, super-optimized code path for serializing to flat arrays? We don't do this in Lite mode because we'd rather reduce cod
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h:149
↓ 3 callersMethodIndent
Indent text by two spaces. After calling Indent(), two spaces will be inserted at the beginning of each line of text. Indent() may be called multipl
protobuf/src/google/protobuf/text_format.cc:710
↓ 3 callersMethodInitAsDefaultInstance
example/protoservice.pb.cc:162
↓ 3 callersMethodInitAsDefaultInstance
protobuf/src/google/protobuf/compiler/plugin.pb.cc:172
↓ 3 callersFunctionInitGeneratedPoolOnce
protobuf/src/google/protobuf/descriptor.cc:821
↓ 3 callersFunctionInitLogSilencerCountOnce
protobuf/src/google/protobuf/stubs/common.cc:137
↓ 3 callersFunctionIsValidFloatChar
protobuf/src/google/protobuf/stubs/strutil.cc:975
↓ 3 callersMethodMergeFrom
protobuf/src/google/protobuf/compiler/plugin.pb.cc:410
↓ 3 callersMethodNewMessage
protobuf_for_node.cc:427
↓ 3 callersMethodOutdent
Reduces the current indent level by two spaces, or crashes if the indent level is zero.
protobuf/src/google/protobuf/text_format.cc:716
↓ 3 callersMethodParseFromFileDescriptor
protobuf/src/google/protobuf/message.cc:118
↓ 3 callersFunctionPrintFieldComment
protobuf/src/google/protobuf/compiler/java/java_message.cc:57
↓ 3 callersFunctionRegister
This function is only called at startup, so there is no need for thread- safety.
protobuf/src/google/protobuf/extension_set.cc:79
↓ 3 callersMethodReset
protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc:995
↓ 3 callersMethodSetTotalBytesLimit
protobuf/src/google/protobuf/io/coded_stream.cc:144
↓ 3 callersFunctionStripProto
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:184
↓ 3 callersFunctionStripString
---------------------------------------------------------------------- StripString Replaces any occurrence of the character 'remove' (or the character
protobuf/src/google/protobuf/stubs/strutil.cc:87
↓ 3 callersMethodTruncate
protobuf/src/google/protobuf/repeated_field.h:612
↓ 3 callersMethodWriteVarint32SignExtended
protobuf/src/google/protobuf/io/coded_stream.h:908
↓ 3 callersMethodadd_extension_range
protobuf/src/google/protobuf/descriptor.pb.h:3207
↓ 3 callersMethodadd_field
protobuf/src/google/protobuf/descriptor.pb.h:3107
↓ 3 callersMethodadd_file
protobuf/src/google/protobuf/compiler/plugin.pb.h:760
↓ 3 callersMethodadd_method
protobuf/src/google/protobuf/descriptor.pb.h:3885
↓ 3 callersMethodadd_nested_type
protobuf/src/google/protobuf/descriptor.pb.h:3157
↓ 3 callersMethodadd_service
protobuf/src/google/protobuf/descriptor.pb.h:2889
↓ 3 callersMethodadd_value
protobuf/src/google/protobuf/descriptor.pb.h:3656
↓ 3 callersFunctionascii_isdigit
protobuf/src/google/protobuf/stubs/strutil.h:68
↓ 3 callersMethodhas_double_value
optional double double_value = 6;
protobuf/src/google/protobuf/descriptor.pb.h:4970
↓ 3 callersMethodhas_identifier_value
optional string identifier_value = 3;
protobuf/src/google/protobuf/descriptor.pb.h:4868
↓ 3 callersMethodhas_java_package
optional string java_package = 1;
protobuf/src/google/protobuf/descriptor.pb.h:4138
↓ 3 callersMethodhas_optimize_for
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
protobuf/src/google/protobuf/descriptor.pb.h:4298
↓ 3 callersMethodhas_type_name
optional string type_name = 6;
protobuf/src/google/protobuf/descriptor.pb.h:3379
↓ 3 callersFunctionhex_digit_to_int
protobuf/src/google/protobuf/stubs/strutil.cc:246
↓ 3 callersMethodmutable_content
protobuf/src/google/protobuf/compiler/plugin.pb.h:667
↓ 3 callersMethodmutable_file
protobuf/src/google/protobuf/compiler/plugin.pb.h:757
↓ 3 callersMethodmutable_input_type
protobuf/src/google/protobuf/descriptor.pb.h:4028
↓ 3 callersMethodmutable_output_type
protobuf/src/google/protobuf/descriptor.pb.h:4086
↓ 3 callersMethodmutable_package
protobuf/src/google/protobuf/descriptor.pb.h:2764
↓ 3 callersMethodmutable_path
protobuf/src/google/protobuf/descriptor.pb.h:5131
↓ 3 callersFunctionreal_type
protobuf/src/google/protobuf/extension_set_heavy.cc:96
↓ 3 callersMethodset_end
protobuf/src/google/protobuf/descriptor.pb.h:3027
↓ 3 callersMethodset_start
protobuf/src/google/protobuf/descriptor.pb.h:3005
↓ 2 callersMethodAddAliasUnderParent
protobuf/src/google/protobuf/descriptor.cc:649
↓ 2 callersMethodAddAlreadyReserved
protobuf/src/google/protobuf/repeated_field.h:461
↓ 2 callersFunctionAddEntry
Copy a struct passwd into a response message.
example/protoservice.cc:21
↓ 2 callersMethodAddError
protobuf/src/google/protobuf/compiler/importer.cc:170
↓ 2 callersFunctionAddExtension
protobuf/src/google/protobuf/extension_set.h:883
↓ 2 callersMethodAddFile
protobuf/src/google/protobuf/descriptor_database.cc:53
↓ 2 callersFunctionAddToDatabase
protobuf/src/google/protobuf/descriptor_unittest.cc:3647
↓ 2 callersFunctionAlignTo
protobuf/src/google/protobuf/dynamic_message.cc:148
↓ 2 callersFunctionAllocatedRepeatedPtrFieldBackInserter
protobuf/src/google/protobuf/repeated_field.h:1285
↓ 2 callersMethodAllowPlugins
protobuf/src/google/protobuf/compiler/command_line_interface.cc:582
↓ 2 callersMethodAppend
Append the fields in 'other' to this group.
protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:189
↓ 2 callersMethodBuildFileCollectingErrors
protobuf/src/google/protobuf/descriptor.cc:2204
↓ 2 callersMethodCheckpoint
protobuf/src/google/protobuf/descriptor.cc:504
↓ 2 callersMethodClearField
protobuf/src/google/protobuf/generated_message_reflection.cc:456
↓ 2 callersFunctionDelocalizeRadix
protobuf/src/google/protobuf/stubs/strutil.cc:981
↓ 2 callersFunctionDivideRoundingUp
protobuf/src/google/protobuf/dynamic_message.cc:142
↓ 2 callersFunctionDotsToColons
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:56
↓ 2 callersFunctionDotsToUnderscores
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:52
↓ 2 callersFunctionDoubleToBuffer
protobuf/src/google/protobuf/stubs/strutil.cc:1008
↓ 2 callersFunctionEscapeTrigraphs
Escape C++ trigraphs by escaping question marks to \?
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:340
↓ 2 callersMethodExpectClearViaReflection
protobuf/src/google/protobuf/test_util.cc:2585
↓ 2 callersFunctionExportService
protobuf_for_node.cc:745
↓ 2 callersFunctionFieldScope
Returns the scope where the field was defined (for extensions, this is different from the message type to which the field applies).
protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h:77
← previousnext →401–500 of 2,656, ranked by callers