Home
last modified time | relevance | path

Searched defs:StringProperty (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiPeer.java98 public static final class StringProperty extends Property<String> { class in TsiPeer
99 public StringProperty(@Nonnull String name, @Nonnull String value) { in StringProperty() method in TsiPeer.StringProperty
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java58 interface StringProperty interface in TestBackRefsWithPolymorphic
/external/libchrome-gestures/include/
Dprop_registry.h190 StringProperty(PropRegistry* reg, const char* name, const char* val) in StringProperty() function
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp23 void StringProperty(v8::Isolate* pIsolate, in StringProperty() function
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py1715 class StringProperty(MessageProperty): class