/external/protobuf/python/google/protobuf/ |
json_format.py | 243 # Duration, Timestamp and FieldMask have ToJsonString method to do the 451 # Durantion, Timestamp, FieldMask have FromJsonString method to do the 635 'google.protobuf.FieldMask': [_GenericMessageToJsonObject,
|
/external/protobuf/conformance/ |
conformance_test.cc | [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
protostream_objectsource.h | 226 // Render the "FieldMask" type.
|
protostream_objectwriter.h | 275 // Renders google.protobuf.FieldMask value.
|
protostream_objectsource_test.cc | 888 google::protobuf::FieldMask::descriptor()); 902 ::google::protobuf::FieldMask* mask = out.add_repeated_mask();
|
utility.cc | 290 "google.protobuf.BytesValue", "google.protobuf.FieldMask"};
|
protostream_objectsource.cc | 657 "Invalid FieldMask, unexpected field."); 707 (*renderers_)["google.protobuf.FieldMask"] = [all...] |
protostream_objectwriter.cc | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
json_format_test.py | 500 field_mask = field_mask_pb2.FieldMask() 508 ' "@type": "type.googleapis.com/google.protobuf.FieldMask",\n'
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
Conformance.cs | [all...] |
/external/protobuf/ |
Makefile.am | 175 csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs \ 406 objectivec/google/protobuf/FieldMask.pbobjc.h \ 407 objectivec/google/protobuf/FieldMask.pbobjc.m \ [all...] |
CHANGES.txt | 168 * Added runtime support for Any, Timestamp, Duration and FieldMask. 233 - FieldMaskUtil: utility functions to work with FieldMask. 245 - FieldMaskUtil: utility functions to work with FieldMask. [all...] |
/external/protobuf/util/ |
Makefile.am | 175 csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs \ 406 objectivec/google/protobuf/FieldMask.pbobjc.h \ 407 objectivec/google/protobuf/FieldMask.pbobjc.m \ [all...] |
CHANGES.txt | 168 * Added runtime support for Any, Timestamp, Duration and FieldMask. 233 - FieldMaskUtil: utility functions to work with FieldMask. 245 - FieldMaskUtil: utility functions to work with FieldMask. [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
ARMDecoderEmitter.cpp | 789 o.indent(Indentation) << "field_t fieldMask;\n"; 794 o.indent(Indentation) << "fieldMask = (field_t)-1;\n"; 800 o.indent(Indentation) << "fieldMask = ((1 << numBits) - 1) << startBit;\n"; 804 o.indent(Indentation) << "return (insn & fieldMask) >> startBit;\n"; [all...] |
FixedLenDecoderEmitter.cpp | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
reloc.c | 493 bfd_vma fieldmask, addrmask, signmask, ss, a; local 500 fieldmask = N_ONES (bitsize); 501 signmask = ~fieldmask; 502 addrmask = N_ONES (addrsize) | (fieldmask << rightshift); 513 signmask = ~ (fieldmask >> 1); 1419 bfd_vma addrmask, fieldmask, signmask, ss; local [all...] |
elf32-nds32.c | 4205 bfd_vma addrmask, fieldmask, signmask, ss; local [all...] |
ChangeLog-2010 | [all...] |
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
JsonFormatTest.java | [all...] |
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateTimePatternGenerator.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateTimePatternGenerator.java | [all...] |