Home
last modified time | relevance | path

Searched refs:MapMessage (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util_impl.h55 EnumType enum_value1, typename MapMessage>
56 static void SetMapFields(MapMessage* message);
60 EnumType enum_value1, typename MapMessage>
61 static void SetArenaMapFields(MapMessage* message);
64 template <typename MapMessage>
65 static void SetMapFieldsInitialized(MapMessage* message);
69 template <typename EnumType, EnumType enum_value, typename MapMessage>
70 static void ModifyMapFields(MapMessage* message);
75 EnumType enum_value1, typename MapMessage>
76 static void ExpectMapFieldsSet(const MapMessage& message);
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dbasic.rb109 MapMessage = pool.lookup("MapMessage").msgclass constant
213 MapMessage.new(:map_string_int32 => "hello")
628 m = MapMessage.new
632 m = MapMessage.new(
663 m = MapMessage.new(:map_string_int32 => { 1 => "I am not a number" })
668 m = MapMessage.new(
672 m2 = MapMessage.decode(MapMessage.encode(m))
675 m3 = MapMessageWireEquiv.decode(MapMessage.encode(m))
1170 m = MapMessage.new(:map_string_int32 => {"a" => 1})
1173 assert MapMessage.encode_json(m) == expected
[all …]