HomeSort by relevance Sort by last modified time
    Searched full:an_enum (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protojson_test.py 66 an_enum = messages.EnumField(Color, 6) variable in class:MyMessage
197 message = protojson.decode_message(MyMessage, '{"an_enum": 2}')
200 expected_message.an_enum = MyMessage.Color.GREEN
211 '{"an_enum": 89}')
215 message = protojson.decode_message(MyMessage, '{"an_enum": "RED"}')
218 expected_message.an_enum = MyMessage.Color.RED
229 '{"an_enum": "IAMINVALID"}')
238 '{"an_enum": ""}')
246 ' "an_enum": null'
  /external/clang/test/Sema/
enum.c 93 } an_enum; typedef in typeref:enum:__anon9314
94 char * s = (an_enum) an_enumerator; // expected-warning {{incompatible integer to pointer conversion initializing 'char *' with an expression of type 'an_enum'}}

Completed in 89 milliseconds