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

  /external/flatbuffers/include/flatbuffers/
idl.h 228 struct FieldDef : public Definition {
229 FieldDef() : deprecated(false), required(false), key(false), padding(0) {}
263 SymbolTable<FieldDef> fields;
541 FieldDef **dest);
543 FLATBUFFERS_CHECKED_ERROR ParseAnyValue(Value &val, FieldDef *field,
554 FLATBUFFERS_CHECKED_ERROR ParseHash(Value &e, FieldDef* field);
580 FLATBUFFERS_CHECKED_ERROR CheckClash(std::vector<FieldDef*> &fields,
611 std::vector<std::pair<Value, FieldDef *>> field_stack_;
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionSetter.java 97 static class FieldDef {
102 FieldDef(Object object, Field field, Object key) {
114 if (obj instanceof FieldDef) {
115 FieldDef other = (FieldDef)obj;
348 * @return A list of {@link FieldDef}s corresponding to each object field that was modified.
351 public List<FieldDef> setOptionValue(String optionName, String valueText)
362 * @return A list of {@link FieldDef}s corresponding to each object field that was modified.
365 public List<FieldDef> setOptionValue(String optionName, String keyText, String valueText)
368 List<FieldDef> ret = new ArrayList<>()
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/protobuf/php/ext/google/protobuf/
upb.h 7 ** - upb::FieldDef (upb_fielddef): describes a message field.
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 7 ** - upb::FieldDef (upb_fielddef): describes a message field.
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1850 milliseconds