HomeSort by relevance Sort by last modified time
    Searched defs:IsMap (Results 1 - 12 of 12) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 185 public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messageType.Proto.Options.MapEntry;
338 return IsMap ? new MapFieldAccessor(property, this)
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.cc 464 if (current_->IsMap()) {
535 if (IsMap(*field)) {
639 if (current_->IsMap()) {
768 if (IsMap(*field)) {
    [all...]
protostream_objectwriter.h 202 bool IsMap() { return item_type_ == MAP; }
252 bool IsMap(const google::protobuf::Field& field);
utility.cc 312 bool IsMap(const google::protobuf::Field& field,
protostream_objectsource.cc 211 if (check_maps && IsMap(*field)) {
515 if (os->IsMap(*field)) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1153 func (t *Type) IsMap() bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1153 func (t *Type) IsMap() bool {
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 354 bool IsMap() const { return type_ == TYPE_MAP; }
467 } else if (IsMap()) {
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 510 milliseconds