HomeSort by relevance Sort by last modified time
    Searched refs:GetTagFieldNumber (Results 1 - 24 of 24) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.cc 76 int number = WireFormatLite::GetTagFieldNumber(tag);
113 WireFormatLite::GetTagFieldNumber(tag),
402 int field_number = WireFormatLite::GetTagFieldNumber(tag);
550 WireFormatLite::GetTagFieldNumber(tag),
631 WireFormatLite::GetTagFieldNumber(tag),
682 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag),
    [all...]
wrappers.pb.cc 404 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
662 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
920 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
    [all...]
wire_format_lite.cc 146 WireFormatLite::GetTagFieldNumber(tag),
201 WireFormatLite::GetTagFieldNumber(tag),
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
597 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
duration.pb.cc 215 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
field_mask.pb.cc 191 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
source_context.pb.cc 193 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
timestamp.pb.cc 229 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
struct.pb.cc 298 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
621 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
    [all...]
any.pb.cc 213 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
api.pb.cc 288 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
    [all...]
descriptor.pb.cc     [all...]
type.pb.cc 381 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
    [all...]
extension_set.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 91 public static int GetTagFieldNumber(uint tag)
CodedInputStream.cs 451 int startField = WireFormat.GetTagFieldNumber(startGroupTag);
452 int endField = WireFormat.GetTagFieldNumber(tag);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
536 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
536 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
536 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
597 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 154 static int GetTagFieldNumber(uint32 tag);
536 inline int WireFormatLite::GetTagFieldNumber(uint32 tag) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 264 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
768 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 409 Assert.AreEqual(1, WireFormat.GetTagFieldNumber(tag));
413 Assert.AreEqual(2, WireFormat.GetTagFieldNumber(tag));
  /frameworks/base/tools/incident_report/
main.cpp 93 int fieldId = WireFormatLite::GetTagFieldNumber(tag);

Completed in 910 milliseconds