/external/protobuf/src/google/protobuf/ |
D | test_util.h | 195 const Reflection* reflection = message->GetReflection(); in SetAllFieldsViaReflection() local 198 reflection->SetInt32(message, F("optional_int32"), 101); in SetAllFieldsViaReflection() 199 reflection->SetInt64(message, F("optional_int64"), 102); in SetAllFieldsViaReflection() 200 reflection->SetUInt32(message, F("optional_uint32"), 103); in SetAllFieldsViaReflection() 201 reflection->SetUInt64(message, F("optional_uint64"), 104); in SetAllFieldsViaReflection() 202 reflection->SetInt32(message, F("optional_sint32"), 105); in SetAllFieldsViaReflection() 203 reflection->SetInt64(message, F("optional_sint64"), 106); in SetAllFieldsViaReflection() 204 reflection->SetUInt32(message, F("optional_fixed32"), 107); in SetAllFieldsViaReflection() 205 reflection->SetUInt64(message, F("optional_fixed64"), 108); in SetAllFieldsViaReflection() 206 reflection->SetInt32(message, F("optional_sfixed32"), 109); in SetAllFieldsViaReflection() [all …]
|
D | map_test_util.cc | 349 const Reflection* reflection = message->GetReflection(); in SetMapFieldsViaReflection() local 354 sub_message = reflection->AddMessage(message, F("map_int32_int32")); in SetMapFieldsViaReflection() 358 sub_message = reflection->AddMessage(message, F("map_int64_int64")); in SetMapFieldsViaReflection() 362 sub_message = reflection->AddMessage(message, F("map_uint32_uint32")); in SetMapFieldsViaReflection() 368 sub_message = reflection->AddMessage(message, F("map_uint64_uint64")); in SetMapFieldsViaReflection() 374 sub_message = reflection->AddMessage(message, F("map_sint32_sint32")); in SetMapFieldsViaReflection() 380 sub_message = reflection->AddMessage(message, F("map_sint64_sint64")); in SetMapFieldsViaReflection() 386 sub_message = reflection->AddMessage(message, F("map_fixed32_fixed32")); in SetMapFieldsViaReflection() 392 sub_message = reflection->AddMessage(message, F("map_fixed64_fixed64")); in SetMapFieldsViaReflection() 398 sub_message = reflection->AddMessage(message, F("map_sfixed32_sfixed32")); in SetMapFieldsViaReflection() [all …]
|
D | generated_message_reflection_unittest.cc | 79 const Reflection* reflection = message.GetReflection(); in TEST() local 85 &reflection->GetMessage(message, F("optionalgroup"))); in TEST() 87 &reflection->GetMessage(message, F("optional_nested_message"))); in TEST() 89 &reflection->GetMessage(message, F("optional_foreign_message"))); in TEST() 91 &reflection->GetMessage(message, F("optional_import_message"))); in TEST() 116 const Reflection* reflection = message.GetReflection(); in TEST() local 121 &reflection->GetStringReference(message, F("optional_string"), &scratch)) in TEST() 125 &reflection->GetRepeatedStringReference( in TEST() 143 const Reflection* reflection = message.GetReflection(); in TEST() local 146 &reflection->GetMessage(message, F("optionalgroup"))); in TEST() [all …]
|
/external/libtextclassifier/native/utils/flatbuffers/ |
D | reflection.h | 33 static const reflection::BaseType value; 37 inline const reflection::BaseType flatbuffers_base_type<T>::value = 38 reflection::None; 41 inline const reflection::BaseType flatbuffers_base_type<bool>::value = 42 reflection::Bool; 45 inline const reflection::BaseType flatbuffers_base_type<int8>::value = 46 reflection::Byte; 49 inline const reflection::BaseType flatbuffers_base_type<uint8>::value = 50 reflection::UByte; 53 inline const reflection::BaseType flatbuffers_base_type<int16>::value = [all …]
|
D | reflection.cc | 21 const reflection::Field* GetFieldOrNull(const reflection::Object* type, in GetFieldOrNull() 27 const reflection::Field* GetFieldOrNull(const reflection::Object* type, in GetFieldOrNull() 32 for (const reflection::Field* field : *type->fields()) { in GetFieldOrNull() 40 const reflection::Field* GetFieldOrNull(const reflection::Object* type, in GetFieldOrNull() 51 const reflection::Field* GetFieldOrNull(const reflection::Object* type, in GetFieldOrNull() 63 const reflection::Field* GetFieldOrNull(const reflection::Object* type, in GetFieldOrNull() 69 const reflection::Object* TypeForName(const reflection::Schema* schema, in TypeForName() 71 for (const reflection::Object* object : *schema->objects()) { in TypeForName() 79 Optional<int> TypeIdForObject(const reflection::Schema* schema, in TypeIdForObject() 80 const reflection::Object* type) { in TypeIdForObject() [all …]
|
D | mutable.h | 48 bool IsMatchingType(const reflection::BaseType type) { in IsMatchingType() 50 case reflection::String: in IsMatchingType() 52 case reflection::Obj: in IsMatchingType() 68 MutableFlatbuffer(const reflection::Schema* schema, in MutableFlatbuffer() 69 const reflection::Object* type) in MutableFlatbuffer() 74 const reflection::Field* GetFieldOrNull(const StringPiece field_name) const; 75 const reflection::Field* GetFieldOrNull(const FlatbufferField* field) const; 76 const reflection::Field* GetFieldOrNull(const int field_offset) const; 81 reflection::Field const** field); 93 bool Set(const reflection::Field* field, T value); [all …]
|
D | mutable.cc | 56 bool ParseAndSetField(const reflection::Field* field, in ParseAndSetField() 63 if (field->type()->base_type() == reflection::Vector) { in ParseAndSetField() 74 const reflection::Schema* schema, StringPiece root_type) in MutableFlatbufferBuilder() 96 const reflection::Object* type) const { in NewTable() 103 const reflection::Field* MutableFlatbuffer::GetFieldOrNull( in GetFieldOrNull() 108 const reflection::Field* MutableFlatbuffer::GetFieldOrNull( in GetFieldOrNull() 115 reflection::Field const** field) { in GetFieldWithParent() 135 const reflection::Field* MutableFlatbuffer::GetFieldOrNull( in GetFieldOrNull() 140 bool MutableFlatbuffer::SetFromEnumValueName(const reflection::Field* field, in SetFromEnumValueName() 155 if (const reflection::Field* field = GetFieldOrNull(field_name)) { in SetFromEnumValueName() [all …]
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/ |
D | ServerReflectionResponse.java | 4 package io.grpc.reflection.v1alpha; 64 io.grpc.reflection.v1alpha.ServerReflectionRequest.Builder subBuilder = null; in ServerReflectionResponse() 68 …originalRequest_ = input.readMessage(io.grpc.reflection.v1alpha.ServerReflectionRequest.parser(), … in ServerReflectionResponse() 77 io.grpc.reflection.v1alpha.FileDescriptorResponse.Builder subBuilder = null; in ServerReflectionResponse() 79 … subBuilder = ((io.grpc.reflection.v1alpha.FileDescriptorResponse) messageResponse_).toBuilder(); in ServerReflectionResponse() 82 … input.readMessage(io.grpc.reflection.v1alpha.FileDescriptorResponse.parser(), extensionRegistry); in ServerReflectionResponse() 84 … subBuilder.mergeFrom((io.grpc.reflection.v1alpha.FileDescriptorResponse) messageResponse_); in ServerReflectionResponse() 91 io.grpc.reflection.v1alpha.ExtensionNumberResponse.Builder subBuilder = null; in ServerReflectionResponse() 93 … subBuilder = ((io.grpc.reflection.v1alpha.ExtensionNumberResponse) messageResponse_).toBuilder(); in ServerReflectionResponse() 96 … input.readMessage(io.grpc.reflection.v1alpha.ExtensionNumberResponse.parser(), extensionRegistry); in ServerReflectionResponse() [all …]
|
D | ListServiceResponse.java | 4 package io.grpc.reflection.v1alpha; 59 service_ = new java.util.ArrayList<io.grpc.reflection.v1alpha.ServiceResponse>(); in ListServiceResponse() 63 … input.readMessage(io.grpc.reflection.v1alpha.ServiceResponse.parser(), extensionRegistry)); in ListServiceResponse() 83 …return io.grpc.reflection.v1alpha.ServerReflectionProto.internal_static_grpc_reflection_v1alpha_Li… in getDescriptor() 88 …return io.grpc.reflection.v1alpha.ServerReflectionProto.internal_static_grpc_reflection_v1alpha_Li… in internalGetFieldAccessorTable() 90 …io.grpc.reflection.v1alpha.ListServiceResponse.class, io.grpc.reflection.v1alpha.ListServiceRespon… in internalGetFieldAccessorTable() 94 private java.util.List<io.grpc.reflection.v1alpha.ServiceResponse> service_; 103 public java.util.List<io.grpc.reflection.v1alpha.ServiceResponse> getServiceList() { in getServiceList() 114 public java.util.List<? extends io.grpc.reflection.v1alpha.ServiceResponseOrBuilder> 137 public io.grpc.reflection.v1alpha.ServiceResponse getService(int index) { in getService() [all …]
|
D | ServerReflectionResponseOrBuilder.java | 4 package io.grpc.reflection.v1alpha; 27 io.grpc.reflection.v1alpha.ServerReflectionRequest getOriginalRequest(); in getOriginalRequest() 31 io.grpc.reflection.v1alpha.ServerReflectionRequestOrBuilder getOriginalRequestOrBuilder(); in getOriginalRequestOrBuilder() 58 io.grpc.reflection.v1alpha.FileDescriptorResponse getFileDescriptorResponse(); in getFileDescriptorResponse() 71 io.grpc.reflection.v1alpha.FileDescriptorResponseOrBuilder getFileDescriptorResponseOrBuilder(); in getFileDescriptorResponseOrBuilder() 88 io.grpc.reflection.v1alpha.ExtensionNumberResponse getAllExtensionNumbersResponse(); in getAllExtensionNumbersResponse() 96 …io.grpc.reflection.v1alpha.ExtensionNumberResponseOrBuilder getAllExtensionNumbersResponseOrBuilde… in getAllExtensionNumbersResponseOrBuilder() 113 io.grpc.reflection.v1alpha.ListServiceResponse getListServicesResponse(); in getListServicesResponse() 121 io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder getListServicesResponseOrBuilder(); in getListServicesResponseOrBuilder() 138 io.grpc.reflection.v1alpha.ErrorResponse getErrorResponse(); in getErrorResponse() [all …]
|
D | FileDescriptorResponse.java | 4 package io.grpc.reflection.v1alpha; 84 …return io.grpc.reflection.v1alpha.ServerReflectionProto.internal_static_grpc_reflection_v1alpha_Fi… in getDescriptor() 89 …return io.grpc.reflection.v1alpha.ServerReflectionProto.internal_static_grpc_reflection_v1alpha_Fi… in internalGetFieldAccessorTable() 91 …io.grpc.reflection.v1alpha.FileDescriptorResponse.class, io.grpc.reflection.v1alpha.FileDescriptor… in internalGetFieldAccessorTable() 176 if (!(obj instanceof io.grpc.reflection.v1alpha.FileDescriptorResponse)) { in equals() 179 …io.grpc.reflection.v1alpha.FileDescriptorResponse other = (io.grpc.reflection.v1alpha.FileDescript… in equals() 204 public static io.grpc.reflection.v1alpha.FileDescriptorResponse parseFrom( in parseFrom() 209 public static io.grpc.reflection.v1alpha.FileDescriptorResponse parseFrom( in parseFrom() 215 public static io.grpc.reflection.v1alpha.FileDescriptorResponse parseFrom( in parseFrom() 220 public static io.grpc.reflection.v1alpha.FileDescriptorResponse parseFrom( in parseFrom() [all …]
|
/external/flatbuffers/src/ |
D | reflection.cpp | 25 int64_t GetAnyValueI(reflection::BaseType type, const uint8_t *data) { in GetAnyValueI() 29 case reflection::UType: in GetAnyValueI() 30 case reflection::Bool: in GetAnyValueI() 31 case reflection::UByte: return FLATBUFFERS_GET(uint8_t); in GetAnyValueI() 32 case reflection::Byte: return FLATBUFFERS_GET(int8_t); in GetAnyValueI() 33 case reflection::Short: return FLATBUFFERS_GET(int16_t); in GetAnyValueI() 34 case reflection::UShort: return FLATBUFFERS_GET(uint16_t); in GetAnyValueI() 35 case reflection::Int: return FLATBUFFERS_GET(int32_t); in GetAnyValueI() 36 case reflection::UInt: return FLATBUFFERS_GET(uint32_t); in GetAnyValueI() 37 case reflection::Long: return FLATBUFFERS_GET(int64_t); in GetAnyValueI() [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection.h | 33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() 34 return t >= reflection::UType && t <= reflection::Double; in IsScalar() 36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() 37 return t >= reflection::UType && t <= reflection::ULong; in IsInteger() 39 inline bool IsFloat(reflection::BaseType t) { in IsFloat() 40 return t == reflection::Float || t == reflection::Double; in IsFloat() 42 inline bool IsLong(reflection::BaseType t) { in IsLong() 43 return t == reflection::Long || t == reflection::ULong; in IsLong() 47 inline size_t GetTypeSize(reflection::BaseType base_type) { in GetTypeSize() 55 inline size_t GetTypeSizeInline(reflection::BaseType base_type, int type_index, in GetTypeSizeInline() [all …]
|
D | reflection_generated.h | 9 namespace reflection { 122 reflection::BaseType base_type() const { in base_type() 123 return static_cast<reflection::BaseType>(GetField<int8_t>(VT_BASE_TYPE, 0)); in base_type() 125 reflection::BaseType element() const { in element() 126 return static_cast<reflection::BaseType>(GetField<int8_t>(VT_ELEMENT, 0)); in element() 148 void add_base_type(reflection::BaseType base_type) { in add_base_type() 151 void add_element(reflection::BaseType element) { in add_element() 174 reflection::BaseType base_type = reflection::None, 175 reflection::BaseType element = reflection::None, 253 return reflection::CreateKeyValue( [all …]
|
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | value.h | 51 return arena->AllocAndInit<SemanticValue>(reflection::BaseType::String, in Create() 58 reflection::BaseType::String, in Create() 72 static const SemanticValue* Create(const reflection::Object* type, in Create() 78 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() 85 static const SemanticValue* Create(const reflection::BaseType base_type, in Create() 88 case reflection::BaseType::Bool: in Create() 91 flatbuffers_cpp_type<reflection::BaseType::Bool>::value>(value), in Create() 93 case reflection::BaseType::Byte: in Create() 96 flatbuffers_cpp_type<reflection::BaseType::Byte>::value>(value), in Create() 98 case reflection::BaseType::UByte: in Create() [all …]
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 94 out->reset(reflection() in GetDefault() 102 ? reflection().GetRepeatedInt32(*message_, descriptor_, index_) in Load() 103 : reflection().GetInt32(*message_, descriptor_); in Load() 108 ? reflection().GetRepeatedInt64(*message_, descriptor_, index_) in Load() 109 : reflection().GetInt64(*message_, descriptor_); in Load() 113 *value = is_repeated() ? reflection().GetRepeatedUInt32(*message_, in Load() 115 : reflection().GetUInt32(*message_, descriptor_); in Load() 119 *value = is_repeated() ? reflection().GetRepeatedUInt64(*message_, in Load() 121 : reflection().GetUInt64(*message_, descriptor_); in Load() 125 *value = is_repeated() ? reflection().GetRepeatedDouble(*message_, in Load() [all …]
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.cc | 64 void LuaEnvironment::PushFlatbuffer(const reflection::Schema* schema, in PushFlatbuffer() 65 const reflection::Object* type, in PushFlatbuffer() 71 int LuaEnvironment::GetField(const reflection::Schema* schema, in GetField() 72 const reflection::Object* type, in GetField() 75 const reflection::Field* field = type->fields()->LookupByKey(field_name); in GetField() 81 const reflection::BaseType field_type = field->type()->base_type(); in GetField() 83 case reflection::Bool: in GetField() 86 case reflection::UByte: in GetField() 89 case reflection::Byte: in GetField() 92 case reflection::Int: in GetField() [all …]
|
/external/libtextclassifier/native/actions/ |
D | test-utils.cc | 28 std::vector<flatbuffers::Offset<reflection::Field>> fields = { in TestEntityDataSchema() 29 reflection::CreateField( in TestEntityDataSchema() 33 reflection::CreateType(schema_builder, in TestEntityDataSchema() 34 /*base_type=*/reflection::String), in TestEntityDataSchema() 37 reflection::CreateField( in TestEntityDataSchema() 41 reflection::CreateType(schema_builder, in TestEntityDataSchema() 42 /*base_type=*/reflection::String), in TestEntityDataSchema() 45 reflection::CreateField( in TestEntityDataSchema() 49 reflection::CreateType(schema_builder, in TestEntityDataSchema() 50 /*base_type=*/reflection::String), in TestEntityDataSchema() [all …]
|
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/ |
D | NestedTypeOuter.java | 4 package io.grpc.reflection.testing; 65 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in getDescriptor() 70 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in internalGetFieldAccessorTable() 72 …io.grpc.reflection.testing.NestedTypeOuter.class, io.grpc.reflection.testing.NestedTypeOuter.Build… in internalGetFieldAccessorTable() 138 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in getDescriptor() 143 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in internalGetFieldAccessorTable() 145 …io.grpc.reflection.testing.NestedTypeOuter.Middle.class, io.grpc.reflection.testing.NestedTypeOute… in internalGetFieldAccessorTable() 227 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in getDescriptor() 232 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in internalGetFieldAccessorTable() 234 …io.grpc.reflection.testing.NestedTypeOuter.Middle.Inner.class, io.grpc.reflection.testing.NestedTy… in internalGetFieldAccessorTable() [all …]
|
D | EmptyMessage.java | 4 package io.grpc.reflection.testing; 65 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in getDescriptor() 70 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in internalGetFieldAccessorTable() 72 …io.grpc.reflection.testing.EmptyMessage.class, io.grpc.reflection.testing.EmptyMessage.Builder.cla… in internalGetFieldAccessorTable() 105 if (!(obj instanceof io.grpc.reflection.testing.EmptyMessage)) { in equals() 108 io.grpc.reflection.testing.EmptyMessage other = (io.grpc.reflection.testing.EmptyMessage) obj; in equals() 127 public static io.grpc.reflection.testing.EmptyMessage parseFrom( in parseFrom() 132 public static io.grpc.reflection.testing.EmptyMessage parseFrom( in parseFrom() 138 public static io.grpc.reflection.testing.EmptyMessage parseFrom( in parseFrom() 143 public static io.grpc.reflection.testing.EmptyMessage parseFrom( in parseFrom() [all …]
|
D | ThirdLevelType.java | 4 package io.grpc.reflection.testing; 16 …lType(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<io.grpc.reflection.testing.ThirdLev… in ThirdLevelType() 74 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in getDescriptor() 79 …return io.grpc.reflection.testing.ReflectionTestDepthThreeProto.internal_static_grpc_reflection_te… in internalGetFieldAccessorTable() 81 …io.grpc.reflection.testing.ThirdLevelType.class, io.grpc.reflection.testing.ThirdLevelType.Builder… in internalGetFieldAccessorTable() 144 .ExtendableMessage<io.grpc.reflection.testing.ThirdLevelType>.ExtensionWriter in writeTo() 172 if (!(obj instanceof io.grpc.reflection.testing.ThirdLevelType)) { in equals() 175 … io.grpc.reflection.testing.ThirdLevelType other = (io.grpc.reflection.testing.ThirdLevelType) obj; in equals() 206 public static io.grpc.reflection.testing.ThirdLevelType parseFrom( in parseFrom() 211 public static io.grpc.reflection.testing.ThirdLevelType parseFrom( in parseFrom() [all …]
|
D | TypeWithExtensions.java | 4 package io.grpc.reflection.testing; 16 …sions(com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<io.grpc.reflection.testing.TypeWith… in TypeWithExtensions() 74 …return io.grpc.reflection.testing.DynamicReflectionTestDepthTwoProto.internal_static_grpc_reflecti… in getDescriptor() 79 …return io.grpc.reflection.testing.DynamicReflectionTestDepthTwoProto.internal_static_grpc_reflecti… in internalGetFieldAccessorTable() 81 …io.grpc.reflection.testing.TypeWithExtensions.class, io.grpc.reflection.testing.TypeWithExtensions… in internalGetFieldAccessorTable() 144 .ExtendableMessage<io.grpc.reflection.testing.TypeWithExtensions>.ExtensionWriter in writeTo() 172 if (!(obj instanceof io.grpc.reflection.testing.TypeWithExtensions)) { in equals() 175 …io.grpc.reflection.testing.TypeWithExtensions other = (io.grpc.reflection.testing.TypeWithExtensio… in equals() 206 public static io.grpc.reflection.testing.TypeWithExtensions parseFrom( in parseFrom() 211 public static io.grpc.reflection.testing.TypeWithExtensions parseFrom( in parseFrom() [all …]
|
D | DynamicReply.java | 4 package io.grpc.reflection.testing; 73 …return io.grpc.reflection.testing.DynamicReflectionTestDepthTwoProto.internal_static_grpc_reflecti… in getDescriptor() 78 …return io.grpc.reflection.testing.DynamicReflectionTestDepthTwoProto.internal_static_grpc_reflecti… in internalGetFieldAccessorTable() 80 …io.grpc.reflection.testing.DynamicReply.class, io.grpc.reflection.testing.DynamicReply.Builder.cla… in internalGetFieldAccessorTable() 162 if (!(obj instanceof io.grpc.reflection.testing.DynamicReply)) { in equals() 165 io.grpc.reflection.testing.DynamicReply other = (io.grpc.reflection.testing.DynamicReply) obj; in equals() 193 public static io.grpc.reflection.testing.DynamicReply parseFrom( in parseFrom() 198 public static io.grpc.reflection.testing.DynamicReply parseFrom( in parseFrom() 204 public static io.grpc.reflection.testing.DynamicReply parseFrom( in parseFrom() 209 public static io.grpc.reflection.testing.DynamicReply parseFrom( in parseFrom() [all …]
|
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/ |
D | compose-eval.cc | 27 Status TrySetField(const reflection::Field* field, const SemanticValue* value, in TrySetField() 36 Status TrySetField<flatbuffers::Table>(const reflection::Field* field, in TrySetField() 48 Status TryAddField(const reflection::Field* field, const SemanticValue* value, in TryAddField() 57 Status TryAddField<flatbuffers::Table>(const reflection::Field* field, in TryAddField() 72 const reflection::Field* field; in TrySetOrAddValue() 76 if (field->type()->base_type() == reflection::Vector) { in TrySetOrAddValue() 109 case reflection::BaseType::Bool: { in Apply() 114 case reflection::BaseType::Byte: { in Apply() 119 case reflection::BaseType::UByte: { in Apply() 124 case reflection::BaseType::Short: { in Apply() [all …]
|
/external/libtextclassifier/native/utils/testing/ |
D | annotator.cc | 75 flatbuffers::GetRoot<reflection::Schema>( in AddTestRegexModel() 135 std::vector<flatbuffers::Offset<reflection::Field>> fields = { in AddTestEntitySchemaData() 136 reflection::CreateField( in AddTestEntitySchemaData() 140 reflection::CreateType(schema_builder, in AddTestEntitySchemaData() 141 /*base_type=*/reflection::String), in AddTestEntitySchemaData() 144 reflection::CreateField( in AddTestEntitySchemaData() 148 reflection::CreateType(schema_builder, in AddTestEntitySchemaData() 149 /*base_type=*/reflection::Bool), in AddTestEntitySchemaData() 152 reflection::CreateField( in AddTestEntitySchemaData() 156 reflection::CreateType(schema_builder, in AddTestEntitySchemaData() [all …]
|