Home
last modified time | relevance | path

Searched refs:getters (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java78 Set<String> getters = new TreeSet<String>(); in reflectivePrintWithIndent() local
85 getters.add(method.getName()); in reflectivePrintWithIndent()
90 for (String getter : getters) { in reflectivePrintWithIndent()
/frameworks/compile/slang/
DREADME.rst223 // The following is the individual setters and getters of
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md143 `Any` type). This class will provide type-safe getters and setters so that
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt823 * Added getters/setters to access the underlying ByteString of a string field